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

2025-03-05 Thread Steven Price
On 03/03/2025 18:04, Ashley Smith wrote: > Values for SC_STATUS_BLOCKED_REASON_ are documented in the G610 "Odin" > GPU specification (CS_STATUS_BLOCKED_REASON register). > > This change updates the defines to the correct values. > > Fixes: 2718d91816ee ("drm/panthor: Add the FW logical block") >

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

2025-03-04 Thread Boris Brezillon
On Mon, 3 Mar 2025 18:04:32 + Ashley Smith wrote: > Values for SC_STATUS_BLOCKED_REASON_ are documented in the G610 "Odin" > GPU specification (CS_STATUS_BLOCKED_REASON register). > > This change updates the defines to the correct values. > > Fixes: 2718d91816ee ("drm/panthor: Add the FW l

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

2025-03-03 Thread Adrian Larumbe
> On 03.03.2025 18:04, Ashley Smith wrote: > Values for SC_STATUS_BLOCKED_REASON_ are documented in the G610 "Odin" > GPU specification (CS_STATUS_BLOCKED_REASON register). > > This change updates the defines to the correct values. > > Fixes: 2718d91816ee ("drm/panthor: Add the FW logical block") >

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

2025-03-03 Thread Liviu Dudau
On Mon, Mar 03, 2025 at 06:04:32PM +, Ashley Smith wrote: > Values for SC_STATUS_BLOCKED_REASON_ are documented in the G610 "Odin" > GPU specification (CS_STATUS_BLOCKED_REASON register). > > This change updates the defines to the correct values. > > Fixes: 2718d91816ee ("drm/panthor: Add the

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

2025-03-03 Thread Ashley Smith
Values for SC_STATUS_BLOCKED_REASON_ are documented in the G610 "Odin" GPU specification (CS_STATUS_BLOCKED_REASON register). This change updates the defines to the correct values. Fixes: 2718d91816ee ("drm/panthor: Add the FW logical block") Signed-off-by: Ashley Smith --- Changes in v2: - Re