Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c60 if (nv_two_heads(dev)) in nv04_display_create()
188 if (nv_two_heads(dev)) in nv04_display_fini()
Ddisp.h127 nv_two_heads(struct drm_device *dev) in nv_two_heads() function
142 return nv_two_heads(dev) && (dev->pdev->device & 0x0ff0) != 0x0110; in nv_gf4_disp_arch()
Dhw.c114 if (nv_two_heads(dev)) in NVBlankScreen()
312 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
332 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
361 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
399 if (nv_two_heads(dev)) in nv_save_state_ramdac()
476 if (nv_two_heads(dev)) in nv_load_state_ramdac()
625 if (nv_two_heads(dev)) in nv_save_state_ext()
670 if (nv_two_heads(dev)) in nv_load_state_ext()
Dcrtc.c185 if (nv_two_heads(dev)) in nv_crtc_dpms()
673 if (nv_two_heads(crtc->dev)) in nv_crtc_save()
692 if (nv_two_heads(crtc->dev)) in nv_crtc_restore()
708 if (nv_two_heads(dev)) in nv_crtc_prepare()
Dtvnv04.c131 if (nv_two_heads(dev)) in nv04_tv_prepare()
Darb.c212 sim_data.two_heads = nv_two_heads(dev); in nv04_update_arb()
Ddfp.c260 if (nv_two_heads(dev)) { in nv04_dfp_prepare()
580 if (nv_two_heads(dev)) in nv04_dfp_save()
Ddac.c145 if (nv_two_heads(dev)) in nv04_dac_detect()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bios.c1754 int all_heads = (nv_two_heads(dev) ? 3 : 1); in fabricate_dcb_encoder_table()