Home
last modified time | relevance | path

Searched refs:has_atpx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c611 bool has_atpx = false; in amdgpu_atpx_detect() local
619 has_atpx |= amdgpu_atpx_pci_probe_handle(pdev); in amdgpu_atpx_detect()
629 has_atpx |= amdgpu_atpx_pci_probe_handle(pdev); in amdgpu_atpx_detect()
636 if (has_atpx && vga_count == 2) { in amdgpu_atpx_detect()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c553 bool has_atpx = false; in radeon_atpx_detect() local
561 has_atpx |= (radeon_atpx_pci_probe_handle(pdev) == true); in radeon_atpx_detect()
571 has_atpx |= (radeon_atpx_pci_probe_handle(pdev) == true); in radeon_atpx_detect()
577 if (has_atpx && vga_count == 2) { in radeon_atpx_detect()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c617 bool has_atpx = false; in amdgpu_atpx_detect() local
625 has_atpx |= amdgpu_atpx_pci_probe_handle(pdev); in amdgpu_atpx_detect()
635 has_atpx |= amdgpu_atpx_pci_probe_handle(pdev); in amdgpu_atpx_detect()
642 if (has_atpx && vga_count == 2) { in amdgpu_atpx_detect()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c553 bool has_atpx = false; in radeon_atpx_detect() local
561 has_atpx |= (radeon_atpx_pci_probe_handle(pdev) == true); in radeon_atpx_detect()
571 has_atpx |= (radeon_atpx_pci_probe_handle(pdev) == true); in radeon_atpx_detect()
577 if (has_atpx && vga_count == 2) { in radeon_atpx_detect()

Completed in 5 milliseconds