Home
last modified time | relevance | path

Searched refs:nvif_user (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Duser.h6 struct nvif_user { struct
12 void (*doorbell)(struct nvif_user *, u32 token); argument
Ddevice.h18 struct nvif_user user;
/Linux-v4.19/drivers/gpu/drm/nouveau/nvif/
Duserc361.c25 nvif_userc361_doorbell(struct nvif_user *user, u32 token) in nvif_userc361_doorbell()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_dma.c87 struct nvif_user *user = &chan->drm->client.device.user; in nv50_dma_push()