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 580c7e3 commit 8df6144Copy full SHA for 8df6144
drivers/gpu/drm/i915/display/intel_vdsc.c
@@ -306,18 +306,6 @@ int intel_dsc_compute_params(struct intel_crtc_state *pipe_config)
306
307
if (ret)
308
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;
321
}
322
323
/*
0 commit comments