[PATCH 02/16] drm: Create Color Management DRM properties

2015-07-15 Thread Kausal Malladi
Color Management is an extension to Kernel display framework. It allows abstraction of hardware color correction and enhancement capabilities by virtue of DRM properties. This patch initializes color management framework by : 1. Introducing new pointers in DRM mode_config structure to carry CTM

[PATCH 02/16] drm: Create Color Management DRM properties

2015-07-15 Thread Thierry Reding
On Wed, Jul 15, 2015 at 06:39:26PM +0530, Kausal Malladi wrote: [...] > diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h > index 57ca8cc..408d39a 100644 > --- a/include/drm/drm_crtc.h > +++ b/include/drm/drm_crtc.h > @@ -1178,6 +1178,12 @@ struct drm_mode_config { > struct drm_pro

[PATCH 02/16] drm: Create Color Management DRM properties

2015-07-15 Thread Sharma, Shashank
; Sharma, Shashank Subject: Re: [PATCH 02/16] drm: Create Color Management DRM properties On Wed, Jul 15, 2015 at 06:39:26PM +0530, Kausal Malladi wrote: [...] > diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index > 57ca8cc..408d39a 100644 > --- a/include/drm/drm_crtc.