Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_dfp.c368 regp->fp_debug_1 = 0; in nv04_dfp_mode_set()
388 regp->fp_debug_1 = NV_PRAMDAC_FP_DEBUG_1_XSCALE_TESTMODE_ENABLE | in nv04_dfp_mode_set()
404 regp->fp_debug_1 = NV_PRAMDAC_FP_DEBUG_1_YSCALE_TESTMODE_ENABLE | in nv04_dfp_mode_set()
Dnv17_tv_modes.c579 regs->fp_debug_1 = NV_PRAMDAC_FP_DEBUG_1_YSCALE_TESTMODE_ENABLE | in nv17_ctv_update_rescaler()
592 NVWriteRAMDAC(dev, head, NV_PRAMDAC_FP_DEBUG_1, regs->fp_debug_1); in nv17_ctv_update_rescaler()
Dnouveau_hw.c704 regp->fp_debug_1 = NVReadRAMDAC(dev, head, NV_PRAMDAC_FP_DEBUG_1); in nv_save_state_ramdac()
775 NVWriteRAMDAC(dev, head, NV_PRAMDAC_FP_DEBUG_1, regp->fp_debug_1); in nv_load_state_ramdac()
Dnouveau_drv.h674 uint32_t fp_debug_1; member