Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Ddisp.h13 int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Ddisp.c36 nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp) in nvif_disp_ctor() function
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c728 ret = nvif_disp_ctor(&drm->client.device, "kmsDisp", 0, in nouveau_display_create()