Searched refs:CHIP_RV670 (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_pciids.h | 541 {0x1002, 0x9500, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 542 {0x1002, 0x9501, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 543 {0x1002, 0x9504, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 544 {0x1002, 0x9505, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 545 {0x1002, 0x9506, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 546 {0x1002, 0x9507, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 549 {0x1002, 0x950F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 550 {0x1002, 0x9511, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 551 {0x1002, 0x9515, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 552 {0x1002, 0x9517, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_family.h | 69 CHIP_RV670, enumerator
|
A D | uvd_v1_0.c | 223 case CHIP_RV670: in uvd_v1_0_init()
|
A D | r600.c | 238 if (rdev->family >= CHIP_RV670 && rdev->family < CHIP_RS780) in r600_set_uvd_clocks() 2055 case CHIP_RV670: in r600_gpu_init() 2156 if (rdev->family == CHIP_RV670) in r600_gpu_init() 2264 } else if ((rdev->family) == CHIP_RV670) { in r600_gpu_init() 2321 case CHIP_RV670: in r600_gpu_init() 2464 case CHIP_RV670: in r600_init_microcode() 4520 if ((rdev->family == CHIP_RV670) || in r600_pcie_gen2_enable() 4545 if ((rdev->family == CHIP_RV670) || in r600_pcie_gen2_enable() 4572 if ((rdev->family == CHIP_RV670) || in r600_pcie_gen2_enable()
|
A D | radeon_i2c.c | 290 case CHIP_RV670: in radeon_get_i2c_prescale() 857 case CHIP_RV670: in radeon_hw_i2c_xfer()
|
A D | radeon_uvd.c | 77 case CHIP_RV670: in radeon_uvd_init()
|
A D | radeon_pm.c | 1518 case CHIP_RV670: in radeon_pm_init()
|
A D | rv6xx_dpm.c | 1971 if (rdev->family >= CHIP_RV670) in rv6xx_dpm_init()
|
A D | radeon_asic.c | 2395 case CHIP_RV670: in radeon_asic_init()
|
Completed in 26 milliseconds