Searched refs:has_pr3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_acpi.c | 216 bool *has_opt_flags, bool *has_pr3) in nouveau_dsm_pci_probe() 226 *has_pr3 = false; in nouveau_dsm_pci_probe() 230 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe() 214 nouveau_dsm_pci_probe(struct pci_dev *pdev, acpi_handle *dhandle_out, bool *has_mux, bool *has_opt, bool *has_opt_flags, bool *has_pr3) nouveau_dsm_pci_probe() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_acpi.c | 216 bool *has_opt_flags, bool *has_pr3) in nouveau_dsm_pci_probe() 226 *has_pr3 = false; in nouveau_dsm_pci_probe() 230 *has_pr3 = pci_pr3_present(parent_pdev); in nouveau_dsm_pci_probe() 214 nouveau_dsm_pci_probe(struct pci_dev *pdev, acpi_handle *dhandle_out, bool *has_mux, bool *has_opt, bool *has_opt_flags, bool *has_pr3) nouveau_dsm_pci_probe() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu.h | 1034 bool has_pr3; member
|
H A D | amdgpu_device.c | 198 if (adev->has_pr3 || in amdgpu_device_supports_boco() 2091 adev->has_pr3 = parent ? pci_pr3_present(parent) : false; in amdgpu_device_ip_early_init()
|
Completed in 11 milliseconds