diff mbox

[RFC,1/6] drm: drm_color_mgmt.h needs struct drm_crtc declaration

Message ID 69c913b3ae3fc7235c059e08f58fb0a172d98cf8.1492768073.git.jsarha@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jyri Sarha April 21, 2017, 9:51 a.m. UTC
Signed-off-by: Jyri Sarha <jsarha@ti.com>
---
 include/drm/drm_color_mgmt.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Laurent Pinchart April 21, 2017, 11:46 a.m. UTC | #1
Hi Jyri,

Thank you for the patch

On Friday 21 Apr 2017 12:51:12 Jyri Sarha wrote:

No commit message ?

> Signed-off-by: Jyri Sarha <jsarha@ti.com>

Apart from that,

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  include/drm/drm_color_mgmt.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/drm/drm_color_mgmt.h b/include/drm/drm_color_mgmt.h
> index bce4a53..03a59cb 100644
> --- 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,
diff mbox

Patch

diff --git a/include/drm/drm_color_mgmt.h b/include/drm/drm_color_mgmt.h
index bce4a53..03a59cb 100644
--- 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,