Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dhead.h12 int nvif_head_ctor(struct nvif_disp *, const char *name, int id, struct nvif_head *);
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Dhead.c46 nvif_head_ctor(struct nvif_disp *disp, const char *name, int id, struct nvif_head *head) in nvif_head_ctor() function
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c622 ret = nvif_head_ctor(disp->disp, head->base.base.name, head->base.index, &head->base.head); in nv50_head_create()
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1356 ret = nvif_head_ctor(&disp->disp, nv_crtc->base.name, nv_crtc->index, &nv_crtc->head); in nv04_crtc_create()