Searched defs:vinst (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/core/core/
H A Dhandle.c202 nouveau_handle_get_vinst(struct nouveau_object *engctx, u64 vinst) argument
206 return nouveau_namedb_get_vinst(namedb, vinst);
H A Dnamedb.c57 nouveau_namedb_lookup_vinst(struct nouveau_namedb *namedb, u64 vinst) argument
63 if (nv_gpuobj(handle->object)->addr == vinst)
138 nouveau_namedb_get_vinst(struct nouveau_namedb *namedb, u64 vinst) argument
142 handle = nouveau_namedb_lookup_vinst(namedb, vinst);

Completed in 62 milliseconds