Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Duser.h6 struct nvif_user { struct
12 void (*doorbell)(struct nvif_user *, u32 token); argument
13 u64 (*time)(struct nvif_user *);
H A Ddevice.h18 struct nvif_user user;
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A 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()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c75 struct nvif_user *user = &chan->drm->client.device.user; in nv50_dma_push()