Home
last modified time | relevance | path

Searched refs:nv_two_heads (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.h126 nv_two_heads(struct drm_device *dev) in nv_two_heads() function
141 return nv_two_heads(dev) && (dev->pdev->device & 0x0ff0) != 0x0110; in nv_gf4_disp_arch()
Dhw.c113 if (nv_two_heads(dev)) in NVBlankScreen()
316 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
336 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
365 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
403 if (nv_two_heads(dev)) in nv_save_state_ramdac()
480 if (nv_two_heads(dev)) in nv_load_state_ramdac()
629 if (nv_two_heads(dev)) in nv_save_state_ext()
673 if (nv_two_heads(dev)) in nv_load_state_ext()
Ddisp.c47 if (nv_two_heads(dev)) in nv04_display_fini()
224 if (nv_two_heads(dev)) in nv04_display_create()
Dtvnv04.c134 if (nv_two_heads(dev)) in nv04_tv_prepare()
Darb.c210 sim_data.two_heads = nv_two_heads(dev); in nv04_update_arb()
Dcrtc.c186 if (nv_two_heads(dev)) in nv_crtc_dpms()
668 if (nv_two_heads(crtc->dev)) in nv_crtc_save()
687 if (nv_two_heads(crtc->dev)) in nv_crtc_restore()
703 if (nv_two_heads(dev)) in nv_crtc_prepare()
Ddfp.c260 if (nv_two_heads(dev)) { in nv04_dfp_prepare()
581 if (nv_two_heads(dev)) in nv04_dfp_save()
Ddac.c149 if (nv_two_heads(dev)) in nv04_dac_detect()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bios.c1756 int all_heads = (nv_two_heads(dev) ? 3 : 1); in fabricate_dcb_encoder_table()