diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2017-02-16 11:25:59 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2017-03-07 10:05:12 +0300 |
commit | 42847d8a1f8fa38f11ab54b4a186fdb8b7b26a1d (patch) | |
tree | 12a87b593345d745e572fb8c22ea2b8c5ef8f70f /drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h | |
parent | 9b536e9d525191cab931c997556af6b9b4637164 (diff) | |
download | linux-42847d8a1f8fa38f11ab54b4a186fdb8b7b26a1d.tar.xz |
drm/nouveau/falcon: support for gm20b msgqueue
Add support for the msgqueue firmware used to process PMU commands for
gm20b.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h b/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h index 1f555bc1852d..2f537e0ec9b4 100644 --- a/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h +++ b/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.h @@ -201,4 +201,6 @@ int nvkm_msgqueue_post(struct nvkm_msgqueue *, enum msgqueue_msg_priority, void nvkm_msgqueue_process_msgs(struct nvkm_msgqueue *, struct nvkm_msgqueue_queue *); +int msgqueue_0137c63d_new(struct nvkm_falcon *, struct nvkm_msgqueue **); + #endif |