Home
last modified time | relevance | path

Searched refs:crtc_eng_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.h38 uint32_t crtc_eng_ctrl; member
Dcrtc.c496 regp->crtc_eng_ctrl = 0; in nv_crtc_mode_set_regs()
499 regp->crtc_eng_ctrl |= NV_CRTC_FSEL_I2C; in nv_crtc_mode_set_regs()
505 regp->crtc_eng_ctrl |= NV_CRTC_FSEL_OVERLAY; in nv_crtc_mode_set_regs()
Dhw.c633 regp->crtc_eng_ctrl = NVReadCRTC(dev, head, NV_PCRTC_ENGINE_CTRL); in nv_save_state_ext()
681 NVWriteCRTC(dev, head, NV_PCRTC_ENGINE_CTRL, regp->crtc_eng_ctrl); in nv_load_state_ext()