Re: [PATCH] drm/panthor: Update CS_STATUS_ defines to correct values

2025-03-03 Thread Ashley Smith
> Please don't reference a URL which isn't accessible to 'normal' people > ;) Something like... > > as documented in the G610 "Odin" GPU specification > (CS_STATUS_BLOCKED_REASON register) > > ...would hopefully be enough to find the relevant documentation for > those of us that have it. You are c

Re: [PATCH] drm/panthor: Update CS_STATUS_ defines to correct values

2025-03-03 Thread Boris Brezillon
On Mon, 3 Mar 2025 15:18:37 + Ashley Smith wrote: > Values for SC_STATUS_BLOCKED_REASON_ are documented at > https://arm.pages.collabora.com/mali-docs/g610-odin-csf/register/CS_KERNEL_OUTPUT_BLOCK.htm#rp_CS_KERNEL_OUTPUT_BLOCK/CS_STATUS_BLOCKED_REASON > > This change updates the defines to

Re: [PATCH] drm/panthor: Update CS_STATUS_ defines to correct values

2025-03-03 Thread Steven Price
On 03/03/2025 15:18, Ashley Smith wrote: > Values for SC_STATUS_BLOCKED_REASON_ are documented at > https://arm.pages.collabora.com/mali-docs/g610-odin-csf/register/CS_KERNEL_OUTPUT_BLOCK.htm#rp_CS_KERNEL_OUTPUT_BLOCK/CS_STATUS_BLOCKED_REASON Please don't reference a URL which isn't accessible to

[PATCH] drm/panthor: Update CS_STATUS_ defines to correct values

2025-03-03 Thread Ashley Smith
Values for SC_STATUS_BLOCKED_REASON_ are documented at https://arm.pages.collabora.com/mali-docs/g610-odin-csf/register/CS_KERNEL_OUTPUT_BLOCK.htm#rp_CS_KERNEL_OUTPUT_BLOCK/CS_STATUS_BLOCKED_REASON This change updates the defines to the correct values. Signed-off-by: Ashley Smith --- drivers/g