Re: [PATCH v2] drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS reg address

2024-02-05 Thread Manasi Navare
Hi Jani, Yea I think I made that change after checkpatch but didnt do commit --amend, let me address that and send the patch for review. Regards Manasi On Mon, Feb 5, 2024 at 4:03 AM Jani Nikula wrote: > > On Fri, 02 Feb 2024, Manasi Navare wrote: > > Commit bd077259d0a9 ("drm/i915/vdsc: Add f

Re: [PATCH v2] drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS reg address

2024-02-05 Thread Jani Nikula
On Fri, 02 Feb 2024, Manasi Navare wrote: > Commit bd077259d0a9 ("drm/i915/vdsc: Add function to read any PPS register") > defines > a new macro to calculate the DSC PPS register addresses with PPS number as an > input. This macro correctly calculates the addresses till PPS 11 since the > address

[PATCH v2] drm/i915/dsc: Fix the macro that calculates DSCC_/DSCA_ PPS reg address

2024-02-02 Thread Manasi Navare
Commit bd077259d0a9 ("drm/i915/vdsc: Add function to read any PPS register") defines a new macro to calculate the DSC PPS register addresses with PPS number as an input. This macro correctly calculates the addresses till PPS 11 since the addresses increment by 4. So in that case the following macr