All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] exynosdrm: Remove .load/.unload midlayer
@ 2016-12-13 19:34 Laurent Pinchart
  2016-12-13 19:34 ` [PATCH 1/2] drm: exynos: Perform initialization/cleanup at probe/remove time Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Laurent Pinchart @ 2016-12-13 19:34 UTC (permalink / raw)
  To: dri-devel; +Cc: Kyungmin Park, Seung-Woo Kim

Hello,

Patch 1/2 removes the .load and .unload operations from the exynosdrm driver
and moves the code to the probe/remove handlers. As I don't have access to
exynos hardware the patch has been compile-tested only.

As an added bonus, patch 2/2 removes the now unused drm_platform midlayer. It
depends on the omapdrm and shmobild load/unload removal patches.

Laurent Pinchart (2):
  drm: exynos: Perform initialization/cleanup at probe/remove time
  drm: Remove unused drm_platform midlayer

 drivers/gpu/drm/Makefile                 |   2 +-
 drivers/gpu/drm/drm_platform.c           |  91 ------------
 drivers/gpu/drm/exynos/exynos_dp.c       |   1 -
 drivers/gpu/drm/exynos/exynos_drm_dpi.c  |   1 -
 drivers/gpu/drm/exynos/exynos_drm_drv.c  | 245 ++++++++++++++++---------------
 drivers/gpu/drm/exynos/exynos_drm_dsi.c  |   1 -
 drivers/gpu/drm/exynos/exynos_drm_vidi.c |   1 -
 drivers/gpu/drm/exynos/exynos_hdmi.c     |   1 -
 include/drm/drmP.h                       |   3 -
 9 files changed, 128 insertions(+), 218 deletions(-)
 delete mode 100644 drivers/gpu/drm/drm_platform.c

-- 
Regards,

Laurent Pinchart

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-01-04  1:30 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-13 19:34 [PATCH 0/2] exynosdrm: Remove .load/.unload midlayer Laurent Pinchart
2016-12-13 19:34 ` [PATCH 1/2] drm: exynos: Perform initialization/cleanup at probe/remove time Laurent Pinchart
2016-12-13 21:03   ` Sean Paul
2016-12-13 21:10   ` Daniel Vetter
2016-12-13 21:30     ` Laurent Pinchart
2016-12-13 21:32       ` Sean Paul
2016-12-13 21:49         ` Daniel Vetter
2016-12-13 21:54           ` Laurent Pinchart
2016-12-16 18:02   ` Daniel Stone
2016-12-17 21:49     ` Laurent Pinchart
2016-12-17  0:33   ` Inki Dae
2016-12-17 22:12     ` Laurent Pinchart
2016-12-19  6:32       ` Inki Dae
2016-12-17 22:29   ` [PATCH v2] " Laurent Pinchart
2016-12-19  9:29     ` Daniel Stone
2016-12-13 19:34 ` [PATCH 2/2] drm: Remove unused drm_platform midlayer Laurent Pinchart
2016-12-13 21:03   ` Daniel Vetter
2016-12-13 21:04     ` Sean Paul
2016-12-17 22:39 ` [PATCH] drm: Remove the struct drm_device platformdev field Laurent Pinchart
2016-12-18 13:16   ` Daniel Vetter
2016-12-18 20:24     ` Laurent Pinchart
2016-12-19  8:30   ` Jyri Sarha
2017-01-03 13:49   ` Vincent ABRIOU
2017-01-03 14:00   ` Russell King - ARM Linux
2017-01-03 15:29   ` Rob Clark
2017-01-04  1:22   ` Xinwei Kong

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.