Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Duser.h6 struct nvif_user { struct
12 void (*doorbell)(struct nvif_user *, u32 token); argument
13 u64 (*time)(struct nvif_user *);
Ddevice.h18 struct nvif_user user;
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
Duserc361.c25 nvif_userc361_time(struct nvif_user *user) in nvif_userc361_time()
38 nvif_userc361_doorbell(struct nvif_user *user, u32 token) in nvif_userc361_doorbell()
/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_dma.c74 struct nvif_user *user = &chan->drm->client.device.user; in nv50_dma_push()