WSL2-Linux-Kernel/drivers/media/platform/ti-vpe
Mauro Carvalho Chehab f3334180d4 [media] enable COMPILE_TEST for ti-vbe
Allowing COMPILE_TEST here is trivial, but there's one missing
header to be added:

drivers/media/platform/ti-vpe/vpe.c: In function ‘vpe_probe’:
drivers/media/platform/ti-vpe/vpe.c:2266:56: error: ‘SZ_32K’ undeclared (first use in this function)
  dev->base = devm_ioremap(&pdev->dev, dev->res->start, SZ_32K);
                                                        ^

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-26 18:52:17 -03:00
..
Makefile [media] v4l: ti-vpe: create a color space converter block library 2014-01-07 06:56:18 -02:00
csc.c [media] v4l: ti-vpe: Rename csc memory resource name 2014-05-23 14:33:17 -03:00
csc.h [media] v4l: ti-vpe: Add helper to perform color conversion 2014-01-07 06:57:08 -02:00
sc.c [media] v4l: ti-vpe: fix devm_ioremap_resource() return value checking 2014-05-23 12:14:49 -03:00
sc.h [media] v4l: ti-vpe: enable basic scaler support 2014-01-07 06:55:35 -02:00
sc_coeff.h [media] v4l: ti-vpe: support loading of scaler coefficients 2014-01-07 06:54:48 -02:00
vpdma.c [media] ti-vpe: shut up a casting warning message 2014-08-26 18:52:01 -03:00
vpdma.h [media] v4l: ti-vpe: Fix some params in VPE data descriptors 2014-05-23 14:32:18 -03:00
vpdma_priv.h [media] v4l: ti-vpe: Fix the data_type value for UYVY VPDMA format 2013-12-10 16:49:02 -02:00
vpe.c [media] enable COMPILE_TEST for ti-vbe 2014-08-26 18:52:17 -03:00
vpe_regs.h [media] v4l: ti-vpe: create a color space converter block library 2014-01-07 06:56:18 -02:00