[PATCHv4 12/13] drm: Replace crtc fb with primary plane fb (v3)

2014-03-28 Thread Daniel Vetter
On Thu, Mar 27, 2014 at 05:44:37PM -0700, Matt Roper wrote: > Now that CRTC's have a primary plane, there's no need to track the > framebuffer in the CRTC. Replace all references to the CRTC fb with the > primary plane's fb. > > This patch was generated by the Coccinelle semantic patching tool us

[PATCHv4 12/13] drm: Replace crtc fb with primary plane fb (v3)

2014-03-27 Thread Matt Roper
Now that CRTC's have a primary plane, there's no need to track the framebuffer in the CRTC. Replace all references to the CRTC fb with the primary plane's fb. This patch was generated by the Coccinelle semantic patching tool using the following rules: @@ struct drm_crtc C; @@ -