diff options
author | Dave Airlie | 2023-12-22 13:13:36 +1000 |
---|---|---|
committer | Dave Airlie | 2023-12-22 14:36:03 +1000 |
commit | dc83fb6e38fe5a507b4d714a5dfb0902790c3b3f (patch) | |
tree | a44a1673c6501db73df0fae61194f6162ad680e5 /include/drm | |
parent | ea97a66a221893fb9b4d96688e759d1db2d6e683 (diff) | |
parent | 933a2a376fb3f22ba4774f74233571504ac56b02 (diff) |
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.h | 1 |
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; |