Hi Dave,
The following changes since commit 9ca70356a9260403c1bda40d942935e55d00c11c:
Revert "drm: Resurrect atomic rmfb code, v3" (2017-02-17 12:39:04 +1000)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git drm/next/platform
for you to fetch changes up to 76adb460fd939756db689f238d5c2ddb45469705:
drm: Remove the struct drm_device platformdev field (2017-02-17 15:27:24 +0200)
---------------------------------------------------------------- Laurent Pinchart (4): drm: shmobile: Perform initialization/cleanup at probe/remove time drm: exynos: Perform initialization/cleanup at probe/remove time drm: Remove unused drm_platform midlayer drm: Remove the struct drm_device platformdev field
Documentation/gpu/drm-internals.rst | 3 - drivers/gpu/drm/Makefile | 2 +- drivers/gpu/drm/armada/armada_drv.c | 3 +- drivers/gpu/drm/drm_platform.c | 87 ----------- 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 | 241 +++++++++++++++-------------- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 1 - drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 3 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 1 - drivers/gpu/drm/exynos/exynos_hdmi.c | 1 - drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c | 2 +- drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c | 2 +- drivers/gpu/drm/msm/mdp/mdp5/mdp5_mdss.c | 2 +- drivers/gpu/drm/msm/msm_drv.c | 1 - drivers/gpu/drm/nouveau/nouveau_drm.c | 3 +- drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 7 +- drivers/gpu/drm/shmobile/shmob_drm_drv.c | 204 ++++++++++++------------ drivers/gpu/drm/sti/sti_drv.c | 2 - drivers/gpu/drm/tilcdc/tilcdc_drv.c | 1 - include/drm/drmP.h | 4 - 21 files changed, 236 insertions(+), 336 deletions(-) delete mode 100644 drivers/gpu/drm/drm_platform.c
On Fri, Feb 17, 2017 at 03:40:16PM +0200, Laurent Pinchart wrote:
Hi Dave,
The following changes since commit 9ca70356a9260403c1bda40d942935e55d00c11c:
Revert "drm: Resurrect atomic rmfb code, v3" (2017-02-17 12:39:04 +1000)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git drm/next/platform
Pulled into drm-misc-next since that also allowed me to fix up the drm_platform_init misplacemenet fumble :-)
Thanks, Daniel
for you to fetch changes up to 76adb460fd939756db689f238d5c2ddb45469705:
drm: Remove the struct drm_device platformdev field (2017-02-17 15:27:24 +0200)
Laurent Pinchart (4): drm: shmobile: Perform initialization/cleanup at probe/remove time drm: exynos: Perform initialization/cleanup at probe/remove time drm: Remove unused drm_platform midlayer drm: Remove the struct drm_device platformdev field
Documentation/gpu/drm-internals.rst | 3 - drivers/gpu/drm/Makefile | 2 +- drivers/gpu/drm/armada/armada_drv.c | 3 +- drivers/gpu/drm/drm_platform.c | 87 ----------- 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 | 241 +++++++++++++++-------------- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 1 - drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 3 +- drivers/gpu/drm/exynos/exynos_drm_vidi.c | 1 - drivers/gpu/drm/exynos/exynos_hdmi.c | 1 - drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c | 2 +- drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c | 2 +- drivers/gpu/drm/msm/mdp/mdp5/mdp5_mdss.c | 2 +- drivers/gpu/drm/msm/msm_drv.c | 1 - drivers/gpu/drm/nouveau/nouveau_drm.c | 3 +- drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 7 +- drivers/gpu/drm/shmobile/shmob_drm_drv.c | 204 ++++++++++++------------ drivers/gpu/drm/sti/sti_drv.c | 2 - drivers/gpu/drm/tilcdc/tilcdc_drv.c | 1 - include/drm/drmP.h | 4 - 21 files changed, 236 insertions(+), 336 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
dri-devel@lists.freedesktop.org