Searched refs:CHIP_RV620 (Results 1 – 9 of 9) sorted by relevance
/linux/include/drm/ |
A D | drm_pciids.h | 586 {0x1002, 0x95C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_NEW_MEMMAP}, \ 587 {0x1002, 0x95C2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 588 {0x1002, 0x95C4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 589 {0x1002, 0x95C5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_NEW_MEMMAP}, \ 590 {0x1002, 0x95C6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_NEW_MEMMAP}, \ 591 {0x1002, 0x95C7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_NEW_MEMMAP}, \ 592 {0x1002, 0x95C9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_NEW_MEMMAP}, \ 593 {0x1002, 0x95CC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_NEW_MEMMAP}, \ 594 {0x1002, 0x95CD, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_NEW_MEMMAP}, \ 595 {0x1002, 0x95CE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV620|RADEON_NEW_MEMMAP}, \ [all …]
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_family.h | 70 CHIP_RV620, enumerator
|
A D | r600.c | 2038 case CHIP_RV620: in r600_gpu_init() 2168 ((rdev->family) == CHIP_RV620) || in r600_gpu_init() 2186 ((rdev->family) == CHIP_RV620) || in r600_gpu_init() 2230 ((rdev->family) == CHIP_RV620) || in r600_gpu_init() 2288 ((rdev->family) == CHIP_RV620) || in r600_gpu_init() 2316 case CHIP_RV620: in r600_gpu_init() 2359 case CHIP_RV620: in r600_gpu_init() 2456 case CHIP_RV620: in r600_init_microcode() 4521 (rdev->family == CHIP_RV620) || in r600_pcie_gen2_enable() 4546 (rdev->family == CHIP_RV620) || in r600_pcie_gen2_enable() [all …]
|
A D | uvd_v1_0.c | 215 case CHIP_RV620: in uvd_v1_0_init()
|
A D | radeon_i2c.c | 293 case CHIP_RV620: in radeon_get_i2c_prescale() 860 case CHIP_RV620: in radeon_hw_i2c_xfer()
|
A D | radeon_uvd.c | 78 case CHIP_RV620: in radeon_uvd_init()
|
A D | radeon_pm.c | 1516 case CHIP_RV620: in radeon_pm_init()
|
A D | radeon_asic.c | 2394 case CHIP_RV620: in radeon_asic_init()
|
A D | radeon.h | 2667 #define ASIC_IS_DCE3(rdev) ((rdev->family >= CHIP_RV620))
|
Completed in 37 milliseconds