OpenCloudOS-Kernel/drivers/misc/habanalabs/common
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
..
mmu habanalabs: fix debugfs device memory MMU VA translation 2021-10-18 12:05:46 +03:00
pci habanalabs: set dma max segment size 2021-08-29 09:47:47 +03:00
Makefile habanalabs: Unify frequency set/get functionality 2021-10-18 12:05:47 +03:00
asid.c habanalabs: replace WARN/WARN_ON with dev_crit in driver 2021-01-27 21:03:49 +02:00
command_buffer.c habanalabs: cannot sleep while holding spinlock 2021-09-01 18:38:24 +03:00
command_submission.c habanalabs: refactor fence handling in hl_cs_poll_fences 2021-10-18 12:05:48 +03:00
context.c habanalabs: context cleanup cosmetics 2021-10-18 12:05:48 +03:00
debugfs.c habanalabs: add debugfs node for configuring CS timeout 2021-10-18 12:05:46 +03:00
device.c habanalabs: bypass reset for continuous h/w error event 2021-10-18 12:05:47 +03:00
firmware_if.c habanalabs: generalize COMMS message sending procedure 2021-10-18 12:05:46 +03:00
habanalabs.h habanalabs: simplify wait for interrupt with timestamp flow 2021-10-18 12:05:47 +03:00
habanalabs_drv.c habanalabs: initialize hpriv fields before adding new node 2021-10-18 12:05:47 +03:00
habanalabs_ioctl.c habanalabs: expose server type in INFO IOCTL 2021-09-01 18:38:24 +03:00
hw_queue.c habanalabs: fix wait offset handling 2021-09-14 15:00:04 +03:00
hwmgr.c habanalabs: Unify frequency set/get functionality 2021-10-18 12:05:47 +03:00
hwmon.c habanalabs: enable power info via HWMON framework 2021-10-18 12:05:46 +03:00
irq.c habanalabs: simplify wait for interrupt with timestamp flow 2021-10-18 12:05:47 +03:00
memory.c dma-buf: move dma-buf symbols into the DMA_BUF module namespace 2021-10-25 14:53:08 +02:00
state_dump.c habanalabs: state dump monitors and fences infrastructure 2021-08-29 09:47:46 +03:00
sysfs.c habanalabs: define soft-reset as inference op 2021-10-18 12:05:46 +03:00