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

/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c681 NVWriteCRTC(dev, head, NV_PCRTC_ENGINE_CTRL, regp->crtc_eng_ctrl);
693 NVWriteCRTC(dev, head, NV_PCRTC_CURSOR_CONFIG, regp->cursor_cfg);
694 NVWriteCRTC(dev, head, NV_PCRTC_830, regp->crtc_830);
695 NVWriteCRTC(dev, head, NV_PCRTC_834, regp->crtc_834);
698 NVWriteCRTC(dev, head, NV_PCRTC_GPIO_EXT, regp->gpio_ext);
701 NVWriteCRTC(dev, head, NV_PCRTC_850, regp->crtc_850);
711 NVWriteCRTC(dev, head, NV_PCRTC_CONFIG, regp->crtc_cfg);
773 NVWriteCRTC(dev, head, NV_PCRTC_START, regp->fb_start);
H A Ddisp.c67 NVWriteCRTC(dev, 0, NV_PCRTC_INTR_EN_0, 0);
69 NVWriteCRTC(dev, 1, NV_PCRTC_INTR_EN_0, 0);
H A Dhw.h70 static inline void NVWriteCRTC(struct drm_device *dev, function
357 NVWriteCRTC(dev, head, NV_PCRTC_START, offset);
H A Dcrtc.c718 NVWriteCRTC(dev, nv_crtc->index, NV_PCRTC_CONFIG, NV_PCRTC_CONFIG_START_ADDRESS_NON_VGA);

Completed in 126 milliseconds