Am Samstag, dem 10.09.2022 um 13:29 -0700 schrieb Doug Brown: > This series contains a few special cases for supporting the GC300 > properly. These were found in the drivers in the vivante_kernel_drivers > repository. These changes were tested on a PXA168 with GC300 revision > 0x2201 (date 0x20080814, time 0x12051100), which already has an existing > special case in the driver to modify the revision to 0x1051. > Thanks, both patches applied to my etnaviv/next branch. Regards, Lucas > Changes since v2: > - Dump canonical address in etnaviv_core_dump_registers > - Misc fixes from review by Lucas > > Changes from v1->v2: > - Move power register address remapping to new gpu_read_power and > gpu_write_power accessors instead of modifying gpu_read and gpu_write. > > Doug Brown (2): > drm/etnaviv: add missing quirks for GC300 > drm/etnaviv: fix power register offset on GC300 > > drivers/gpu/drm/etnaviv/etnaviv_dump.c | 7 +++++- > drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 31 ++++++++++++++++---------- > drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 21 +++++++++++++++++ > 3 files changed, 46 insertions(+), 13 deletions(-) >