Re: [Intel-gfx] [PATCH 1/5] drm/i915/dsc: Add PPS enum

2023-07-10 Thread Kandpal, Suraj
> On Mon, 10 Jul 2023, Jani Nikula wrote: > > On Mon, 10 Jul 2023, Suraj Kandpal wrote: > >> Add PPS enum so that we can later on use it to distinguish which PPS > >> is being read or written onto. > > > > The patch adding the enum alone isn't useful, should be squashed with > > something that us

Re: [Intel-gfx] [PATCH 1/5] drm/i915/dsc: Add PPS enum

2023-07-10 Thread Jani Nikula
On Mon, 10 Jul 2023, Jani Nikula wrote: > On Mon, 10 Jul 2023, Suraj Kandpal wrote: >> Add PPS enum so that we can later on use it to distinguish which >> PPS is being read or written onto. > > The patch adding the enum alone isn't useful, should be squashed with > something that uses it. Also,

Re: [Intel-gfx] [PATCH 1/5] drm/i915/dsc: Add PPS enum

2023-07-10 Thread Jani Nikula
On Mon, 10 Jul 2023, Suraj Kandpal wrote: > Add PPS enum so that we can later on use it to distinguish which > PPS is being read or written onto. The patch adding the enum alone isn't useful, should be squashed with something that uses it. BR, Jani. > > Signed-off-by: Suraj Kandpal > --- > dr

[Intel-gfx] [PATCH 1/5] drm/i915/dsc: Add PPS enum

2023-07-10 Thread Suraj Kandpal
Add PPS enum so that we can later on use it to distinguish which PPS is being read or written onto. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_vdsc.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/i915/display/intel_vdsc.c b/drive