Searched refs:CHIP_RV350 (Results 1 – 7 of 7) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_pciids.h | 42 {0x1002, 0x4150, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \ 43 {0x1002, 0x4151, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \ 44 {0x1002, 0x4152, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \ 45 {0x1002, 0x4153, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \ 46 {0x1002, 0x4154, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \ 47 {0x1002, 0x4155, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \ 48 {0x1002, 0x4156, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \ 86 {0x1002, 0x4E50, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350|RADEON_IS_MOBILITY}, \ 87 {0x1002, 0x4E51, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350|RADEON_IS_MOBILITY}, \ 88 {0x1002, 0x4E52, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350|RADEON_IS_MOBILITY}, \ [all …]
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_family.h | 50 CHIP_RV350, enumerator
|
| H A D | radeon_i2c.c | 102 if (rdev->family >= CHIP_RV350) in pre_xfer() 251 case CHIP_RV350: in radeon_get_i2c_prescale() 426 case CHIP_RV350: in r100_hw_i2c_xfer() 829 case CHIP_RV350: in radeon_hw_i2c_xfer()
|
| H A D | radeon_agp.c | 257 if (rdev->family <= CHIP_RV350) in radeon_agp_init()
|
| H A D | radeon_clocks.c | 546 } else if (rdev->family >= CHIP_RV350) { in radeon_legacy_set_clock_gating() 790 } else if (rdev->family >= CHIP_RV350) { in radeon_legacy_set_clock_gating()
|
| H A D | radeon_combios.c | 468 else if (rdev->family >= CHIP_RV350) { in combios_setup_i2c_bus() 590 case CHIP_RV350: in combios_setup_i2c_bus()
|
| H A D | radeon_asic.c | 2347 case CHIP_RV350: in radeon_asic_init()
|