Re: [PATCH v3 0/14] Add Analogix Core Display Port Driver

2015-08-19 Thread Dave Airlie
On 20 August 2015 at 00:48, Yakir Yang wrote: > > Hi all, >The Samsung Exynos eDP controller and Rockchip RK3288 eDP controller > share the same IP, so a lot of parts can be re-used. I split the common > code into bridge directory, then rk3288 and exynos only need to keep > some platform code.

Re: [PATCH 0/4] removal of extra abstraction layers

2014-12-05 Thread Dave Airlie
On 2 December 2014 at 22:38, Gustavo Padovan wrote: > Hi Inki, > > Can you please review this? I also have sent other two patch sets that sits on > top of this one. Thanks. Inki, any plans on when you can get to looking at this? I think cleaning up exynos so we can get atomic using it is somethi

Re: [PATCH V6 6/8] drm/bridge: Modify drm_bridge core to support driver model

2014-09-17 Thread Dave Airlie
>> >> Before the introduction of the component framework I would have said this is >> the way to go. Now, I think bridges should register themselves as components, >> and the DRM master driver should use the component framework to get a >> reference to the bridges it needs. > Well, I have modified

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