Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: drm_color_mgmt.h needs struct drm_crtc declaration

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

authored by

Jyri Sarha and committed by
Daniel Vetter
d1841d32 03c0c5f6

+2
+2
include/drm/drm_color_mgmt.h
··· 25 25 26 26 #include <linux/ctype.h> 27 27 28 + struct drm_crtc; 29 + 28 30 uint32_t drm_color_lut_extract(uint32_t user_input, uint32_t bit_precision); 29 31 30 32 void drm_crtc_enable_color_mgmt(struct drm_crtc *crtc,