Searched refs:NVWriteCRTC (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_disp.c51 NVWriteCRTC(dev, 0, NV_PCRTC_INTR_EN_0, 0);
53 NVWriteCRTC(dev, 1, NV_PCRTC_INTR_EN_0, 0);
H A Dnouveau_dispnv04_hw.c723 NVWriteCRTC(dev, head, NV_PCRTC_ENGINE_CTRL, regp->crtc_eng_ctrl);
735 NVWriteCRTC(dev, head, NV_PCRTC_CURSOR_CONFIG, regp->cursor_cfg);
736 NVWriteCRTC(dev, head, NV_PCRTC_830, regp->crtc_830);
737 NVWriteCRTC(dev, head, NV_PCRTC_834, regp->crtc_834);
740 NVWriteCRTC(dev, head, NV_PCRTC_GPIO_EXT, regp->gpio_ext);
743 NVWriteCRTC(dev, head, NV_PCRTC_850, regp->crtc_850);
753 NVWriteCRTC(dev, head, NV_PCRTC_CONFIG, regp->crtc_cfg);
815 NVWriteCRTC(dev, head, NV_PCRTC_START, regp->fb_start);
H A Dhw.h72 static inline void NVWriteCRTC(struct drm_device *dev, function
359 NVWriteCRTC(dev, head, NV_PCRTC_START, offset);
H A Dnouveau_dispnv04_crtc.c717 NVWriteCRTC(dev, nv_crtc->index, NV_PCRTC_CONFIG, NV_PCRTC_CONFIG_START_ADDRESS_NON_VGA);

Completed in 206 milliseconds