linux/drivers/gpu/drm/msm
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
..
adreno drm/msm: add a330/apq8x74 2014-01-09 14:44:06 -05:00
dsi drm/msm: resync generated headers 2014-01-09 14:38:59 -05:00
hdmi drm/msm: add hdmi support for apq8x74/mdp5 2014-01-09 14:44:05 -05:00
mdp drm: Replace crtc fb with primary plane fb (v3) 2014-04-01 20:18:28 -04:00
Kconfig Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2014-01-29 20:49:12 -08:00
Makefile drm/msm: add mdp5/apq8x74 2014-01-09 14:44:06 -05:00
msm_drv.c drm: store the gem vma offset manager in a typed pointer 2014-01-14 12:38:32 +10:00
msm_drv.h drm/msm: add hdmi support for apq8x74/mdp5 2014-01-09 14:44:05 -05:00
msm_fb.c drm/msm: split out msm_kms.h 2014-01-09 14:44:04 -05:00
msm_fbdev.c
msm_gem.c drm/msm: fix deadlock in bo create fail path 2014-02-05 11:24:42 -05:00
msm_gem.h drm/msm: add support for non-IOMMU systems 2014-01-09 14:38:58 -05:00
msm_gem_prime.c drm/msm: prime support 2013-11-01 12:39:44 -04:00
msm_gem_submit.c drm/msm: bigger synchronization hammer 2014-02-07 10:26:25 -05:00
msm_gpu.c drm/msm: bigger synchronization hammer 2014-02-07 10:26:25 -05:00
msm_gpu.h drm/msm: add support for non-IOMMU systems 2014-01-09 14:38:58 -05:00
msm_iommu.c drm/msm: add a330/apq8x74 2014-01-09 14:44:06 -05:00
msm_kms.h drm/msm: add mdp5/apq8x74 2014-01-09 14:44:06 -05:00
msm_mmu.h drm/msm: add support for non-IOMMU systems 2014-01-09 14:38:58 -05:00
msm_ringbuffer.c drm/msm: add a3xx gpu support 2013-08-24 14:57:18 -04:00
msm_ringbuffer.h drm/msm: add a3xx gpu support 2013-08-24 14:57:18 -04:00
NOTES drm/msm: add mdp5/apq8x74 2014-01-09 14:44:06 -05:00