Home
last modified time | relevance | path

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

/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) && (dev->pdev->device & 0x0ff0) != 0x0110; in nv_gf4_disp_arch()
Dhw.c114 if (nv_two_heads(dev)) in NVBlankScreen()
317 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
337 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
366 if (nv_two_heads(dev)) in nouveau_hw_save_vga_fonts()
404 if (nv_two_heads(dev)) in nv_save_state_ramdac()
481 if (nv_two_heads(dev)) in nv_load_state_ramdac()
630 if (nv_two_heads(dev)) in nv_save_state_ext()
674 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.c208 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()
582 if (nv_two_heads(dev)) in nv04_dfp_save()
Ddac.c150 if (nv_two_heads(dev)) in nv04_dac_detect()
/drivers/gpu/drm/nouveau/
Dnouveau_bios.c1756 int all_heads = (nv_two_heads(dev) ? 3 : 1); in fabricate_dcb_encoder_table()