Searched refs:CHIP_RS480 (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_family.h | 56 CHIP_RS480, enumerator
|
H A D | radeon_gart.c | 81 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480 || in radeon_gart_table_ram_alloc() 106 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480 || in radeon_gart_table_ram_free()
|
H A D | radeon_encoders.c | 102 (rdev->family == CHIP_RS480)) in radeon_get_encoder_enum() 137 (rdev->family == CHIP_RS480)) in radeon_get_encoder_enum()
|
H A D | radeon_i2c.c | 264 case CHIP_RS480: in radeon_get_i2c_prescale() 432 case CHIP_RS480: in r100_hw_i2c_xfer() 835 case CHIP_RS480: in radeon_hw_i2c_xfer() 928 ((rdev->family <= CHIP_RS480) || in radeon_i2c_create()
|
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() 966 (rdev->family == CHIP_RS480)) { in radeon_set_pll()
|
H A D | radeon_combios.c | 449 rdev->family == CHIP_RS480) in combios_setup_i2c_bus() 466 rdev->family == CHIP_RS480) in combios_setup_i2c_bus() 593 case CHIP_RS480: in combios_setup_i2c_bus() 690 rdev->family == CHIP_RS480) { in radeon_combios_i2c_init() 1296 { {0, 0}, {0, 0}, {0, 0}, {0, 0} }, /* CHIP_RS480 */ 3358 if (rdev->family == CHIP_RS480 && in radeon_combios_asic_init() 3366 if (rdev->family == CHIP_RS480 && in radeon_combios_asic_init() 3374 if (rdev->family == CHIP_RS480 && in radeon_combios_asic_init() 3382 if (rdev->family == CHIP_RS480 && in radeon_combios_asic_init()
|
H A D | radeon_clocks.c | 499 (rdev->family == CHIP_RS480)) { in radeon_legacy_set_clock_gating() 752 (rdev->family == CHIP_RS480)) { in radeon_legacy_set_clock_gating()
|
H A D | r100.c | 832 case CHIP_RS480: in r100_irq_process() 1042 case CHIP_RS480: in r100_cp_init_microcode() 3354 if (rdev->family == CHIP_RS480) /* don't think rs400 */ in r100_bandwidth_update() 3362 rdev->family == CHIP_RS480) { in r100_bandwidth_update() 3544 (rdev->family == CHIP_RS480)) { in r100_bandwidth_update() 3635 (rdev->family == CHIP_RS480)) { in r100_bandwidth_update()
|
H A D | radeon_asic.c | 113 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) { in radeon_register_accessor_init() 2368 case CHIP_RS480: in radeon_asic_init()
|
H A D | radeon_connectors.c | 2489 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) in radeon_add_legacy_connector()
|
H A D | radeon.h | 2612 (rdev->family == CHIP_RS480))
|
/linux/include/drm/ |
H A D | drm_pciids.h | 127 {0x1002, 0x5954, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS480|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_IS_IGPGART}, \ 128 {0x1002, 0x5955, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS480|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_IS_IGPGART}, \ 129 {0x1002, 0x5974, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS480|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_IS_IGPGART}, \ 130 {0x1002, 0x5975, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS480|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_IS_IGPGART}, \
|