Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_crtc.c486 regp->crtc_eng_ctrl = 0; in nv_crtc_mode_set_regs()
489 regp->crtc_eng_ctrl |= NV_CRTC_FSEL_I2C; in nv_crtc_mode_set_regs()
495 regp->crtc_eng_ctrl |= NV_CRTC_FSEL_OVERLAY; in nv_crtc_mode_set_regs()
Dnouveau_hw.c887 regp->crtc_eng_ctrl = NVReadCRTC(dev, head, NV_PCRTC_ENGINE_CTRL); in nv_save_state_ext()
934 NVWriteCRTC(dev, head, NV_PCRTC_ENGINE_CTRL, regp->crtc_eng_ctrl); in nv_load_state_ext()
Dnouveau_drv.h652 uint32_t crtc_eng_ctrl; member