On 7/5/2023 10:44 AM, Suraj Kandpal wrote:
Calculations for YUV420 were missing from calculate_rc_param, add them be in line with DSC 1.2a specs. Signed-off-by: Suraj Kandpal <suraj.kandpal@xxxxxxxxx> Suraj Kandpal (3): drm/i915/dsc: Move rc param calculation for native_420 drm/i915/drm: Fix comment for YCbCr20 qp table declaration drm/i915/dsc: Add rc_range_parameter calculation for YCbCr420 .../gpu/drm/i915/display/intel_qp_tables.c | 10 +- drivers/gpu/drm/i915/display/intel_vdsc.c | 190 ++++++++++++------ 2 files changed, 138 insertions(+), 62 deletions(-)
Thanks for the patches, pushed to drm-intel-next. Regards, Ankit