[GIT PULL] exynos-drm-next
Inki Dae
inki.dae at samsung.com
Sun Apr 28 23:36:19 PDT 2013
Hi Dave,
This is final pull request for Exynos next and includes device tree
support for fimc device, one revert, some code cleanups and fixup.
The revert replaces wrong one[1] with correct one[2].
This was my mistake and sorry for this.
[1] http://www.mail-archive.com/linux-media@vger.kernel.org/msg60737.html
[2] http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg17740.html
And there are some patches posted some time ago but those are needed
to be reviewed enough so not included this time.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 36d9b1541cedecd59e9d8fff0bbf9b7e9dd9704e:
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2013-04-26 15:42:02 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos exynos-drm-next
Inki Dae (2):
Revert "drm/exynos: prepare FIMD clocks"
drm/exynos: do not use generic flags to dumb
Sachin Kamat (2):
drm/exynos: Select VIDEOMODE_HELPERS for FIMD
drm/exynos: Remove unnecessary braces in exynos_hdmi.c
Sean Paul (1):
drm/exynos: Don't blend mixer layer 0
Seung-Woo Kim (3):
drm/exynos: fix wrong return check for platform_device_register_simple
exynos/drm: hdmi: cleanup for hdmi common device registration
drm/exynos: added ipp device registration to drm driver
Sylwester Nawrocki (3):
drm/exynos: remove redundant devm_kfree()
drm/exynos: rework fimc clocks handling
drm/exynos: add device tree support for fimc ipp driver
Vikas Sajjan (1):
drm/exynos: enable FIMD clocks
drivers/gpu/drm/exynos/Kconfig | 4 +-
drivers/gpu/drm/exynos/exynos_drm_drv.c | 9 +-
drivers/gpu/drm/exynos/exynos_drm_drv.h | 12 ++-
drivers/gpu/drm/exynos/exynos_drm_fimc.c | 273 +++++++++++++++++-------------
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 23 +--
drivers/gpu/drm/exynos/exynos_drm_gem.c | 3 +-
drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 14 +-
drivers/gpu/drm/exynos/exynos_drm_ipp.c | 27 +++
drivers/gpu/drm/exynos/exynos_hdmi.c | 10 +-
drivers/gpu/drm/exynos/exynos_mixer.c | 8 +-
drivers/gpu/drm/exynos/regs-fimc.h | 7 +-
11 files changed, 230 insertions(+), 160 deletions(-)
More information about the dri-devel
mailing list