Re: [PATCH] drm/v3d: Fix support for register debugging on the RPi 4

2024-01-09 Thread Maira Canal
On 1/9/24 09:07, Iago Toral wrote: Thanks Maíra! Reviewed-by: Iago Toral Quiroga Applied to drm-misc/drm-misc-next-fixes! Best Regards, - Maíra El mar, 09-01-2024 a las 08:30 -0300, Maíra Canal escribió: RPi 4 uses V3D 4.2, which is currently not supported by the register definition stat

Re: [PATCH] drm/v3d: Fix support for register debugging on the RPi 4

2024-01-09 Thread Iago Toral
Thanks Maíra! Reviewed-by: Iago Toral Quiroga El mar, 09-01-2024 a las 08:30 -0300, Maíra Canal escribió: > RPi 4 uses V3D 4.2, which is currently not supported by the register > definition stated at `v3d_core_reg_defs`. We should be able to > support > V3D 4.2, therefore, change the maximum ver

[PATCH] drm/v3d: Fix support for register debugging on the RPi 4

2024-01-09 Thread Maíra Canal
RPi 4 uses V3D 4.2, which is currently not supported by the register definition stated at `v3d_core_reg_defs`. We should be able to support V3D 4.2, therefore, change the maximum version of the register definition to 42, not 41. Fixes: 0ad5bc1ce463 ("drm/v3d: fix up register addresses for V3D 7.x"