> 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
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,
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
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