projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c0c5f
)
drm: drm_color_mgmt.h needs struct drm_crtc declaration
author
Jyri Sarha
<jsarha@ti.com>
Fri, 21 Apr 2017 09:51:12 +0000
(12:51 +0300)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 2 May 2017 08:30:23 +0000
(10:30 +0200)
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
include/drm/drm_color_mgmt.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_color_mgmt.h
b/include/drm/drm_color_mgmt.h
index bce4a532836db7cf3eecea19d4fca5086f452518..03a59cbce621227dce2bc1bbf56521abaf8525cb 100644
(file)
--- 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,