[GIT PULL] exynos-drm-next
Inki Dae
inki.dae at samsung.com
Tue Jan 31 00:46:41 UTC 2017
Hi Dave,
adding runtime PM support to MIC driver, and including some
cleanups - especially using atomic helper functions
instead of specific ones - and fixups.
In addition, it includes S6E3HA2 panel driver and its support.
The panel driver should go to mainline by Thierry.
However, there is no comment from him. Seems he is busy maybe.
I think we had review enough so I picked it up.
And we have one patch series for UHD support which is under the review.
So I plan to have a pull request again as soon as finising the review.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit a5b2b6ebf34b20e70a2bdb5214c371744e7fa260:
drm/sti: Fix compilation failure for drm_framebuffer.pixel_format (2017-01-27 12:54:15 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next
for you to fetch changes up to 2473244a04edf5480770bd840c38546b800f839d:
drm/panel: Add support for S6E3HA2 panel driver on TM2 board (2017-01-31 09:02:21 +0900)
----------------------------------------------------------------
Dan Carpenter (1):
drm/exynos: fix a timeout loop
Daniel Vetter (1):
drm/exynos: Stop using drm_framebuffer_unregister_private
Hoegeun Kwon (3):
drm/exynos: mic: Add mode_set callback function
drm/exynos: mic: Fix parse_dt function
drm/panel: Add support for S6E3HA2 panel driver on TM2 board
Inki Dae (2):
drm/exynos: remove unnecessary codes
drm/exynos: use atomic helper commit
Joonyoung Shim (1):
drm/exynos: g2d: prevent integer overflow in
Marek Szyprowski (1):
drm/exynos: mic: Add runtime PM support
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 28 +-
drivers/gpu/drm/exynos/exynos_drm_crtc.h | 4 -
drivers/gpu/drm/exynos/exynos_drm_drv.c | 114 ----
drivers/gpu/drm/exynos/exynos_drm_fb.c | 32 +-
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 4 +-
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 17 +-
drivers/gpu/drm/exynos/exynos_drm_mic.c | 126 +++--
drivers/gpu/drm/exynos/exynos_mixer.c | 2 +-
drivers/gpu/drm/panel/Kconfig | 6 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c | 754 ++++++++++++++++++++++++++
11 files changed, 892 insertions(+), 196 deletions(-)
create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c
More information about the dri-devel
mailing list