diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-12-11 11:38:59 +0100 |
---|---|---|
committer | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-12-11 14:00:13 +0100 |
commit | 4fdbc678fe4dc18cbf1d97e1b45660f91c3089b4 (patch) | |
tree | 4938a8517db6034910c99cad241cf8c18c20bc8b /drivers/gpu/drm/sti/Kconfig | |
parent | 96006a770df80d69cbde4802e1e7cdfd70c510b3 (diff) | |
download | lwn-4fdbc678fe4dc18cbf1d97e1b45660f91c3089b4.tar.gz lwn-4fdbc678fe4dc18cbf1d97e1b45660f91c3089b4.zip |
drm: sti: add HQVDP plane
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>
Diffstat (limited to 'drivers/gpu/drm/sti/Kconfig')
-rw-r--r-- | drivers/gpu/drm/sti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig index ae8850f3e63b..d6d6b705b8c1 100644 --- a/drivers/gpu/drm/sti/Kconfig +++ b/drivers/gpu/drm/sti/Kconfig @@ -5,6 +5,7 @@ config DRM_STI 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 |