Re: [Intel-gfx] [PATCH 5/5] drm/i915/display: Compare the readout dsc pps params

2023-07-10 Thread Kandpal, Suraj
> On Mon, 10 Jul 2023, Suraj Kandpal wrote: > > With the dsc config being readout and filled in crtc_state add macros > > and use them to compare current and previous PPS param in DSC. > > > > Signed-off-by: Suraj Kandpal > > --- > > drivers/gpu/drm/i915/display/intel_display.c | 55 > >

Re: [Intel-gfx] [PATCH 5/5] drm/i915/display: Compare the readout dsc pps params

2023-07-10 Thread Jani Nikula
On Mon, 10 Jul 2023, Suraj Kandpal wrote: > With the dsc config being readout and filled in crtc_state add > macros and use them to compare current and previous PPS param in > DSC. > > Signed-off-by: Suraj Kandpal > --- > drivers/gpu/drm/i915/display/intel_display.c | 55 >

[Intel-gfx] [PATCH 5/5] drm/i915/display: Compare the readout dsc pps params

2023-07-10 Thread Suraj Kandpal
With the dsc config being readout and filled in crtc_state add macros and use them to compare current and previous PPS param in DSC. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_display.c | 55 1 file changed, 55 insertions(+) diff --git a/drivers/gpu