mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 08:13:56 -04:00
gp10x' secure boot requires a blob to be run on NVDEC. Expose the falcon through a dummy device. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
7 lines
164 B
C
7 lines
164 B
C
#ifndef __NVKM_NVDEC_PRIV_H__
|
|
#define __NVKM_NVDEC_PRIV_H__
|
|
#include <engine/nvdec.h>
|
|
|
|
int nvkm_nvdec_new_(struct nvkm_device *, int, struct nvkm_nvdec **);
|
|
#endif
|