[PATCH 02/23] drm: Add structure for querying palette color capabilities

2015-09-23 Thread Daniel Vetter
, Avinash Reddy; intel-gfx at > lists.freedesktop.org; dri-devel at lists.freedesktop.org; Mukherjee, > Indranil; Bish, Jim; Smith, Gary K; kausalmalladi at gmail.com; Vetter, Daniel > Subject: Re: [PATCH 02/23] drm: Add structure for querying palette color > capabilities > >

[PATCH 02/23] drm: Add structure for querying palette color capabilities

2015-09-23 Thread Sharma, Shashank
Hi Matt, Daniel Addressing the review comments from both of you here. Regards Shashank On 9/22/2015 6:32 PM, Daniel Vetter wrote: > On Wed, Sep 16, 2015 at 10:51:31AM -0700, Matt Roper wrote: >> On Wed, Sep 16, 2015 at 11:06:59PM +0530, Shashank Sharma wrote: >>> From: Kausal Malladi >>> >>> The

[PATCH 02/23] drm: Add structure for querying palette color capabilities

2015-09-23 Thread Sharma, Shashank
, Daniel Subject: RE: [PATCH 02/23] drm: Add structure for querying palette color capabilities Given that its only one word of info per LUT, I'm OK with it being two separate properties. I believe it was much more complex previously with a lot more info per LUT, which is probably

[PATCH 02/23] drm: Add structure for querying palette color capabilities

2015-09-23 Thread Smith, Gary K
t: Re: [PATCH 02/23] drm: Add structure for querying palette color capabilities Hi Matt, Daniel Addressing the review comments from both of you here. Regards Shashank On 9/22/2015 6:32 PM, Daniel Vetter wrote: > On Wed, Sep 16, 2015 at 10:51:31AM -0700, Matt Roper wrote: >> On Wed, Sep

[PATCH 02/23] drm: Add structure for querying palette color capabilities

2015-09-22 Thread Daniel Vetter
On Wed, Sep 16, 2015 at 10:51:31AM -0700, Matt Roper wrote: > On Wed, Sep 16, 2015 at 11:06:59PM +0530, Shashank Sharma wrote: > > From: Kausal Malladi > > > > The DRM color management framework is targeting various hardware > > platforms and drivers. Different platforms can have different color

[PATCH 02/23] drm: Add structure for querying palette color capabilities

2015-09-16 Thread Shashank Sharma
From: Kausal Malladi The DRM color management framework is targeting various hardware platforms and drivers. Different platforms can have different color correction and enhancement capabilities. A commom user space application can query these capabilities using the DRM property interface. Each d

[PATCH 02/23] drm: Add structure for querying palette color capabilities

2015-09-16 Thread Matt Roper
On Wed, Sep 16, 2015 at 11:06:59PM +0530, Shashank Sharma wrote: > From: Kausal Malladi > > The DRM color management framework is targeting various hardware > platforms and drivers. Different platforms can have different color > correction and enhancement capabilities. > > A commom user space ap