Searched refs:NVWriteCRTC (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 678 NVWriteCRTC(dev, head, NV_PCRTC_ENGINE_CTRL, regp->crtc_eng_ctrl); in nv_load_state_ext() 690 NVWriteCRTC(dev, head, NV_PCRTC_CURSOR_CONFIG, regp->cursor_cfg); in nv_load_state_ext() 691 NVWriteCRTC(dev, head, NV_PCRTC_830, regp->crtc_830); in nv_load_state_ext() 692 NVWriteCRTC(dev, head, NV_PCRTC_834, regp->crtc_834); in nv_load_state_ext() 695 NVWriteCRTC(dev, head, NV_PCRTC_GPIO_EXT, regp->gpio_ext); in nv_load_state_ext() 698 NVWriteCRTC(dev, head, NV_PCRTC_850, regp->crtc_850); in nv_load_state_ext() 708 NVWriteCRTC(dev, head, NV_PCRTC_CONFIG, regp->crtc_cfg); in nv_load_state_ext() 770 NVWriteCRTC(dev, head, NV_PCRTC_START, regp->fb_start); in nv_load_state_ext()
|
D | disp.c | 46 NVWriteCRTC(dev, 0, NV_PCRTC_INTR_EN_0, 0); in nv04_display_fini() 48 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 | 712 NVWriteCRTC(dev, nv_crtc->index, NV_PCRTC_CONFIG, NV_PCRTC_CONFIG_START_ADDRESS_NON_VGA); in nv_crtc_prepare()
|