summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2024-04-12 21:28:46 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2024-04-26 12:56:23 +0300
commita0821ca14bb808800e444e01f074e32dc4c0d161 (patch)
treedbb8248f65b1c88655a394b67a650a3bcd84a481 /drivers/staging/media/atomisp/Makefile
parent36a1418540cea31789d87bcdbbe9f86ed309d039 (diff)
downloadlinux-a0821ca14bb808800e444e01f074e32dc4c0d161.tar.xz
media: atomisp: Remove test pattern generator (TPG) support
The TPG support registers a v4l2-subdev for this, but this is not part of the media-controller graph in any way. After manually selecting the TPG as input using the s_input ioctl it does not work. Several supported sensors have their own working TPG and using the sensor's TPG means that the same data-flow is used as with actual sensors rather then the quite different data-flow from the ISP's builtin TPG. Remove the broken TPG support, when a test-pattern is needed for testing a sensor's TPG can be used. Using a sensor's TPG is actually better for testing since then the actual normal data-flow is being tested. Reviewed-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/Makefile')
-rw-r--r--drivers/staging/media/atomisp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/Makefile b/drivers/staging/media/atomisp/Makefile
index fcd3e51ae9ce..43116c74781d 100644
--- a/drivers/staging/media/atomisp/Makefile
+++ b/drivers/staging/media/atomisp/Makefile
@@ -21,7 +21,6 @@ atomisp-objs += \
pci/atomisp_fops.o \
pci/atomisp_ioctl.o \
pci/atomisp_subdev.o \
- pci/atomisp_tpg.o \
pci/atomisp_v4l2.o \
pci/sh_css_firmware.o \
pci/sh_css_host_data.o \