summaryrefslogtreecommitdiff
path: root/include/drm/drm_ras.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2026-07-03 08:53:09 +1000
committerDave Airlie <airlied@redhat.com>2026-07-03 08:53:15 +1000
commitacd7c71ba8d83808fa8d704196f3d53f7d58cf50 (patch)
tree71a2359940de6c869f2f19b7297711cae3327903 /include/drm/drm_ras.h
parent23e98bbd534d0cfb9aa2cef69224a66e6b8453e9 (diff)
parent8dc8f3f4c2382fb7d1b1986ba8f33a2466cd3d7a (diff)
downloadlinux-next-acd7c71ba8d83808fa8d704196f3d53f7d58cf50.tar.gz
linux-next-acd7c71ba8d83808fa8d704196f3d53f7d58cf50.zip
Merge tag 'drm-misc-fixes-2026-07-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
drm-misc-fixes for v7.2-rc2: - Fix potential null pointer dereference in dma-buf. - Handle 0 in dma_fence_dedup_array. - Use the correct callback in dma_fence_timeline_name. - Fix device removal handling in amdxdna. - kernel-doc fixes. - Include header fix for drm_ras.h - Handle edids better in virtio. - Use the clk_bulk api for error handling in malidp. - More clk handling fixes for komeda. - panthor scheduler block fallout fixes. - panthor unplug fixes. - other panthor fixes. - Fix unnecessary WARN_ON in topology probe after teardown. - Add refcount to amdxdna job to fix use-after free. - Fix increasing args->size in ioctl's of drm/imagination. - Handle stride correctly in pvr_set_uobj_array. - Only call imagination's drm_sched_entity_fini once. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patch.msgid.link/786bdc92-0ce3-4c0f-9668-b0fa8a0047ea@linux.intel.com
Diffstat (limited to 'include/drm/drm_ras.h')
-rw-r--r--include/drm/drm_ras.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_ras.h b/include/drm/drm_ras.h
index f2a787bc4f64..0beede3ddc4e 100644
--- a/include/drm/drm_ras.h
+++ b/include/drm/drm_ras.h
@@ -6,6 +6,8 @@
#ifndef __DRM_RAS_H__
#define __DRM_RAS_H__
+#include <linux/types.h>
+
#include <uapi/drm/drm_ras.h>
/**