linux-stable/drivers/gpu/drm/exynos
Greg Kroah-Hartman 16b0314aa7 dma-buf: move dma-buf symbols into the DMA_BUF module namespace
In order to better track where in the kernel the dma-buf code is used,
put the symbols in the namespace DMA_BUF and modify all users of the
symbols to properly import the namespace to not break the build at the
same time.

Now the output of modinfo shows the use of these symbols, making it
easier to watch for users over time:

$ modinfo drivers/misc/fastrpc.ko | grep import
import_ns:      DMA_BUF

Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: dri-devel@lists.freedesktop.org
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Sumit Semwal <sumit.semwal@linaro.org>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://lore.kernel.org/r/20211010124628.17691-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-10-25 14:53:08 +02:00
..
exynos7_drm_decon.c drm/exynos: use pm_runtime_resume_and_get() 2021-06-11 10:56:38 +09:00
exynos5433_drm_decon.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_dp.c drm/bridge: Centralize error message when bridge attach fails 2021-07-28 16:33:12 +03:00
exynos_drm_crtc.c
exynos_drm_crtc.h
exynos_drm_dma.c drm/exynos: Always initialize mapping in exynos_drm_register_dma() 2021-08-22 01:56:39 +09:00
exynos_drm_dpi.c
exynos_drm_drv.c drm/exynos: Don't set struct drm_device.irq_enabled 2021-06-29 11:08:43 +02:00
exynos_drm_drv.h
exynos_drm_dsi.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_drm_fb.c drm/exynos: Don't set allow_fb_modifiers explicitly 2021-04-20 10:41:47 +02:00
exynos_drm_fb.h
exynos_drm_fbdev.c
exynos_drm_fbdev.h
exynos_drm_fimc.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_drm_fimd.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_drm_g2d.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_drm_g2d.h
exynos_drm_gem.c dma-buf: move dma-buf symbols into the DMA_BUF module namespace 2021-10-25 14:53:08 +02:00
exynos_drm_gem.h
exynos_drm_gsc.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_drm_ipp.c drm/exynos/exynos_drm_ipp: Fix documentation for 'exynos_drm_ipp_get_{caps,res}_ioctl()' 2021-06-03 13:33:01 +02:00
exynos_drm_ipp.h
exynos_drm_mic.c drm/exynos: Use pm_runtime_resume_and_get() to replace open coding 2021-06-11 10:56:27 +09:00
exynos_drm_plane.c drm: Use state helper instead of the plane state pointer 2021-02-25 08:05:28 +01:00
exynos_drm_plane.h
exynos_drm_rotator.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_drm_scaler.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_drm_vidi.c
exynos_drm_vidi.h
exynos_hdmi.c drm/exynos: Make use of the helper function devm_platform_ioremap_resource() 2021-09-16 14:05:07 +09:00
exynos_mixer.c drm/exynos: use pm_runtime_resume_and_get() 2021-06-11 10:56:38 +09:00
Kconfig
Makefile
regs-decon7.h
regs-decon5433.h
regs-fimc.h
regs-gsc.h
regs-hdmi.h
regs-mixer.h
regs-rotator.h
regs-scaler.h
regs-vp.h