Searched refs:CHIP_RV250 (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 45 CHIP_RV250, enumerator
|
D | radeon_clocks.c | 669 if (((rdev->family == CHIP_RV250) && in radeon_legacy_set_clock_gating() 685 (rdev->family == CHIP_RV250) || in radeon_legacy_set_clock_gating() 692 (rdev->family == CHIP_RV250)) && in radeon_legacy_set_clock_gating() 704 (rdev->family == CHIP_RV250)) && in radeon_legacy_set_clock_gating() 885 (rdev->family == CHIP_RV250) || in radeon_legacy_set_clock_gating()
|
D | radeon_i2c.c | 248 case CHIP_RV250: in radeon_get_i2c_prescale() 393 case CHIP_RV250: in r100_hw_i2c_xfer() 824 case CHIP_RV250: in radeon_hw_i2c_xfer()
|
D | radeon_combios.c | 597 case CHIP_RV250: in combios_setup_i2c_bus() 1007 if ((rdev->flags & RADEON_IS_MOBILITY) && (rdev->family == CHIP_RV250)) in radeon_legacy_get_tv_dac_info_from_table()
|
D | radeon_asic.c | 1624 case CHIP_RV250: in radeon_asic_init()
|
D | radeon_legacy_encoders.c | 398 rdev->family != CHIP_RV250 && in radeon_legacy_backlight_init()
|
D | radeon.h | 1645 (rdev->family == CHIP_RV250) || \
|
D | radeon_cp.c | 510 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV250) || in radeon_cp_init_microcode()
|
D | r100.c | 1010 (rdev->family == CHIP_RV250) || in r100_cp_init_microcode() 3919 if ((rdev->family == CHIP_RV250) || (rdev->family == CHIP_RV280)) in r100_clock_startup()
|
/linux-3.4.99/include/drm/ |
D | drm_pciids.h | 35 {0x1002, 0x4966, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250}, \ 36 {0x1002, 0x4967, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250}, \ 56 {0x1002, 0x4C64, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \ 57 {0x1002, 0x4C66, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \ 58 {0x1002, 0x4C67, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \
|