Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.h36 uint32_t crtc_eng_ctrl; member
Dcrtc.c491 regp->crtc_eng_ctrl = 0; in nv_crtc_mode_set_regs()
494 regp->crtc_eng_ctrl |= NV_CRTC_FSEL_I2C; in nv_crtc_mode_set_regs()
500 regp->crtc_eng_ctrl |= NV_CRTC_FSEL_OVERLAY; in nv_crtc_mode_set_regs()
Dhw.c630 regp->crtc_eng_ctrl = NVReadCRTC(dev, head, NV_PCRTC_ENGINE_CTRL); in nv_save_state_ext()
678 NVWriteCRTC(dev, head, NV_PCRTC_ENGINE_CTRL, regp->crtc_eng_ctrl); in nv_load_state_ext()