Searched refs:gpu_cfg (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | cik.c | 1614 u16 bridge_cfg, gpu_cfg; in cik_pcie_gen3_enable() local 1619 pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL, &gpu_cfg); in cik_pcie_gen3_enable() 1624 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; in cik_pcie_gen3_enable() 1654 pci_read_config_word(adev->pdev, gpu_pos + PCI_EXP_LNKCTL, &gpu_cfg); in cik_pcie_gen3_enable() 1677 tmp16 |= (gpu_cfg & PCI_EXP_LNKCTL_HAWD); in cik_pcie_gen3_enable()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | si.c | 7466 u16 bridge_cfg, gpu_cfg; in si_pcie_gen3_enable() local 7471 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL, &gpu_cfg); in si_pcie_gen3_enable() 7476 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; in si_pcie_gen3_enable() 7500 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL, &gpu_cfg); in si_pcie_gen3_enable() 7523 tmp16 |= (gpu_cfg & PCI_EXP_LNKCTL_HAWD); in si_pcie_gen3_enable()
|
D | cik.c | 9840 u16 bridge_cfg, gpu_cfg; in cik_pcie_gen3_enable() local 9845 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL, &gpu_cfg); in cik_pcie_gen3_enable() 9850 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; in cik_pcie_gen3_enable() 9874 pci_read_config_word(rdev->pdev, gpu_pos + PCI_EXP_LNKCTL, &gpu_cfg); in cik_pcie_gen3_enable() 9897 tmp16 |= (gpu_cfg & PCI_EXP_LNKCTL_HAWD); in cik_pcie_gen3_enable()
|