[GIT PULL] drm/exynos: updated exynos-drm-fixes
Inki Dae
inki.dae at samsung.com
Sun Sep 2 21:47:18 PDT 2012
Hi Dave,
this patch set fixes minor issues and also includes exception codes
and code clean.
Highlights:
- fix modesetting
- check pixel format specific to Exynos
- hardware overlay disabling
- plane's crtc updating
- add exception codes and code clean
The following changes since commit 350352dfef5028225b73994d304a38a4050d894b:
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux into drm-fixes (2012-09-03 11:29:56 +0900)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-fixes
if there is any problem, please let me know.
Thanks,
Inki Dae
Inki Dae (11):
drm/exynos: added device object to subdrv's remove callback as argument
drm/exynos: separated subdrv_probe function into two parts.
drm/exynos: fixed page align bug.
drm/exynos: separeated fimd_power_on into some parts.
drm/exynos: fixed duplicated mode setting.
drm/exynos: add wait_for_vblank callback interface.
drm/exynos: make sure that hardware overlay for fimd is disabled
drm/exynos: make sure that hardware overlay for hdmi is disabled
drm/exynos: check NV12M format specific to Exynos properly
drm/exynos: update crtc to plane safely
drm/exynos: Disable plane when released
Sachin Kamat (9):
drm/exynos: Remove redundant check in exynos_hdmi.c file
drm/exynos: Remove redundant check in exynos_drm_fimd.c file
drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file
drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file
drm/exynos: Use devm_* functions in exynos_drm_g2d.c file
drm/exynos: Add dependency for G2D in Kconfig
drm/exynos: Make g2d_pm_ops static
drm/exynos: Add missing braces around sizeof in exynos_hdmi.c
drm/exynos: Add missing braces around sizeof in exynos_mixer.c
Thomas Meyer (1):
drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
drivers/gpu/drm/exynos/Kconfig | 2 +-
drivers/gpu/drm/exynos/exynos_drm_connector.c | 41 +++++++++-
drivers/gpu/drm/exynos/exynos_drm_connector.h | 2 +
drivers/gpu/drm/exynos/exynos_drm_core.c | 100 +++++++++++++++-------
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 3 +-
drivers/gpu/drm/exynos/exynos_drm_drv.h | 19 ++++-
drivers/gpu/drm/exynos/exynos_drm_encoder.c | 114 ++++++++++++++++++++++---
drivers/gpu/drm/exynos/exynos_drm_fb.c | 65 +++++++++++++-
drivers/gpu/drm/exynos/exynos_drm_fb.h | 20 ++---
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 3 +
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 79 ++++++++++++------
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 52 +++---------
drivers/gpu/drm/exynos/exynos_drm_gem.c | 4 +-
drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 14 +++-
drivers/gpu/drm/exynos/exynos_drm_hdmi.h | 1 +
drivers/gpu/drm/exynos/exynos_drm_plane.c | 2 +-
drivers/gpu/drm/exynos/exynos_drm_vidi.c | 6 +-
drivers/gpu/drm/exynos/exynos_hdmi.c | 11 +--
drivers/gpu/drm/exynos/exynos_mixer.c | 19 ++++-
19 files changed, 404 insertions(+), 153 deletions(-)
More information about the dri-devel
mailing list