Searched refs:NVWriteCRTC (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 681 NVWriteCRTC(dev, head, NV_PCRTC_ENGINE_CTRL, regp->crtc_eng_ctrl); in nv_load_state_ext() 693 NVWriteCRTC(dev, head, NV_PCRTC_CURSOR_CONFIG, regp->cursor_cfg); in nv_load_state_ext() 694 NVWriteCRTC(dev, head, NV_PCRTC_830, regp->crtc_830); in nv_load_state_ext() 695 NVWriteCRTC(dev, head, NV_PCRTC_834, regp->crtc_834); in nv_load_state_ext() 698 NVWriteCRTC(dev, head, NV_PCRTC_GPIO_EXT, regp->gpio_ext); in nv_load_state_ext() 701 NVWriteCRTC(dev, head, NV_PCRTC_850, regp->crtc_850); in nv_load_state_ext() 711 NVWriteCRTC(dev, head, NV_PCRTC_CONFIG, regp->crtc_cfg); in nv_load_state_ext() 773 NVWriteCRTC(dev, head, NV_PCRTC_START, regp->fb_start); in nv_load_state_ext()
|
D | disp.c | 67 NVWriteCRTC(dev, 0, NV_PCRTC_INTR_EN_0, 0); in nv04_display_fini() 69 NVWriteCRTC(dev, 1, NV_PCRTC_INTR_EN_0, 0); in nv04_display_fini()
|
D | hw.h | 70 static inline void NVWriteCRTC(struct drm_device *dev, in NVWriteCRTC() function 357 NVWriteCRTC(dev, head, NV_PCRTC_START, offset); in nv_set_crtc_base()
|
D | crtc.c | 718 NVWriteCRTC(dev, nv_crtc->index, NV_PCRTC_CONFIG, NV_PCRTC_CONFIG_START_ADDRESS_NON_VGA); in nv_crtc_prepare()
|