[Intel-gfx] [PATCH 04/12] drm: Add structures for querying color capabilities

2015-07-03 Thread Ville Syrjälä
On Fri, Jul 03, 2015 at 11:28:41AM +0100, Damien Lespiau wrote: > On Fri, Jul 03, 2015 at 08:41:31AM +0200, Daniel Vetter wrote: > > > Yeah. My first idea for the gamma stuff was that we'd simply have the > > > blob property for the data, and then a separate enum property which > > > decides how we

[Intel-gfx] [PATCH 04/12] drm: Add structures for querying color capabilities

2015-07-03 Thread Damien Lespiau
On Fri, Jul 03, 2015 at 08:41:31AM +0200, Daniel Vetter wrote: > > Yeah. My first idea for the gamma stuff was that we'd simply have the > > blob property for the data, and then a separate enum property which > > decides how we interpret the blob contents. The default for the enum > > would be the

[PATCH 04/12] drm: Add structures for querying color capabilities

2015-07-03 Thread 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 driver can fill this pro

[Intel-gfx] [PATCH 04/12] drm: Add structures for querying color capabilities

2015-07-03 Thread Daniel Vetter
On Thu, Jul 02, 2015 at 08:04:40PM +0300, Ville Syrjälä wrote: > On Thu, Jul 02, 2015 at 05:45:32PM +0100, Damien Lespiau wrote: > > On Thu, Jul 02, 2015 at 05:20:45PM +0100, Damien Lespiau wrote: > > > On Wed, Jul 01, 2015 at 09:18:14PM +0530, Kausal Malladi wrote: > > > > From: Kausal Malladi

[Intel-gfx] [PATCH 04/12] drm: Add structures for querying color capabilities

2015-07-02 Thread Ville Syrjälä
On Thu, Jul 02, 2015 at 05:45:32PM +0100, Damien Lespiau wrote: > On Thu, Jul 02, 2015 at 05:20:45PM +0100, Damien Lespiau wrote: > > On Wed, Jul 01, 2015 at 09:18:14PM +0530, Kausal Malladi wrote: > > > From: Kausal Malladi > > > > > > The DRM color management framework is targeting various hard

[Intel-gfx] [PATCH 04/12] drm: Add structures for querying color capabilities

2015-07-02 Thread Damien Lespiau
On Thu, Jul 02, 2015 at 05:20:45PM +0100, Damien Lespiau wrote: > On Wed, Jul 01, 2015 at 09:18:14PM +0530, Kausal Malladi wrote: > > From: Kausal Malladi > > > > The DRM color management framework is targeting various hardware > > platforms and drivers. Different platforms can have different col

[PATCH 04/12] drm: Add structures for querying color capabilities

2015-07-02 Thread Damien Lespiau
On Wed, Jul 01, 2015 at 09:18:14PM +0530, Kausal Malladi 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 app