android_kernel_motorola_sm6225/drivers/gpu/drm/udl
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
..
Kconfig drm: Add separate Kconfig option for fbdev helpers 2013-10-11 23:36:58 +02:00
Makefile drm/udl: initial UDL driver (v4) 2012-03-15 13:35:34 +00:00
udl_connector.c udl: handle EDID failure properly. 2013-04-12 14:20:38 +10:00
udl_drv.c drm: kill ->gem_init_object() and friends 2013-10-09 14:38:02 +10:00
udl_drv.h drm: kill ->gem_init_object() and friends 2013-10-09 14:38:02 +10:00
udl_encoder.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2012-10-03 23:29:23 -07:00
udl_fb.c drm/udl: fix error-path when damage-req fails 2014-03-16 12:11:01 +01:00
udl_gem.c drm/udl: fix Bpp calculation in dumb_create() 2014-03-16 12:11:01 +01:00
udl_main.c drm: don't push static constants on stack for %*ph 2013-08-07 10:10:58 +10:00
udl_modeset.c drm: Replace crtc fb with primary plane fb (v3) 2014-04-01 20:18:28 -04:00
udl_transfer.c drm/udl: Inline memcmp() for RLE compression of xfer 2013-02-08 11:52:00 +10:00