]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/display: split DSC helpers from DP helpers
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 4 Jul 2024 19:17:08 +0000 (22:17 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 2 Sep 2024 21:13:44 +0000 (00:13 +0300)
commitca097d4d94d808409386fde414370900cc41adad
treedb442f4ea9a5de62b69846cff6900a337f95e166
parente8653e63e834e4c7de60b81b8b24deb7bdd3bf56
drm/display: split DSC helpers from DP helpers

Currently the DRM DSC functions are selected by the
DRM_DISPLAY_DP_HELPER Kconfig symbol. This is not optimal, since the DSI
code (both panel and host drivers) end up selecting the seemingly
irrelevant DP helpers. Split the DSC code to be guarded by the separate
DRM_DISPLAY_DSC_HELPER Kconfig symbol.

Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> #i915
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240704-panel-sw43408-fix-v6-1-3ea1c94bbb9b@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/amd/amdgpu/Kconfig
drivers/gpu/drm/display/Kconfig
drivers/gpu/drm/display/Makefile
drivers/gpu/drm/i915/Kconfig
drivers/gpu/drm/msm/Kconfig
drivers/gpu/drm/panel/Kconfig