[Intel-gfx] [PATCH 0/5] Pipe level color management V10

2016-03-08 Thread Daniel Vetter
On Tue, Mar 08, 2016 at 12:13:22PM +, Daniel Stone wrote:
> Hi,
> 
> On 8 March 2016 at 11:45, Rob Bradford  wrote:
> > On Fri, 2016-02-26 at 17:04 +, Lionel Landwerlin wrote:
> >> This series introduces pipe level color management through a set of
> >> properties
> >> attached to the CRTC. It also provides an implementation for some
> >> Intel
> >> platforms.
> >> > This series is based of a previous set of patches by Shashank Sharma.
> >
> > Acked-by: Rob Bradford 
> 
> And for the non-Intel-specific parts (e.g. I haven't checked the exact
> maths for conversion to/from BDW fixed-point, or CHV at all):
> Reviewed-by: Daniel Stone 

Applied the drm core patch to drm-misc, will apply the i915 parts as soon
as I can backmerge (but pls ping me again if that doesn't happen).
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


[Intel-gfx] [PATCH 0/5] Pipe level color management V10

2016-03-08 Thread Daniel Stone
Hi,

On 8 March 2016 at 11:45, Rob Bradford  wrote:
> On Fri, 2016-02-26 at 17:04 +, Lionel Landwerlin wrote:
>> This series introduces pipe level color management through a set of
>> properties
>> attached to the CRTC. It also provides an implementation for some
>> Intel
>> platforms.
>> > This series is based of a previous set of patches by Shashank Sharma.
>
> Acked-by: Rob Bradford 

And for the non-Intel-specific parts (e.g. I haven't checked the exact
maths for conversion to/from BDW fixed-point, or CHV at all):
Reviewed-by: Daniel Stone 

Thanks,
Daniel


[Intel-gfx] [PATCH 0/5] Pipe level color management V10

2016-03-08 Thread Rob Bradford
On Fri, 2016-02-26 at 17:04 +, Lionel Landwerlin wrote:
> This series introduces pipe level color management through a set of
> properties
> attached to the CRTC. It also provides an implementation for some
> Intel
> platforms.
> > This series is based of a previous set of patches by Shashank Sharma.

Acked-by: Rob Bradford 

Userspace parts that use DRM API are lgtm'ed by chromium OWNERS at:

https://codereview.chromium.org/1182063002/

Rob