Blob Blame History Raw
From d1841d32835f4125ecb660c1ff6bb0dd059eadf8 Mon Sep 17 00:00:00 2001
From: Jyri Sarha <jsarha@ti.com>
Date: Fri, 21 Apr 2017 12:51:12 +0300
Subject: [PATCH] drm: drm_color_mgmt.h needs struct drm_crtc declaration
Git-commit: d1841d32835f4125ecb660c1ff6bb0dd059eadf8
Patch-mainline: v4.13-rc1
References: FATE#322643 bsc#1055900

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/69c913b3ae3fc7235c059e08f58fb0a172d98cf8.1492768073.git.jsarha@ti.com
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 include/drm/drm_color_mgmt.h |    2 ++
 1 file changed, 2 insertions(+)

--- a/include/drm/drm_color_mgmt.h
+++ b/include/drm/drm_color_mgmt.h
@@ -25,6 +25,8 @@
 
 #include <linux/ctype.h>
 
+struct drm_crtc;
+
 uint32_t drm_color_lut_extract(uint32_t user_input, uint32_t bit_precision);
 
 void drm_crtc_enable_color_mgmt(struct drm_crtc *crtc,