Re: [PATCH 1/2] drm/panthor: Add csg_priority to panthor_group

2024-09-23 Thread Steven Price
On 18/09/2024 09:50, Mary Guillemard wrote: > Keep track of the csg priority in panthor_group when the group is > scheduled/active. > > This is useful to know the actual priority in use in the firmware > group slot. > > Signed-off-by: Mary Guillemard > --- > drivers/gpu/drm/panthor/panthor_sche

Re: [PATCH 1/2] drm/panthor: Add csg_priority to panthor_group

2024-09-21 Thread kernel test robot
anthor-Add-csg_priority-to-panthor_group/20240918-165602 base: git://anongit.freedesktop.org/drm/drm drm-next patch link: https://lore.kernel.org/r/20240918085056.24422-3-mary.guillemard%40collabora.com patch subject: [PATCH 1/2] drm/panthor: Add csg_priority to panthor_group config: x86_64-al

[PATCH 1/2] drm/panthor: Add csg_priority to panthor_group

2024-09-18 Thread Mary Guillemard
Keep track of the csg priority in panthor_group when the group is scheduled/active. This is useful to know the actual priority in use in the firmware group slot. Signed-off-by: Mary Guillemard --- drivers/gpu/drm/panthor/panthor_sched.c | 18 +++--- 1 file changed, 15 insertions(+),