Home
last modified time | relevance | path

Searched refs:nvif_user_ctor (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Duser.h16 int nvif_user_ctor(struct nvif_device *, const char *name);
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Duser.c37 nvif_user_ctor(struct nvif_device *device, const char *name) in nvif_user_ctor() function
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c521 ret = nvif_user_ctor(device, "drmUsermode"); in nouveau_accel_init()