[RESEND][PATCH 0/9] drm/exynos: fixed exynos drm driver.
Inki Dae
inki.dae at samsung.com
Tue Feb 14 18:25:15 PST 2012
I am resending the patch set removing new features from previous one.
this patch set fixes page flip issue and releases some resources
and these new features will be sent to drm-next later.
this is based on git repository below:
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git,
branch name: drm-fixes
commit-id: 6f9f8a61089bb177e53e14ee62f4a65134f3692f
and you can refer to our working repository below:
http://git.infradead.org/users/kmpark/linux-2.6-samsung,
branch name: exynos-drm-fixes
Thanks.
Eun-Chul Kim (1):
drm/exynos: added panel physical size.
Inki Dae (4):
drm/exynos: added possible_clones setup function.
drm/exynos: fixed page flip issue.
drm/exynos: removed exynos_drm_fbdev_recreate function.
drm/exynos: added postclose to release resource.
Joonyoung Shim (2):
drm/exynos: changed priority of mixer layers.
drm/exynos: removed pageflip_event_list init code when closed.
Kamil Debski (1):
drm/exynos: exynos_drm.h header file fixes
Masanari Iida (1):
drm/exynos: Fix typo in exynos_mixer.c
drivers/gpu/drm/exynos/exynos_drm_connector.c | 16 ++++--
drivers/gpu/drm/exynos/exynos_drm_core.c | 3 +
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 6 +-
drivers/gpu/drm/exynos/exynos_drm_drv.c | 26 ++++++---
drivers/gpu/drm/exynos/exynos_drm_drv.h | 4 +-
drivers/gpu/drm/exynos/exynos_drm_encoder.c | 34 ++++++++++++
drivers/gpu/drm/exynos/exynos_drm_encoder.h | 1 +
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 70 ++-----------------------
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 34 +++++++-----
drivers/gpu/drm/exynos/exynos_mixer.c | 19 ++++---
include/drm/Kbuild | 1 +
include/drm/exynos_drm.h | 22 +++++++-
12 files changed, 128 insertions(+), 108 deletions(-)
--
1.7.4.1
More information about the dri-devel
mailing list