summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2023-12-22 06:13:36 +0300
committerDave Airlie <airlied@redhat.com>2023-12-22 07:36:03 +0300
commitdc83fb6e38fe5a507b4d714a5dfb0902790c3b3f (patch)
treea44a1673c6501db73df0fae61194f6162ad680e5 /include/drm
parentea97a66a221893fb9b4d96688e759d1db2d6e683 (diff)
parent933a2a376fb3f22ba4774f74233571504ac56b02 (diff)
downloadlinux-dc83fb6e38fe5a507b4d714a5dfb0902790c3b3f.tar.xz
Merge tag 'drm-misc-next-fixes-2023-12-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
More fixes for the new imagination drier, a DT node refcount fix for the new aux bridge driver and a missing header fix for the LUT management code. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Maxime Ripard <mripard@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/42dw6ok2g5kz5xljrw7t6lzrgafhwslgw3j4rbaaivluv24vkj@k4smx5r3y2gh
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_color_mgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_color_mgmt.h b/include/drm/drm_color_mgmt.h
index 54b2b2467bfd..ed81741036d7 100644
--- a/include/drm/drm_color_mgmt.h
+++ b/include/drm/drm_color_mgmt.h
@@ -24,6 +24,7 @@
#define __DRM_COLOR_MGMT_H__
#include <linux/ctype.h>
+#include <linux/math64.h>
#include <drm/drm_property.h>
struct drm_crtc;