Home
last modified time | relevance | path

Searched refs:CHIP_RV280 (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_family.h47 CHIP_RV280, enumerator
Dradeon_i2c.c253 case CHIP_RV280: in radeon_get_i2c_prescale()
397 case CHIP_RV280: in r100_hw_i2c_xfer()
831 case CHIP_RV280: in radeon_hw_i2c_xfer()
Dradeon_drv.h1954 if ((dev_priv->flags & RADEON_FAMILY_MASK) <= CHIP_RV280) { \
1964 if ((dev_priv->flags & RADEON_FAMILY_MASK) <= CHIP_RV280) { \
1974 if ((dev_priv->flags & RADEON_FAMILY_MASK) <= CHIP_RV280) { \
1984 if ((dev_priv->flags & RADEON_FAMILY_MASK) <= CHIP_RV280) { \
Dradeon_clocks.c686 (rdev->family == CHIP_RV280)) { in radeon_legacy_set_clock_gating()
886 (rdev->family == CHIP_RV280)) { in radeon_legacy_set_clock_gating()
Dradeon_legacy_encoders.c420 rdev->family != CHIP_RV280 && in radeon_legacy_backlight_init()
788 if (rdev->family == CHIP_RV280) { in radeon_legacy_tmds_int_mode_set()
807 if (ASIC_IS_R300(rdev) || (rdev->family == CHIP_RV280)) { in radeon_legacy_tmds_int_mode_set()
Dr100.c1007 (rdev->family == CHIP_RV280) || in r100_cp_init_microcode()
2723 } else if (rdev->family <= CHIP_RV280) { in r100_vram_get_type()
2746 if (rdev->family == CHIP_RV280 || in r100_get_accessible_vram()
3112 } else if (rdev->family <= CHIP_RV280) { in r100_set_surface_reg()
3864 if ((rdev->family == CHIP_RV250) || (rdev->family == CHIP_RV280)) in r100_clock_startup()
Dradeon_cp.c331 if ((dev_priv->flags & RADEON_FAMILY_MASK) <= CHIP_RV280) { in radeon_do_pixcache_flush()
497 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV280) || in radeon_cp_init_microcode()
Dradeon_asic.c2292 case CHIP_RV280: in radeon_asic_init()
Dradeon_combios.c582 case CHIP_RV280: in combios_setup_i2c_bus()
Dradeon.h2729 (rdev->family == CHIP_RV280) || \