diff options
| author | Dave Airlie <airlied@redhat.com> | 2025-02-07 14:47:11 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2025-02-07 14:47:25 +1000 |
| commit | e92e11b462b8d8d004da0091c824bec871ae87ba (patch) | |
| tree | f553badda276611ea5ec9bc6a6494d286b3c7f5d /include | |
| parent | f2e6f0025639228f6b024607d1ce3cd1c3b9d5d4 (diff) | |
| parent | 2c1ed907520c50326b8f604907a8478b27881a2e (diff) | |
Merge tag 'drm-misc-fixes-2025-02-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
A couple of fixes for ivpu to error handling, komeda for format
handling, AST DP timeout fix when enabling the output, locking fix for
zynqmp DP support, tiled format handling in drm/client, and refcounting
fix for bochs
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250206-encouraging-judicious-quoll-adc1dc@houat
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/drm_print.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h index f77fe1531cf8..9732f514566d 100644 --- a/include/drm/drm_print.h +++ b/include/drm/drm_print.h @@ -32,6 +32,7 @@ #include <linux/dynamic_debug.h> #include <drm/drm.h> +#include <drm/drm_device.h> struct debugfs_regset32; struct drm_device; |
