[PATCH 32/33] drm/omap: fix crtc->plane property delegation

2016-02-24 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Friday 19 February 2016 11:48:07 Tomi Valkeinen wrote: > Before universal planes we had to have plane specific properties for the > crtc too, as on the hardware level a crtc uses a plane. In other words, > e.g. 'zorder' property was added to both planes and cr

[PATCH 32/33] drm/omap: fix crtc->plane property delegation

2016-02-19 Thread Tomi Valkeinen
Before universal planes we had to have plane specific properties for the crtc too, as on the hardware level a crtc uses a plane. In other words, e.g. 'zorder' property was added to both planes and crtcs, and omap_crtc.c would delegate the property set/get to the primary plane. However, the delegat