Home
last modified time | relevance | path

Searched refs:fp_control (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/ !
Dnv04_dfp.c106 crtcstate[head].fp_control = FP_TG_CONTROL_OFF; in nv04_dfp_disable()
121 fpc = &dev_priv->mode_reg.crtc_reg[nv_crtc->index].fp_control; in nv04_dfp_update_fp_control()
136 fpc = &dev_priv->mode_reg.crtc_reg[nv_crtc->index].fp_control; in nv04_dfp_update_fp_control()
321 regp->fp_control = NV_PRAMDAC_FP_TG_CONTROL_DISPEN_POS | in nv04_dfp_mode_set()
322 (savep->fp_control & (1 << 26 | NV_PRAMDAC_FP_TG_CONTROL_READ_PROG)); in nv04_dfp_mode_set()
326 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_VSYNC_POS; in nv04_dfp_mode_set()
328 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_HSYNC_POS; in nv04_dfp_mode_set()
332 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_MODE_CENTER; in nv04_dfp_mode_set()
335 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_MODE_NATIVE; in nv04_dfp_mode_set()
337 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_MODE_SCALE; in nv04_dfp_mode_set()
[all …]
Dnv17_tv.c43 fp_control, test_ctrl, dacclk, ctv_14, ctv_1c, ctv_6c; in nv42_tv_sample_load() local
61 fp_control = NVReadRAMDAC(dev, head, NV_PRAMDAC_FP_TG_CONTROL); in nv42_tv_sample_load()
110 NVWriteRAMDAC(dev, head, NV_PRAMDAC_FP_TG_CONTROL, fp_control); in nv42_tv_sample_load()
542 regs->fp_control = NV_PRAMDAC_FP_TG_CONTROL_DISPEN_POS | in nv17_tv_mode_set()
547 regs->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_VSYNC_POS; in nv17_tv_mode_set()
549 regs->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_HSYNC_POS; in nv17_tv_mode_set()
Dnouveau_hw.c696 regp->fp_control = NVReadRAMDAC(dev, head, NV_PRAMDAC_FP_TG_CONTROL); in nv_save_state_ramdac()
773 NVWriteRAMDAC(dev, head, NV_PRAMDAC_FP_TG_CONTROL, regp->fp_control); in nv_load_state_ramdac()
Dnouveau_drv.h671 uint32_t fp_control; member