]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/i915/dp_mst: Enable decompression in the sink from the MST encoder hooks
authorImre Deak <imre.deak@intel.com>
Tue, 24 Oct 2023 01:09:17 +0000 (04:09 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 8 Nov 2023 15:22:18 +0000 (17:22 +0200)
commit503611c8a08ab660c718c295d26180e585058d95
tree34599416182002123010852862587223115d7f30
parent55eaef164174480df6827edeac15620f3cbcd52b
drm/i915/dp_mst: Enable decompression in the sink from the MST encoder hooks

Enable/disable the DSC decompression in the sink/branch from the MST
encoder hooks. This prepares for an upcoming patch toggling DSC for each
stream as needed, but for now keeps the current behavior, as DSC is only
enabled for the first MST stream.

v2:
- Rebased on latest drm-tip.

Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231107001505.3370108-5-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/display/intel_dp_mst.c