Home
last modified time | relevance | path

Searched refs:CHIP_RV515 (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_cp.c175 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV515) in radeon_read_fb_location()
182 else if ((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_RV515) in radeon_read_fb_location()
194 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV515) in radeon_write_fb_location()
201 else if ((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_RV515) in radeon_write_fb_location()
216 } else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV515) in radeon_write_agp_location()
223 else if ((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_RV515) in radeon_write_agp_location()
240 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV515) { in radeon_write_agp_base()
250 } else if ((dev_priv->flags & RADEON_FAMILY_MASK) > CHIP_RV515) { in radeon_write_agp_base()
454 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RV515) { in radeon_init_pipes()
521 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV515) || in radeon_cp_init_microcode()
[all …]
Dradeon_family.h60 CHIP_RV515, enumerator
Dr300_cmdbuf.c87 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RV515) { in r300_emit_cliprects()
259 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RV515) { in r300_init_reg_flags()
1142 if ((dev_priv->flags & RADEON_FAMILY_MASK) < CHIP_RV515) { in r300_do_cp_cmdbuf()
Dr300.c749 if (p->rdev->family < CHIP_RV515) in r300_packet0_check()
756 if (p->rdev->family < CHIP_RV515) { in r300_packet0_check()
815 if (p->rdev->family < CHIP_RV515) { in r300_packet0_check()
1032 if (p->rdev->family >= CHIP_RV515) { in r300_packet0_check()
Dradeon_i2c.c280 case CHIP_RV515: in radeon_get_i2c_prescale()
848 case CHIP_RV515: in radeon_hw_i2c_xfer()
935 ((rdev->family >= CHIP_RV515) && (rdev->family <= CHIP_R580))))) { in radeon_i2c_create()
Dradeon_irq_kms.c264 if (rdev->family == CHIP_RV515) in radeon_msi_ok()
Dradeon_asic.c94 if (rdev->family < CHIP_RV515) { in radeon_register_accessor_init()
108 if (rdev->family >= CHIP_RV515) { in radeon_register_accessor_init()
159 } else if (rdev->family >= CHIP_RV515 || in radeon_agp_disable()
2375 case CHIP_RV515: in radeon_asic_init()
Dr100.c1031 } else if ((rdev->family == CHIP_RV515) || in r100_cp_init_microcode()
2183 if (rdev->family >= CHIP_RV515) in r100_cs_track_texture_check()
2190 if (rdev->family >= CHIP_RV515) in r100_cs_track_texture_check()
Datom.c118 if (rdev->family == CHIP_RV515) in atom_iio_execute()
Drv515.c1295 (rdev->family == CHIP_RV515)) { in rv515_bandwidth_update()
Dradeon_display.c1536 if ((ASIC_IS_R300(rdev) || (rdev->family == CHIP_RV515)) && in radeon_update_display_priority()
Datombios_crtc.c158 && rdev->family >= CHIP_RV515 && rdev->family <= CHIP_R580) { in atombios_scaler_setup()