Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/include/nvif/
Dmmu.h34 int nvif_mmu_ctor(struct nvif_object *, const char *name, s32 oclass,
/drivers/gpu/drm/nouveau/nvif/
Dmmu.c37 nvif_mmu_ctor(struct nvif_object *parent, const char *name, s32 oclass, in nvif_mmu_ctor() function
/drivers/gpu/drm/nouveau/
Dnouveau_drm.c264 ret = nvif_mmu_ctor(&cli->device.object, "drmMmu", mmus[ret].oclass, in nouveau_cli_init()