[RFC 0/4] Cursor support with universal planes

2014-05-16 Thread Daniel Vetter
On Thu, May 15, 2014 at 06:17:25PM -0700, Matt Roper wrote: > Cursor planes are a bit trickier to support via the universal plane interface > than primary planes were. Legacy cursor ioctls take handles to driver buffers > directly whereas the universal plane API takes drm_framebuffer's that > rep

[RFC 0/4] Cursor support with universal planes

2014-05-15 Thread Matt Roper
Cursor planes are a bit trickier to support via the universal plane interface than primary planes were. Legacy cursor ioctls take handles to driver buffers directly whereas the universal plane API takes drm_framebuffer's that represent a buffer; due to this mismatch it isn't possible to implement