Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dcurs.h13 int nv50_curs_new(struct nouveau_drm *, int head, struct nv50_wndw **);
Dcurs.c27 nv50_curs_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) in nv50_curs_new() function
Dhead.c602 ret = nv50_curs_new(drm, head->base.index, &curs); in nv50_head_create()