Directory Files
.. 3
File Size
Kconfig 625 B
Makefile 215 B
mhi_controller.c 13 kB
mhi_controller.h 614 B
qaic.h 9.6 kB
qaic.mod.c 0 B
qaic_control.c 42 kB
qaic_data.c 48 kB
qaic_drv.c 16 kB

Linux v6.6.1 - qaic

# SPDX-License-Identifier: GPL-2.0-only
#
# Qualcomm Cloud AI accelerators driver
#

config DRM_ACCEL_QAIC
	tristate "Qualcomm Cloud AI accelerators"
	depends on DRM_ACCEL
	depends on PCI && HAS_IOMEM
	depends on MHI_BUS
	depends on MMU
	select CRC32
	help
	  Enables driver for Qualcomm's Cloud AI accelerator PCIe cards that are
	  designed to accelerate Deep Learning inference workloads.

	  The driver manages the PCIe devices and provides an IOCTL interface
	  for users to submit workloads to the devices.

	  If unsure, say N.

	  To compile this driver as a module, choose M here: the
	  module will be called qaic.