Re: [PATCH 2/2] drm/v3d: client ranges from axi_ids are different with V3D 7.1

2025-04-25 Thread Chema Casanova
El 10/4/25 a las 14:40, Maíra Canal escribió: Hi Chema, On 09/04/25 12:55, Jose Maria Casanova Crespo wrote: The client mask has been reduced from 8 bits on V3D 4.1 to 7 bits on V3d 7.1, so the ranges for each client are not compatible. s/V3d/V3D Fixed. A new CSD client can now report MMU

Re: [PATCH 2/2] drm/v3d: client ranges from axi_ids are different with V3D 7.1

2025-04-10 Thread Maíra Canal
Hi Chema, On 09/04/25 12:55, Jose Maria Casanova Crespo wrote: The client mask has been reduced from 8 bits on V3D 4.1 to 7 bits on V3d 7.1, so the ranges for each client are not compatible. s/V3d/V3D A new CSD client can now report MMU errors on 7.1 How about "On V3D 7.1, the CSD client

[PATCH 2/2] drm/v3d: client ranges from axi_ids are different with V3D 7.1

2025-04-09 Thread Jose Maria Casanova Crespo
The client mask has been reduced from 8 bits on V3D 4.1 to 7 bits on V3d 7.1, so the ranges for each client are not compatible. A new CSD client can now report MMU errors on 7.1 Signed-off-by: Jose Maria Casanova Crespo --- drivers/gpu/drm/v3d/v3d_irq.c | 21 - 1 file change