diff options
author | Alexandre Courbot | 2017-02-16 07:46:25 +0100 |
---|---|---|
committer | Ben Skeggs | 2017-03-07 08:05:16 +0100 |
commit | 4eb3390e345e4dc5b17673f64660098eaa21522d (patch) | |
tree | 59e9d4f736ab90e0b0a934ab3845c7f9ffd65182 /drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h | |
parent | drm/nouveau/secboot: add gp102/gp104/gp106/gp107 support (diff) | |
download | kernel-qcow2-linux-4eb3390e345e4dc5b17673f64660098eaa21522d.tar.gz kernel-qcow2-linux-4eb3390e345e4dc5b17673f64660098eaa21522d.tar.xz kernel-qcow2-linux-4eb3390e345e4dc5b17673f64660098eaa21522d.zip |
drm/nouveau/falcon: support for gp10x msgqueue
Add support for the msgqueue firmware used to process SEC2 commands
for gp10x chips.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h b/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h index 2f537e0ec9b4..f37afe963d3e 100644 --- a/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h +++ b/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h @@ -202,5 +202,6 @@ void nvkm_msgqueue_process_msgs(struct nvkm_msgqueue *, struct nvkm_msgqueue_queue *); int msgqueue_0137c63d_new(struct nvkm_falcon *, struct nvkm_msgqueue **); +int msgqueue_0148cdec_new(struct nvkm_falcon *, struct nvkm_msgqueue **); #endif |