Skip to content

Commit 8df6144

Browse files
surajk8aknautiyal
authored andcommitted
drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config
Remove the FIXME and the code related to it as after verification it does seem the previous values were typos and no hardware spec mentions using these particular rc_params. Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com> Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230626130555.2391750-1-suraj.kandpal@intel.com
1 parent 580c7e3 commit 8df6144

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

drivers/gpu/drm/i915/display/intel_vdsc.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -306,18 +306,6 @@ int intel_dsc_compute_params(struct intel_crtc_state *pipe_config)
306306

307307
if (ret)
308308
return ret;
309-
310-
/*
311-
* FIXME: verify that the hardware actually needs these
312-
* modifications rather than them being simple typos.
313-
*/
314-
if (compressed_bpp == 6 &&
315-
vdsc_cfg->bits_per_component == 8)
316-
vdsc_cfg->rc_quant_incr_limit1 = 23;
317-
318-
if (compressed_bpp == 8 &&
319-
vdsc_cfg->bits_per_component == 14)
320-
vdsc_cfg->rc_range_params[0].range_bpg_offset = 0;
321309
}
322310

323311
/*

0 commit comments

Comments
 (0)