Re: [Intel-gfx] [PATCH i-g-t 1/5] kms: Add universal plane support

2014-06-13 Thread Damien Lespiau
As a small summary, I don't think we should be exposing the plane_commit() function and always go through igt_display_commit() to make hooking the atomic ioctl() easier. Loosing the plane ordering is a bit meh but should be able to live with it. The rest looks good. -- Damien

Re: [Intel-gfx] [PATCH i-g-t 1/5] kms: Add universal plane support

2014-06-13 Thread Damien Lespiau
On Thu, May 29, 2014 at 08:09:13AM -0700, Matt Roper wrote: > Add support for universal planes. This involves revamping the existing > plane handling a bit to allow primary & cursor planes to come from the > DRM plane list, rather than always being manually added. Also, > eliminate the hard-coded

[Intel-gfx] [PATCH i-g-t 1/5] kms: Add universal plane support

2014-05-29 Thread Matt Roper
Add support for universal planes. This involves revamping the existing plane handling a bit to allow primary & cursor planes to come from the DRM plane list, rather than always being manually added. Also, eliminate the hard-coded position of primary & cursor in the plane list since the DRM could