drm/nouveau/fifo/gv100: return work submission token in channel ctor args

The token will also contain runlist ID on Turing, so instead expose it as
an opaque value from NVKM so the client doesn't need to care.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2018-12-11 14:50:02 +10:00
parent a98a3c52f8
commit 9d24907ccf
8 changed files with 63 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ struct nouveau_channel {
int chid;
u64 inst;
u32 token;
struct nvif_object vram;
struct nvif_object gart;