We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031c19b commit 2bd3d20Copy full SHA for 2bd3d20
drivers/gpu/drm/i915/display/intel_dp.c
@@ -2150,7 +2150,7 @@ int intel_dp_dsc_compute_config(struct intel_dp *intel_dp,
2150
/* Calculate Slice count */
2151
if (intel_dp_is_edp(intel_dp)) {
2152
pipe_config->dsc.slice_count =
2153
- drm_dp_dsc_sink_max_slice_count(intel_dp->dsc_dpcd,
+ drm_dp_dsc_sink_max_slice_count(connector->dp.dsc_dpcd,
2154
true);
2155
if (!pipe_config->dsc.slice_count) {
2156
drm_dbg_kms(&dev_priv->drm, "Unsupported Slice Count %d\n",
0 commit comments