]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: reorder framebuffer init sequence
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 14 Dec 2012 04:39:03 +0000 (13:39 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 14 Dec 2012 04:40:41 +0000 (13:40 +0900)
commitf2c0095acbf250b0e7a714bc42f7f32ddb34cfdf
treea2ed8479628709178a0db3eb786eda5f9a608f8d
parenta0e41b562b3e302b47f887056d89189b816ce219
drm/exynos: reorder framebuffer init sequence

For user framebuffers it's easier to just inline the
exynos_drm_framebuffer_init helper instead of trying to adjust it -
most of the things that helper sets up need to be overwritten anyway
again due to the multiple backing storage objects support exynos has,
but does not use for the fbdev.

Changelog v2:
- fix NULL point issue to first gem object of exynos drm framebuffer.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fb.c