mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 03:36:42 +07:00
dd880dd477
Actually OMAP doesn't support scatter-gather DMA for Display subsystem but due to legacy coding it has been overlooked till now. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Muralidharan Karicheri <mkaricheri@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
config VIDEO_OMAP2_VOUT
|
|
tristate "OMAP2/OMAP3 V4L2-Display driver"
|
|
depends on ARCH_OMAP2 || ARCH_OMAP3
|
|
select VIDEOBUF_GEN
|
|
select VIDEOBUF_DMA_CONTIG
|
|
select OMAP2_DSS
|
|
select OMAP2_VRAM
|
|
select OMAP2_VRFB
|
|
default n
|
|
---help---
|
|
V4L2 Display driver support for OMAP2/3 based boards.
|