projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa80e7
)
drm/i915/dp_mst: Add missing DSC compression disabling
author
Imre Deak
<imre.deak@intel.com>
Tue, 24 Oct 2023 01:09:12 +0000
(
04:09
+0300)
committer
Imre Deak
<imre.deak@intel.com>
Wed, 8 Nov 2023 15:22:15 +0000
(17:22 +0200)
Add the missing DSC compression disabling step for MST streams,
similarly to how this is done for SST outputs.
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20231030155843.2251023-18-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/display/intel_dp_mst.c
b/drivers/gpu/drm/i915/display/intel_dp_mst.c
index afa6d428cb0c6a14a70abc9bc666cd8d837fe703..5214cdb049b30f9938c2ac53740745a0b50b84bd 100644
(file)
--- a/
drivers/gpu/drm/i915/display/intel_dp_mst.c
+++ b/
drivers/gpu/drm/i915/display/intel_dp_mst.c
@@
-730,6
+730,8
@@
static void intel_mst_post_disable_dp(struct intel_atomic_state *state,
intel_ddi_disable_transcoder_func(old_crtc_state);
+ intel_dsc_disable(old_crtc_state);
+
if (DISPLAY_VER(dev_priv) >= 9)
skl_scaler_disable(old_crtc_state);
else