Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.h130 nv_two_heads(struct drm_device *dev) in nv_two_heads() function
145 return nv_two_heads(dev) && (to_pci_dev(dev->dev)->device & 0x0ff0) != 0x0110; in nv_gf4_disp_arch()
Dhw.c114 if (nv_two_heads(dev)) in NVBlankScreen()
319 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
339 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
368 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
406 if (nv_two_heads(dev)) in nv_save_state_ramdac()
483 if (nv_two_heads(dev)) in nv_load_state_ramdac()
632 if (nv_two_heads(dev)) in nv_save_state_ext()
676 if (nv_two_heads(dev)) in nv_load_state_ext()
Ddisp.c68 if (nv_two_heads(dev)) in nv04_display_fini()
250 if (nv_two_heads(dev)) in nv04_display_create()
Darb.c209 sim_data.two_heads = nv_two_heads(dev); in nv04_update_arb()
Dtvnv04.c134 if (nv_two_heads(dev)) in nv04_tv_prepare()
Dcrtc.c191 if (nv_two_heads(dev)) in nv_crtc_dpms()
674 if (nv_two_heads(crtc->dev)) in nv_crtc_save()
693 if (nv_two_heads(crtc->dev)) in nv_crtc_restore()
709 if (nv_two_heads(dev)) in nv_crtc_prepare()
Ddfp.c261 if (nv_two_heads(dev)) { in nv04_dfp_prepare()
583 if (nv_two_heads(dev)) in nv04_dfp_save()
Ddac.c150 if (nv_two_heads(dev)) in nv04_dac_detect()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_bios.c1759 int all_heads = (nv_two_heads(dev) ? 3 : 1); in fabricate_dcb_encoder_table()