]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/nvdec: add gp102 support
authorAlexandre Courbot <acourbot@nvidia.com>
Thu, 26 Jan 2017 06:16:32 +0000 (15:16 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 7 Mar 2017 07:05:13 +0000 (17:05 +1000)
commitfde604324209ea7e9e01be05aaba69f508561328
tree85a5f6739ceb072897f747f17d54c72ab58443cd
parentc301a8a7a2912b09c9510ceef5845410d98049b5
drm/nouveau/nvdec: add gp102 support

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>
drivers/gpu/drm/nouveau/include/nvkm/core/device.h
drivers/gpu/drm/nouveau/include/nvkm/engine/nvdec.h
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
drivers/gpu/drm/nouveau/nvkm/engine/nvdec/Kbuild
drivers/gpu/drm/nouveau/nvkm/engine/nvdec/base.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/nvdec/gp102.c [new file with mode: 0644]
drivers/gpu/drm/nouveau/nvkm/engine/nvdec/priv.h [new file with mode: 0644]