linux_dsm_epyc7002/drivers/gpu/drm/exynos
Alban Browaeys e2dc3f72ee drm/exynos: fix no hdmi output
The hdmi outputs black screen only even though under the hood Xorg and
framebuffer console  are fine : devices found and initialized, but
not a pixel out.

Commit 93bca243ec ("drm/exynos: remove struct exynos_drm_manager")
changed the call order of mixer_initialize with regards to
 exynos_drm_crtc_create.

This changes breaks hdmi out on Odroid U2 (linux-next with added
 Marek Szyprowski v4 hdmi patchset from linux-samsung-soc ML).

Restore the previous call ordering get hdmi to ouput proper pixels:
ie call mixer_initialize first then exynos_drm_crtc_create.

Fixes: 93bca243ec ("drm/exynos: remove struct exynos_drm_manager")
Signed-off-by: Alban Browaeys <prahal@yahoo.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2015-02-07 16:38:41 +09:00
..
exynos_dp_core.c drm/exynos: use driver internal struct 2015-02-07 16:38:41 +09:00
exynos_dp_core.h drm/exynos: dp: support drm_bridge 2015-01-28 08:47:29 +01:00
exynos_dp_reg.c
exynos_dp_reg.h
exynos_drm_buf.c
exynos_drm_buf.h
exynos_drm_connector.c
exynos_drm_connector.h
exynos_drm_core.c
exynos_drm_crtc.c drm/exynos: create exynos_check_plane() 2015-01-25 21:28:08 +09:00
exynos_drm_crtc.h drm/exynos: remove struct exynos_drm_manager 2015-01-25 21:28:07 +09:00
exynos_drm_dmabuf.c drm/exynos: remove to use unnecessary MODULE_xxx macro 2015-02-07 16:38:40 +09:00
exynos_drm_dmabuf.h drm/exynos: remove DRM_EXYNOS_DMABUF config 2015-02-07 16:38:40 +09:00
exynos_drm_dpi.c
exynos_drm_drv.c
exynos_drm_drv.h drm/exynos: remove mode_set() ops from exynos_crtc 2015-01-25 21:28:08 +09:00
exynos_drm_dsi.c
exynos_drm_encoder.c
exynos_drm_encoder.h
exynos_drm_fb.c
exynos_drm_fb.h
exynos_drm_fbdev.c
exynos_drm_fbdev.h
exynos_drm_fimc.c
exynos_drm_fimc.h
exynos_drm_fimd.c drm/exynos: use driver internal struct 2015-02-07 16:38:41 +09:00
exynos_drm_g2d.c
exynos_drm_g2d.h
exynos_drm_gem.c
exynos_drm_gem.h
exynos_drm_gsc.c
exynos_drm_gsc.h
exynos_drm_iommu.c
exynos_drm_iommu.h
exynos_drm_ipp.c
exynos_drm_ipp.h
exynos_drm_plane.c drm/exynos: create exynos_check_plane() 2015-01-25 21:28:08 +09:00
exynos_drm_plane.h drm/exynos: create exynos_check_plane() 2015-01-25 21:28:08 +09:00
exynos_drm_rotator.c
exynos_drm_rotator.h
exynos_drm_vidi.c drm/exynos: use driver internal struct 2015-02-07 16:38:41 +09:00
exynos_drm_vidi.h
exynos_hdmi.c drm/exynos: use driver internal struct 2015-02-07 16:38:41 +09:00
exynos_mixer.c drm/exynos: fix no hdmi output 2015-02-07 16:38:41 +09:00
exynos_mixer.h
Kconfig drm/exynos: remove DRM_EXYNOS_DMABUF config 2015-02-07 16:38:40 +09:00
Makefile drm/exynos: remove DRM_EXYNOS_DMABUF config 2015-02-07 16:38:40 +09:00
regs-fimc.h
regs-gsc.h
regs-hdmi.h
regs-mixer.h
regs-rotator.h
regs-vp.h