diff options
author | Dave Airlie <airlied@redhat.com> | 2024-09-06 03:25:38 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-09-06 03:25:46 +0200 |
commit | ca10367a5abe5f04df1374b227a10439ef686b90 (patch) | |
tree | d5be738851922d962f9146ec39c706aabd41bece /include/uapi/drm | |
parent | Merge tag 'drm-xe-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/... (diff) | |
parent | drm/fbdev-dma: Only install deferred I/O if necessary (diff) | |
download | linux-ca10367a5abe5f04df1374b227a10439ef686b90.tar.xz linux-ca10367a5abe5f04df1374b227a10439ef686b90.zip |
Merge tag 'drm-misc-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
A zpos normalization fix for komeda, a register bitmask fix for nouveau,
a memory leak fix for imagination, three fixes for the recent bridge
HDMI work, a potential DoS fix and a cache coherency for panthor, a
change of panel compatible and a deferred-io fix when used with
non-highmem memory.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240905-original-radical-guan-e7a2ae@houat
Diffstat (limited to 'include/uapi/drm')
-rw-r--r-- | include/uapi/drm/panthor_drm.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h index 926b1deb1116..e23a7f9b0eac 100644 --- a/include/uapi/drm/panthor_drm.h +++ b/include/uapi/drm/panthor_drm.h @@ -692,7 +692,11 @@ enum drm_panthor_group_priority { /** @PANTHOR_GROUP_PRIORITY_MEDIUM: Medium priority group. */ PANTHOR_GROUP_PRIORITY_MEDIUM, - /** @PANTHOR_GROUP_PRIORITY_HIGH: High priority group. */ + /** + * @PANTHOR_GROUP_PRIORITY_HIGH: High priority group. + * + * Requires CAP_SYS_NICE or DRM_MASTER. + */ PANTHOR_GROUP_PRIORITY_HIGH, }; |