All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] update exynos drm driver.
@ 2011-12-09  8:23 Inki Dae
  2011-12-09  8:23 ` [PATCH 1/2] drm/exynos: updated crtc and encoder dpms framework Inki Dae
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Inki Dae @ 2011-12-09  8:23 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: Inki Dae, kyungmin.park, sw0312.kim

this patch sets are as the following:
- consolidate dpms framework.
- add runtime pm feature for fimd driver.

this patch is based on git repository below:
git://people.freedesktop.org/~airlied/linux.git
branch name: drm-fixes
commit-id: 24bb5a0ce39c51a2e2602c947f218a19e4b26d7d

and you can pull git repository below:
git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-fixes

Inki Dae (1):
  drm/exynos: updated crtc and encoder dpms framework.

Joonyoung Shim (1):
  drm/exynos: add runtime pm feature for fimd

 drivers/gpu/drm/exynos/exynos_drm_crtc.c    |   58 ++++++++-
 drivers/gpu/drm/exynos/exynos_drm_drv.h     |    6 +-
 drivers/gpu/drm/exynos/exynos_drm_encoder.c |  109 ++++++++++++----
 drivers/gpu/drm/exynos/exynos_drm_encoder.h |    3 +
 drivers/gpu/drm/exynos/exynos_drm_fimd.c    |  189 ++++++++++++++++++++-------
 5 files changed, 282 insertions(+), 83 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-12-13  2:55 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09  8:23 [PATCH 0/2] update exynos drm driver Inki Dae
2011-12-09  8:23 ` [PATCH 1/2] drm/exynos: updated crtc and encoder dpms framework Inki Dae
2011-12-09  8:23 ` [PATCH 2/2] drm/exynos: add runtime pm feature for fimd Inki Dae
2011-12-09 10:59 ` [PATCH 0/5] update new features Inki Dae
2011-12-09 10:59   ` [PATCH 1/5] drm/exynos: Fix compile errors Inki Dae
2011-12-09 10:59   ` [PATCH 2/5] drm/exynos: Use struct drm_mode_fb_cmd2 Inki Dae
2011-12-09 10:59   ` [PATCH 3/5] drm/exynos: updated crtc and encoder dpms framework Inki Dae
2011-12-09 10:59   ` [PATCH 4/5] drm/exynos: add runtime pm feature for fimd Inki Dae
2011-12-09 10:59   ` [PATCH 5/5] drm/exynos: Add plane support with fimd Inki Dae
2011-12-12 21:59     ` Rob Clark
2011-12-13  0:41       ` Joonyoung Shim
2011-12-13  0:48         ` Rob Clark
2011-12-13  2:39           ` Inki Dae
2011-12-13  2:55             ` Rob Clark
2011-12-12 22:48     ` Rob Clark
2011-12-13  0:13       ` Joonyoung Shim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.