Re: [Intel-gfx] [PATCH v2 0/6] Add DSC PPS readout

2023-07-13 Thread Jani Nikula
On Thu, 13 Jul 2023, Suraj Kandpal wrote: > 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

[Intel-gfx] [PATCH v2 0/6] Add DSC PPS readout

2023-07-12 Thread Suraj Kandpal
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. --v2 -Remo