Searched refs:CHIP_RV200 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 42 CHIP_RV200, enumerator
|
D | radeon_clocks.c | 684 if ((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating() 691 if (((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating() 703 if (((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating() 884 if ((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating()
|
D | radeon_i2c.c | 248 case CHIP_RV200: in radeon_get_i2c_prescale() 368 case CHIP_RV200: in r100_hw_i2c_xfer() 826 case CHIP_RV200: in radeon_hw_i2c_xfer()
|
D | r100.c | 1001 (rdev->family == CHIP_RV200) || (rdev->family == CHIP_RS100) || in r100_cp_init_microcode() 2459 if (rdev->family == CHIP_RV200 || rdev->family == CHIP_RS200) { in r100_errata() 3836 if (rdev->family > CHIP_RV200) in r100_mc_program() 3842 if (rdev->family > CHIP_RV200) in r100_mc_program()
|
D | radeon_cp.c | 490 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV200) || in radeon_cp_init_microcode() 2082 case CHIP_RV200: in radeon_driver_load()
|
D | radeon_legacy_encoders.c | 418 pdata->negative = (rdev->family != CHIP_RV200 && in radeon_legacy_backlight_init()
|
D | radeon_asic.c | 2314 case CHIP_RV200: in radeon_asic_init()
|
D | radeon_combios.c | 558 case CHIP_RV200: in combios_setup_i2c_bus()
|
D | radeon.h | 2780 (rdev->family == CHIP_RV200) || \
|
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 70 {0x1002, 0x4C57, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV200|RADEON_IS_MOBILITY}, \ 71 {0x1002, 0x4C58, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV200|RADEON_IS_MOBILITY}, \ 98 {0x1002, 0x5157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV200}, \ 99 {0x1002, 0x5158, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV200}, \
|