drm/exynos: move exynos_drm_crtc and exynos_drm_fb defs to exynos_drm_drv.h
authorMandeep Singh Baines <msb@chromium.org>
Thu, 16 Aug 2012 18:04:53 +0000 (11:04 -0700)
committerGerrit <chrome-bot@google.com>
Fri, 17 Aug 2012 03:05:07 +0000 (20:05 -0700)
commit6b08b650ff8c07afe9f54eba7815b9ef90a61ce1
tree67e5ffc68e15f908ce75136391b39f6112ba13cd
parent092102ef5a2708178b2cc6ecada59ea95f41da8f
drm/exynos: move exynos_drm_crtc and exynos_drm_fb defs to exynos_drm_drv.h

Refactoring that is required for follow-up CLs. I need to access to
the crtc and fb struct from the finish_pageflip code called by the
vblank interrupt handler.

BUG=chrome-os-partner:12586
TEST=Suspend/resume. VT switch. Browsing.

Change-Id: Icb77eae4b10d481097abd4441d14d071f99a0e0e
Signed-off-by: Mandeep Singh Baines <msb@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/30588
Reviewed-by: Pawel Osciak <posciak@google.com>
drivers/gpu/drm/exynos/exynos_drm_crtc.c
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_fb.c