Searched refs:vga_count (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_acpi.c | 152 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 D | nouveau_acpi.c | 273 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 D | radeon_atpx_handler.c | 554 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 D | amdgpu_atpx_handler.c | 612 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 D | xf86VGAarbiter.c | 107 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 D | vgaarb.c | 81 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 D | r820t.c | 1783 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 D | vgaarbiter.rst | 119 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 D | ChangeLog | 22248 "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",
|