[PATCHv4 10/13] drm: Add drm_crtc_init_with_planes()

2014-03-28 Thread Daniel Vetter
On Thu, Mar 27, 2014 at 05:44:35PM -0700, Matt Roper wrote: > Add a new drm_crtc_init_with_planes() to allow drivers to provide > specific primary and cursor planes at CRTC initialization. The existing > drm_crtc_init() interface remains to avoid driver churn in existing > drivers; it will

[PATCHv4 10/13] drm: Add drm_crtc_init_with_planes()

2014-03-28 Thread Daniel Vetter
On Fri, Mar 28, 2014 at 1:44 AM, Matt Roper wrote: > Add a new drm_crtc_init_with_planes() to allow drivers to provide > specific primary and cursor planes at CRTC initialization. The existing > drm_crtc_init() interface remains to avoid driver churn in existing > drivers; it will initialize

[PATCHv4 10/13] drm: Add drm_crtc_init_with_planes()

2014-03-27 Thread Matt Roper
Add a new drm_crtc_init_with_planes() to allow drivers to provide specific primary and cursor planes at CRTC initialization. The existing drm_crtc_init() interface remains to avoid driver churn in existing drivers; it will initialize the CRTC with a plane helper-created primary plane and no