Home
last modified time | relevance | path

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

/linux-4.1.27/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_family.h57 CHIP_RS600, enumerator
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_drv.c303 if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS600) in radeon_suspend()
317 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.c591 else if (rdev->family >= CHIP_RS600) in radeon_read_disabled_bios()
Dradeon_clocks.c208 if (rdev->family < CHIP_RS600) { in radeon_get_clock_info()
Drs600.c821 case CHIP_RS600: in rs600_irq_process()
Dradeon_asic.c121 if (rdev->family == CHIP_RS600) { in radeon_register_accessor_init()
2350 case CHIP_RS600: in radeon_asic_init()
Dradeon.h2803 #define ASIC_IS_AVIVO(rdev) ((rdev->family >= CHIP_RS600))
2804 #define ASIC_IS_DCE2(rdev) ((rdev->family == CHIP_RS600) || \
Dradeon_drv.h1908 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) \
Dradeon_connectors.c1124 if (rdev->family >= CHIP_RS600) in radeon_tv_get_modes()
Datombios_crtc.c572 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()
/linux-4.1.27/include/drm/
Ddrm_pciids.h470 {0x1002, 0x793f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS600|RADEON_IS_IGP|RADEON_NEW_MEMMAP}, \
471 {0x1002, 0x7941, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS600|RADEON_IS_IGP|RADEON_NEW_MEMMAP}, \
472 {0x1002, 0x7942, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS600|RADEON_IS_IGP|RADEON_NEW_MEMMAP}, \