[PATCH 01/23] drm: Create Color Management DRM properties

2015-09-23 Thread Sharma, Shashank
at lists.freedesktop.org; intel-gfx at lists.freedesktop.org; Vetter, Daniel; Matheson, Annie J; Mukherjee, Indranil; Palleti, Avinash Reddy; kausalmalladi at gmail.com Subject: Re: [PATCH 01/23] drm: Create Color Management DRM properties On Wed, Sep 16, 2015 at 11:06:58PM +0530, Shashank

[PATCH 01/23] drm: Create Color Management DRM properties

2015-09-16 Thread Shashank Sharma
From: 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 st

[PATCH 01/23] drm: Create Color Management DRM properties

2015-09-16 Thread Matt Roper
On Wed, Sep 16, 2015 at 11:06:58PM +0530, Shashank Sharma wrote: > From: 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 co