Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv10_gpio.c69 value = NVReadCRTC(dev, 0, reg) >> shift; in nv10_gpio_get()
89 NVWriteCRTC(dev, 0, reg, value | (NVReadCRTC(dev, 0, reg) & mask)); in nv10_gpio_set()
Dnouveau_hw.c877 regp->crtc_830 = NVReadCRTC(dev, head, NV_PCRTC_830); in nv_save_state_ext()
878 regp->crtc_834 = NVReadCRTC(dev, head, NV_PCRTC_834); in nv_save_state_ext()
881 regp->gpio_ext = NVReadCRTC(dev, head, NV_PCRTC_GPIO_EXT); in nv_save_state_ext()
884 regp->crtc_850 = NVReadCRTC(dev, head, NV_PCRTC_850); in nv_save_state_ext()
887 regp->crtc_eng_ctrl = NVReadCRTC(dev, head, NV_PCRTC_ENGINE_CTRL); in nv_save_state_ext()
888 regp->cursor_cfg = NVReadCRTC(dev, head, NV_PCRTC_CURSOR_CONFIG); in nv_save_state_ext()
891 regp->crtc_cfg = NVReadCRTC(dev, head, NV_PCRTC_CONFIG); in nv_save_state_ext()
915 regp->fb_start = NVReadCRTC(dev, head, NV_PCRTC_START); in nv_save_state_ext()
Dnouveau_hw.h121 static inline uint32_t NVReadCRTC(struct drm_device *dev, in NVReadCRTC() function
Dnv04_crtc.c549 regp->crtc_850 = NVReadCRTC(dev, 0, NV_PCRTC_850); in nv_crtc_mode_set_regs()
552 regp->gpio_ext = NVReadCRTC(dev, 0, NV_PCRTC_GPIO_EXT); in nv_crtc_mode_set_regs()