Home
last modified time | relevance | path

Searched refs:CHIP_RS600 (Results 1 – 16 of 16) sorted by relevance

/drivers/gpu/drm/radeon/
Dradeon_irq.c69 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) { in radeon_enable_vblank()
104 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) { in radeon_disable_vblank()
139 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) { in radeon_acknowledge_irqs()
209 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) { in radeon_driver_irq_handler()
272 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) { in radeon_get_vblank_counter()
343 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) in radeon_driver_irq_preinstall()
379 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) in radeon_driver_irq_uninstall()
Dradeon_cp.c162 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) in IGP_READ_MCIND()
180 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) in radeon_read_fb_location()
199 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) in radeon_write_fb_location()
221 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) in radeon_write_agp_location()
247 } else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) { in radeon_write_agp_base()
518 } else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) { in radeon_cp_init_microcode()
1096 if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) { in radeon_set_pcigart()
1511 if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) in radeon_do_init_cp()
1526 if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) in radeon_do_init_cp()
1590 if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) in radeon_do_cleanup_cp()
Dradeon_family.h57 CHIP_RS600, enumerator
Dradeon_drv.c304 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) in radeon_suspend()
318 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) in radeon_resume()
Dradeon_encoders.c144 if ((rdev->family == CHIP_RS600) || in radeon_get_encoder_enum()
Dradeon_i2c.c275 case CHIP_RS600: in radeon_get_i2c_prescale()
843 case CHIP_RS600: in radeon_hw_i2c_xfer()
Dradeon_bios.c590 else if (rdev->family >= CHIP_RS600) in radeon_read_disabled_bios()
Dradeon_clocks.c208 if (rdev->family < CHIP_RS600) { in radeon_get_clock_info()
Dradeon_asic.c120 if (rdev->family == CHIP_RS600) { in radeon_register_accessor_init()
2368 case CHIP_RS600: in radeon_asic_init()
Drs600.c821 case CHIP_RS600: in rs600_irq_process()
Dradeon.h2642 #define ASIC_IS_AVIVO(rdev) ((rdev->family >= CHIP_RS600))
2643 #define ASIC_IS_DCE2(rdev) ((rdev->family == CHIP_RS600) || \
Dradeon_drv.h1908 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) \
Dradeon_connectors.c1131 if (rdev->family >= CHIP_RS600) in radeon_tv_get_modes()
Datombios_crtc.c574 if ((rdev->family == CHIP_RS600) || in atombios_adjust_pll()
Dr100.c1028 } else if (rdev->family == CHIP_RS600) { in r100_cp_init_microcode()
Dradeon_atombios.c1313 if (rdev->family == CHIP_RS600) in radeon_atombios_sideport_present()