misc: bcm-vk: add Broadcom VK driver
authorScott Branden <scott.branden@broadcom.com>
Wed, 20 Jan 2021 17:58:16 +0000 (09:58 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2021 17:44:44 +0000 (18:44 +0100)
commit522f692686a73e51300073c08e4107a8cd0b9854
tree6a162dceed2000a947a6ad340977d35246a17a4d
parent882227626459ce7a24191f13c6d9749a00992059
misc: bcm-vk: add Broadcom VK driver

Add initial version of Broadcom VK driver to enumerate PCI device IDs
of Valkyrie and Viper device IDs.

VK based cards provide real-time high performance, high throughput,
low latency offload compute engine operations.
They are used for multiple parallel offload tasks as:
audio, video and image processing and crypto operations.

Further commits add additional features to driver beyond probe/remove.

Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Link: https://lore.kernel.org/r/20210120175827.14820-3-scott.branden@broadcom.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/bcm-vk/Kconfig [new file with mode: 0644]
drivers/misc/bcm-vk/Makefile [new file with mode: 0644]
drivers/misc/bcm-vk/bcm_vk.h [new file with mode: 0644]
drivers/misc/bcm-vk/bcm_vk_dev.c [new file with mode: 0644]