aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/panthor/panthor_sched.c
diff options
context:
space:
mode:
authorMary Guillemard <mary.guillemard@collabora.com>2024-09-09 08:48:20 +0200
committerSteven Price <steven.price@arm.com>2024-09-25 15:25:51 +0100
commitf73716fd4550d588a811f11c370e90c303f0829b (patch)
tree2add3f3a7fb6f9165d03be2b28951a9b874eeb98 /drivers/gpu/drm/panthor/panthor_sched.c
parentdrm/v3d: Expose Super Pages capability (diff)
downloadwireguard-linux-f73716fd4550d588a811f11c370e90c303f0829b.tar.xz
wireguard-linux-f73716fd4550d588a811f11c370e90c303f0829b.zip
drm/panthor: Add PANTHOR_GROUP_PRIORITY_REALTIME group priority
This adds a new value to drm_panthor_group_priority exposing the realtime priority to userspace. This is required to implement NV_context_priority_realtime in Mesa. v2: - Add Steven Price r-b v3: - Add Boris Brezillon r-b Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Steven Price <steven.price@arm.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Signed-off-by: Steven Price <steven.price@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240909064820.34982-3-mary.guillemard@collabora.com
Diffstat (limited to 'drivers/gpu/drm/panthor/panthor_sched.c')
-rw-r--r--drivers/gpu/drm/panthor/panthor_sched.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panthor/panthor_sched.c b/drivers/gpu/drm/panthor/panthor_sched.c
index 42afdf0ddb7e..a9e3b1ccccc7 100644
--- a/drivers/gpu/drm/panthor/panthor_sched.c
+++ b/drivers/gpu/drm/panthor/panthor_sched.c
@@ -137,8 +137,6 @@ enum panthor_csg_priority {
* non-real-time groups. When such a group becomes executable,
* it will evict the group with the lowest non-rt priority if
* there's no free group slot available.
- *
- * Currently not exposed to userspace.
*/
PANTHOR_CSG_PRIORITY_RT,