[PATCH v2 1/5] drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitions
Steven Price
steven.price at arm.com
Wed Apr 2 10:19:42 UTC 2025
On 01/04/2025 19:23, Boris Brezillon wrote:
> GPU_COHERENCY_ACE and GPU_COHERENCY_ACE_LITE definitions have been
> swapped.
>
> Changes in v2:
> - New patch
>
> Reported-by: Liviu Dudau <liviu.dudau at arm.com>
> Fixes: 546b366600ef ("drm/panthor: Add GPU register definitions")
> Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Reviewed-by: Steven Price <steven.price at arm.com>
> ---
> drivers/gpu/drm/panthor/panthor_regs.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/panthor/panthor_regs.h b/drivers/gpu/drm/panthor/panthor_regs.h
> index b7b3b3add166..a7a323dc5cf9 100644
> --- a/drivers/gpu/drm/panthor/panthor_regs.h
> +++ b/drivers/gpu/drm/panthor/panthor_regs.h
> @@ -133,8 +133,8 @@
> #define GPU_COHERENCY_PROT_BIT(name) BIT(GPU_COHERENCY_ ## name)
>
> #define GPU_COHERENCY_PROTOCOL 0x304
> -#define GPU_COHERENCY_ACE 0
> -#define GPU_COHERENCY_ACE_LITE 1
> +#define GPU_COHERENCY_ACE_LITE 0
> +#define GPU_COHERENCY_ACE 1
> #define GPU_COHERENCY_NONE 31
>
> #define MCU_CONTROL 0x700
More information about the dri-devel
mailing list