Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c152 int vga_count = 0; in intel_dsm_detect() local
155 vga_count++; in intel_dsm_detect()
159 if (vga_count == 2 && dhandle) { in intel_dsm_detect()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c273 int vga_count = 0; in nouveau_dsm_detect() local
285 vga_count++; in nouveau_dsm_detect()
292 vga_count++; in nouveau_dsm_detect()
311 } else if (vga_count == 2 && has_mux && guid_valid) { in nouveau_dsm_detect()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c554 int vga_count = 0; in radeon_atpx_detect() local
559 vga_count++; in radeon_atpx_detect()
569 vga_count++; in radeon_atpx_detect()
577 if (has_atpx && vga_count == 2) { in radeon_atpx_detect()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c612 int vga_count = 0; in amdgpu_atpx_detect() local
617 vga_count++; in amdgpu_atpx_detect()
627 vga_count++; in amdgpu_atpx_detect()
636 if (has_atpx && vga_count == 2) { in amdgpu_atpx_detect()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c107 int vga_count; in xf86VGAarbiterAllowDRI() local
114 pci_device_vgaarb_get_info(pScrn->vgaDev, &vga_count, &rsrc_decodes); in xf86VGAarbiterAllowDRI()
115 if (vga_count > 1) { in xf86VGAarbiterAllowDRI()
157 int vga_count, i; in xf86VGAarbiterWrapFunctions() local
166 pci_device_vgaarb_get_info(NULL, &vga_count, NULL); in xf86VGAarbiterWrapFunctions()
167 if (vga_count < 2 || !xf86Screens) in xf86VGAarbiterWrapFunctions()
171 vga_count); in xf86VGAarbiterWrapFunctions()
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c81 static int vga_count, vga_decode_count; variable
728 vga_count++; in vga_arbiter_add_pci_device()
763 vga_count--; in vga_arbiter_del_pci_device()
1401 if (vga_count > 1) in vga_arbiter_notify_clients()
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dr820t.c1783 u8 vga_count; in r820t_vga_adjust() local
1786 for (vga_count = 12; vga_count < 16; vga_count++) { in r820t_vga_adjust()
1787 rc = r820t_write_reg_mask(priv, 0x0c, vga_count, 0x0f); in r820t_vga_adjust()
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dvgaarbiter.rst119 int vga_count;
123 The vga_count is used to track how many cards are being arbitrated, so for
/OK3568_Linux_fs/external/xserver/
H A DChangeLog22248 "vga_count > 1". For this case, as "pScrn->vgaDev == 0", the function
22249 "pci_device_vgaarb_get_info" will only set the value of "vga_count",