Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_disp.c228 nv04_crtc_create(dev, 0); in nv04_display_create()
230 nv04_crtc_create(dev, 1); in nv04_display_create()
H A Ddisp.h100 int nv04_crtc_create(struct drm_device *, int index);
H A Dnouveau_dispnv04_crtc.c1301 nv04_crtc_create(struct drm_device *dev, int crtc_num) in nv04_crtc_create() function