Up until now we only verified one or two of the dsc pps params like bits_per_component and bits_per_pixel this patch series aim to readout almost all PPS param and get them compared. Along with that some work on making a common function to read and write PPS param regiters is also done. Signed-off-by: Suraj Kandpal <suraj.kandpal@xxxxxxxxx> Suraj Kandpal (5): drm/i915/dsc: Add PPS enum drm/i915/vdsc: Add function to read any PPS register drm/i915/vdsc: Add function to write in PPS registers drm/i915/vdsc: Fill the intel_dsc_get_pps_config function drm/i915/display: Compare the readout dsc pps params drivers/gpu/drm/i915/display/intel_display.c | 55 + drivers/gpu/drm/i915/display/intel_vdsc.c | 944 +++++++++++++----- .../gpu/drm/i915/display/intel_vdsc_regs.h | 53 +- 3 files changed, 762 insertions(+), 290 deletions(-) -- 2.25.1