Searched refs:CHIP_RS400 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_family.h | 55 CHIP_RS400, enumerator
|
| H A D | radeon_encoders.c | 101 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum() 136 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum()
|
| H A D | radeon_legacy_crtc.c | 672 if ((rdev->family == CHIP_RS400) || (rdev->family == CHIP_RS480)) in radeon_set_crtc_timing() 703 if ((rdev->family == CHIP_RS400) || (rdev->family == CHIP_RS480)) in radeon_set_crtc_timing() 965 (rdev->family == CHIP_RS400) || in radeon_set_pll()
|
| H A D | radeon_i2c.c | 263 case CHIP_RS400: in radeon_get_i2c_prescale() 431 case CHIP_RS400: in r100_hw_i2c_xfer() 834 case CHIP_RS400: in radeon_hw_i2c_xfer()
|
| H A D | radeon_clocks.c | 498 if ((rdev->family == CHIP_RS400) || in radeon_legacy_set_clock_gating() 751 } else if ((rdev->family == CHIP_RS400) || in radeon_legacy_set_clock_gating()
|
| H A D | radeon_combios.c | 448 rdev->family == CHIP_RS400 || in combios_setup_i2c_bus() 465 rdev->family == CHIP_RS400 || in combios_setup_i2c_bus() 592 case CHIP_RS400: in combios_setup_i2c_bus() 689 rdev->family == CHIP_RS400 || in radeon_combios_i2c_init() 803 if (rdev->family == CHIP_RS400) in radeon_combios_sideport_present() 3389 if (rdev->family == CHIP_RS400 && in radeon_combios_asic_init()
|
| H A D | radeon_asic.c | 113 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) { in radeon_register_accessor_init() 2367 case CHIP_RS400: in radeon_asic_init()
|
| /linux/include/drm/ |
| H A D | drm_pciids.h | 137 {0x1002, 0x5a41, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_IGPGART}, \ 138 …{0x1002, 0x5a42, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_… 139 {0x1002, 0x5a61, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_IGPGART}, \ 140 …{0x1002, 0x5a62, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_…
|