All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/exynos: use drm generic mmap interface
@ 2014-09-17 13:48 Inki Dae
  2014-09-17 13:48 ` [PATCH 1/2] drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl Inki Dae
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Inki Dae @ 2014-09-17 13:48 UTC (permalink / raw)
  To: dri-devel; +Cc: linux-samsung-soc

This patch set removes unnecessary DRM_EXYNOS_GEM_MAP_OFFSET interface
which isn't used anymore and also uses drm generic mmap interface
instead of a mmap interface specific to Exynos drm. So this patch set
removes a existing mmap interface and relevant codes specific to Exynos
drm.

Inki Dae (2):
  drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl
  drm/exynos: use drm generic mmap interface

 drivers/gpu/drm/exynos/exynos_drm_drv.c |   28 ---------
 drivers/gpu/drm/exynos/exynos_drm_drv.h |    1 -
 drivers/gpu/drm/exynos/exynos_drm_gem.c |  101 +++++--------------------------
 drivers/gpu/drm/exynos/exynos_drm_gem.h |   14 -----
 include/uapi/drm/exynos_drm.h           |   40 ------------
 5 files changed, 14 insertions(+), 170 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-11-19  2:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 13:48 [PATCH 0/2] drm/exynos: use drm generic mmap interface Inki Dae
2014-09-17 13:48 ` [PATCH 1/2] drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl Inki Dae
2014-10-01 15:13   ` Tomasz Figa
2014-10-01 23:47     ` Joonyoung Shim
2014-10-02 10:25       ` Inki Dae
2014-10-02 10:28         ` Tomasz Figa
2014-09-17 13:48 ` [PATCH 2/2] drm/exynos: use drm generic mmap interface Inki Dae
2014-09-18  4:56   ` Joonyoung Shim
2014-09-18  5:15     ` Inki Dae
2014-09-18  5:19   ` [PATCH v2] " Inki Dae
2014-10-01 13:17   ` [PATCH 2/2] " Tomasz Figa
2014-10-02 10:22     ` Inki Dae
2014-11-18 22:09       ` Tobias Jakobi
2014-11-19  2:04         ` Inki Dae
2014-11-19  2:32           ` Tobias Jakobi
2014-09-17 15:18 ` [PATCH 0/2] " Daniel Vetter

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.