Searched refs:CHIP_RS400 (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 55 CHIP_RS400, enumerator
|
D | radeon_gart.c | 75 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480 || in radeon_gart_table_ram_alloc() 101 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480 || in radeon_gart_table_ram_free()
|
D | radeon_encoders.c | 100 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum() 134 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum()
|
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()
|
D | radeon_i2c.c | 268 case CHIP_RS400: in radeon_get_i2c_prescale() 436 case CHIP_RS400: in r100_hw_i2c_xfer() 839 case CHIP_RS400: in radeon_hw_i2c_xfer()
|
D | radeon_clocks.c | 493 if ((rdev->family == CHIP_RS400) || in radeon_legacy_set_clock_gating() 746 } else if ((rdev->family == CHIP_RS400) || in radeon_legacy_set_clock_gating()
|
D | radeon_combios.c | 464 rdev->family == CHIP_RS400 || in combios_setup_i2c_bus() 481 rdev->family == CHIP_RS400 || in combios_setup_i2c_bus() 608 case CHIP_RS400: in combios_setup_i2c_bus() 705 rdev->family == CHIP_RS400 || in radeon_combios_i2c_init() 819 if (rdev->family == CHIP_RS400) in radeon_combios_sideport_present()
|
D | radeon_cp.c | 253 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS400) || in radeon_write_agp_base() 275 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS400) || in radeon_enable_bm() 505 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS400) || in radeon_cp_init_microcode()
|
D | r100.c | 812 case CHIP_RS400: in r100_irq_process() 1015 (rdev->family == CHIP_RS400) || in r100_cp_init_microcode() 3338 if (rdev->family == CHIP_RS400 || in r100_bandwidth_update() 3520 if ((rdev->family == CHIP_RS400) || in r100_bandwidth_update() 3611 if ((rdev->family == CHIP_RS400) || in r100_bandwidth_update()
|
D | radeon_asic.c | 112 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) { in radeon_register_accessor_init() 2364 case CHIP_RS400: in radeon_asic_init()
|
D | radeon_device.c | 1339 if ((rdev->family >= CHIP_RS400) && in radeon_device_init()
|
D | radeon_connectors.c | 2442 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) in radeon_add_legacy_connector()
|
D | radeon.h | 2632 (rdev->family == CHIP_RS400) || \
|
/linux-4.4.14/include/drm/ |
D | drm_pciids.h | 136 {0x1002, 0x5a41, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_IGPGART}, \ 137 …{0x1002, 0x5a42, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_… 138 {0x1002, 0x5a61, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_IGPGART}, \ 139 …{0x1002, 0x5a62, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_…
|