Searched refs:fp_control (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | dfp.c | 108 crtcstate[head].fp_control = FP_TG_CONTROL_OFF; in nv04_dfp_disable() 323 regp->fp_control = NV_PRAMDAC_FP_TG_CONTROL_DISPEN_POS | in nv04_dfp_mode_set() 328 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_VSYNC_POS; in nv04_dfp_mode_set() 330 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_HSYNC_POS; in nv04_dfp_mode_set() 334 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_MODE_CENTER; in nv04_dfp_mode_set() 339 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_MODE_SCALE; in nv04_dfp_mode_set() 341 regp->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_WIDTH_12; in nv04_dfp_mode_set() 344 regp->fp_control |= (2 << 24); in nv04_dfp_mode_set() 356 regp->fp_control |= (8 << 28); in nv04_dfp_mode_set() 359 regp->fp_control |= (8 << 28); in nv04_dfp_mode_set() [all …]
|
| H A D | tvnv17.c | 53 fp_control, test_ctrl, dacclk, ctv_14, ctv_1c, ctv_6c; in nv42_tv_sample_load() local 71 fp_control = NVReadRAMDAC(dev, head, NV_PRAMDAC_FP_TG_CONTROL); in nv42_tv_sample_load() 120 NVWriteRAMDAC(dev, head, NV_PRAMDAC_FP_TG_CONTROL, fp_control); in nv42_tv_sample_load() 555 regs->fp_control = NV_PRAMDAC_FP_TG_CONTROL_DISPEN_POS | in nv17_tv_mode_set() 560 regs->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_VSYNC_POS; in nv17_tv_mode_set() 562 regs->fp_control |= NV_PRAMDAC_FP_TG_CONTROL_HSYNC_POS; in nv17_tv_mode_set()
|
| H A D | disp.h | 59 uint32_t fp_control; member
|
| H A D | hw.c | 440 regp->fp_control = NVReadRAMDAC(dev, head, NV_PRAMDAC_FP_TG_CONTROL); in nv_save_state_ramdac() 518 NVWriteRAMDAC(dev, head, NV_PRAMDAC_FP_TG_CONTROL, regp->fp_control); in nv_load_state_ramdac()
|