Tag: f4510a2752b75ad5847b7935b68c233cab497f97

drm: Replace crtc fb with primary plane fb (v3)

Author: Matt Roper <matthew.d.roper@intel.com> 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; @@ – (C).fb + …

Continue reading