linux/drivers/staging/imx-drm
Matt Roper f4510a2752 drm: Replace crtc fb with primary plane fb (v3)
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
        +   C.primary->fb

        @@ struct drm_crtc *C; @@
        -   (C)->fb
        +   C->primary->fb

v3: Generate patch via coccinelle.  Actual removal of crtc->fb has been
    moved to a subsequent patch.

v2: Fixup several lingering crtc->fb instances that were missed in the
    first patch iteration.  [Rob Clark]

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
2014-04-01 20:18:28 -04:00
..
ipu-v3 Merge 3.13-rc5 into staging-next 2013-12-24 10:06:37 -08:00
imx-drm-core.c imx-drm: imx-drm-core: merge imx_drm_crtc_register() into imx_drm_add_crtc() 2014-02-05 11:59:50 -08:00
imx-drm.h staging: drm/imx: add drm plane support 2013-10-11 15:30:33 -07:00
imx-fb.c
imx-fbdev.c
imx-hdmi.c drm/imx: remove drm_mode_connector_detach_encoder harder 2014-03-15 12:11:54 +01:00
imx-hdmi.h imx-drm: Add mx6 hdmi transmitter support 2013-12-08 17:23:18 -08:00
imx-ldb.c drm/kms: rip out drm_mode_connector_detach_encoder 2014-03-13 12:48:38 +01:00
imx-tve.c drm/imx: remove drm_mode_connector_detach_encoder harder 2014-03-15 12:11:54 +01:00
ipuv3-crtc.c drm: Replace crtc fb with primary plane fb (v3) 2014-04-01 20:18:28 -04:00
ipuv3-plane.c staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() 2014-03-28 12:57:13 +10:00
ipuv3-plane.h staging: drm/imx: add drm plane support 2013-10-11 15:30:33 -07:00
Kconfig imx-drm: Add mx6 hdmi transmitter support 2013-12-08 17:23:18 -08:00
Makefile imx-drm: Add mx6 hdmi transmitter support 2013-12-08 17:23:18 -08:00
parallel-display.c drm/kms: rip out drm_mode_connector_detach_encoder 2014-03-13 12:48:38 +01:00
TODO staging: drm/imx: add drm plane support 2013-10-11 15:30:33 -07:00