[GIT PULL] drm/exynos: update exynos drm driver.
Inki Dae
inki.dae at samsung.com
Tue Dec 20 22:22:16 PST 2011
Hi, Dave.
Please pull from
git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-next
this branch is based on git repository below:
git://people.freedesktop.org/~airlied/linux.git
branch name: drm-next
commit-id: d0d110e096298d2715aa26b3698e604e0d4a2fb9
the patch sets below had already been posted two weeks ago and
the plane support codes Rob pointed out has been fixed like below.
v2: consider fixed point about src_x/src_y.
v3: check to be validating the zpos ioctl parameter.
these patch sets include the following features:
- consolidate crtc and encoder dpms framework.
- add runtime pm feature for fimd driver.
- add plane feature.
Thanks.
Inki Dae (1):
drm/exynos: updated crtc and encoder dpms framework.
Joonyoung Shim (4):
drm/exynos: Fix compile errors
drm/exynos: Use struct drm_mode_fb_cmd2
drm/exynos: add runtime pm feature for fimd
drm/exynos: Add plane support with fimd
drivers/gpu/drm/exynos/Makefile | 3 +-
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 59 +++++++-
drivers/gpu/drm/exynos/exynos_drm_drv.c | 29 +++-
drivers/gpu/drm/exynos/exynos_drm_drv.h | 14 ++-
drivers/gpu/drm/exynos/exynos_drm_encoder.c | 135 +++++++++++++----
drivers/gpu/drm/exynos/exynos_drm_encoder.h | 5 +
drivers/gpu/drm/exynos/exynos_drm_fb.c | 20 +--
drivers/gpu/drm/exynos/exynos_drm_fb.h | 4 +-
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 14 +-
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 216 ++++++++++++++++++++-------
drivers/gpu/drm/exynos/exynos_drm_plane.c | 163 ++++++++++++++++++++
drivers/gpu/drm/exynos/exynos_drm_plane.h | 14 ++
include/drm/exynos_drm.h | 10 ++
13 files changed, 563 insertions(+), 123 deletions(-)
create mode 100644 drivers/gpu/drm/exynos/exynos_drm_plane.c
create mode 100644 drivers/gpu/drm/exynos/exynos_drm_plane.h
--
1.7.4.1
More information about the dri-devel
mailing list