mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
4fdbc678fe
High Quality Video Data Plane is hardware IP dedicated to video rendering. Compare to GPD (graphic planes) it have better scaler capabilities. HQVDP use VID layer to push data into hardware compositor without going into DDR. From data flow point of view HQVDP and VID are nested so HQVPD update/disable VID. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
17 lines
554 B
Plaintext
17 lines
554 B
Plaintext
config DRM_STI
|
|
tristate "DRM Support for STMicroelectronics SoC stiH41x Series"
|
|
depends on DRM && (SOC_STIH415 || SOC_STIH416 || ARCH_MULTIPLATFORM)
|
|
select RESET_CONTROLLER
|
|
select DRM_KMS_HELPER
|
|
select DRM_GEM_CMA_HELPER
|
|
select DRM_KMS_CMA_HELPER
|
|
select FW_LOADER_USER_HELPER_FALLBACK
|
|
help
|
|
Choose this option to enable DRM on STM stiH41x chipset
|
|
|
|
config DRM_STI_FBDEV
|
|
bool "DRM frame buffer device for STMicroelectronics SoC stiH41x Serie"
|
|
depends on DRM_STI
|
|
help
|
|
Choose this option to enable FBDEV on top of DRM for STM stiH41x chipset
|