Re: Adding set_blob ioctl to DRM

2014-03-05 Thread Rahul Sharma
Thanks Daniel and Bob, Agree, DT is good enough for initial settings. But when need to support on the fly parameter changes, we will end up with 2 solutions. Adding KMS ioctls or improvising blob prop infrastructure (Ruled out existing KMS 64bit props as list of parameters is close to 30, as if no

Re: Adding set_blob ioctl to DRM

2014-03-04 Thread Bob Paauwe
On Tue, 4 Mar 2014 09:35:57 +0100 Daniel Vetter wrote: > On Thu, Feb 20, 2014 at 11:24:40AM +1000, Dave Airlie wrote: > > > I am working on enabling a Color Enhancement block for primary display > > > for Exynos SoC. I need to > > > set a bunch of parameters like Color Conversion matrix, Contrast

Re: Adding set_blob ioctl to DRM

2014-03-04 Thread Daniel Vetter
On Thu, Feb 20, 2014 at 11:24:40AM +1000, Dave Airlie wrote: > > I am working on enabling a Color Enhancement block for primary display > > for Exynos SoC. I need to > > set a bunch of parameters like Color Conversion matrix, Contrast > > Improvement parameters etc ~ 30 parameters from User Space.

Re: Adding set_blob ioctl to DRM

2014-02-19 Thread Rahul Sharma
Thanks Dave, On 20 February 2014 06:54, Dave Airlie wrote: >> I am working on enabling a Color Enhancement block for primary display >> for Exynos SoC. I need to >> set a bunch of parameters like Color Conversion matrix, Contrast >> Improvement parameters etc ~ 30 parameters from User Space. >> >

Re: Adding set_blob ioctl to DRM

2014-02-19 Thread Dave Airlie
> I am working on enabling a Color Enhancement block for primary display > for Exynos SoC. I need to > set a bunch of parameters like Color Conversion matrix, Contrast > Improvement parameters etc ~ 30 parameters from User Space. > > I am planning to use KDS blob property to receive these parameter

Adding set_blob ioctl to DRM

2014-02-19 Thread Rahul Sharma
Hi All, I am working on enabling a Color Enhancement block for primary display for Exynos SoC. I need to set a bunch of parameters like Color Conversion matrix, Contrast Improvement parameters etc ~ 30 parameters from User Space. I am planning to use KDS blob property to receive these parameters.