Hi Dave,
This pull-request includes some bug fixes and code cleanups. Especially, this fixes the bind failure issue occurred when it tries to re-bind Exynos drm driver after unbound, and the modetest failure issue incurred by not having a pair to vblank on and off requests.
Please kindly let me know if there is any problem.
Thanks, Inki Dae
The following changes since commit 10a8fce846c1b12ebb29b036d1a15efc65eddbb5:
Merge branch 'vmwgfx-fixes-3.18' of git://people.freedesktop.org/~thomash/linux (2014-11-02 09:23:31 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-fixes
for you to fetch changes up to 74cfe07a838d137ee6f425e00a03642f588fb76b:
drm/exynos: correct connector->dpms field before resuming (2014-11-03 01:51:28 +0900)
---------------------------------------------------------------- Andrzej Hajda (6): drm/exynos: init vblank with real number of crtcs drm/exynos: remove explicit encoder/connector de-initialization drm/exynos: propagate plane initialization errors drm/exynos: init kms poll at the end of initialization drm/exynos: enable vblank after DPMS on drm/exynos: correct connector->dpms field before resuming
Inki Dae (1): drm/exynos: vidi: fix build warning
drivers/gpu/drm/exynos/exynos_dp_core.c | 5 ---- drivers/gpu/drm/exynos/exynos_drm_crtc.c | 5 +++- drivers/gpu/drm/exynos/exynos_drm_dpi.c | 4 --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 43 +++++++++++++++++------------- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 4 --- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 4 --- drivers/gpu/drm/exynos/exynos_hdmi.c | 6 ----- 7 files changed, 29 insertions(+), 42 deletions(-)