Searched refs:CHIP_RV630 (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
D | drm_pciids.h | 564 {0x1002, 0x9580, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 565 {0x1002, 0x9581, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 566 {0x1002, 0x9583, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 567 {0x1002, 0x9586, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 568 {0x1002, 0x9587, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 569 {0x1002, 0x9588, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 570 {0x1002, 0x9589, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 571 {0x1002, 0x958A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 572 {0x1002, 0x958B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 573 {0x1002, 0x958C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 68 CHIP_RV630, enumerator
|
D | uvd_v1_0.c | 214 case CHIP_RV630: in uvd_v1_0_init()
|
D | radeon_i2c.c | 297 case CHIP_RV630: in radeon_get_i2c_prescale() 864 case CHIP_RV630: in radeon_hw_i2c_xfer()
|
D | r600.c | 2022 case CHIP_RV630: in r600_gpu_init() 2167 ((rdev->family) == CHIP_RV630) || in r600_gpu_init() 2195 ((rdev->family) == CHIP_RV630)) { in r600_gpu_init() 2250 } else if (((rdev->family) == CHIP_RV630) || in r600_gpu_init() 2365 case CHIP_RV630: in r600_gpu_init() 2453 case CHIP_RV630: in r600_init_microcode()
|
D | radeon_uvd.c | 76 case CHIP_RV630: in radeon_uvd_init()
|
D | radeon_pm.c | 1495 case CHIP_RV630: in radeon_pm_init()
|
D | radeon_asic.c | 2392 case CHIP_RV630: in radeon_asic_init()
|
D | rv6xx_dpm.c | 1856 if ((rdev->family == CHIP_RV610) || (rdev->family == CHIP_RV630)) { in rv6xx_parse_pplib_clock_info()
|