Searched refs:CHIP_RS600 (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_irq.c | 69 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()
|
D | radeon_family.h | 57 CHIP_RS600, enumerator
|
D | radeon_cp.c | 162 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()
|
D | radeon_drv.c | 303 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()
|
D | radeon_encoders.c | 144 if ((rdev->family == CHIP_RS600) || in radeon_get_encoder_enum()
|
D | radeon_i2c.c | 275 case CHIP_RS600: in radeon_get_i2c_prescale() 843 case CHIP_RS600: in radeon_hw_i2c_xfer()
|
D | radeon_bios.c | 591 else if (rdev->family >= CHIP_RS600) in radeon_read_disabled_bios()
|
D | radeon_clocks.c | 208 if (rdev->family < CHIP_RS600) { in radeon_get_clock_info()
|
D | rs600.c | 821 case CHIP_RS600: in rs600_irq_process()
|
D | radeon_asic.c | 121 if (rdev->family == CHIP_RS600) { in radeon_register_accessor_init() 2350 case CHIP_RS600: in radeon_asic_init()
|
D | radeon.h | 2803 #define ASIC_IS_AVIVO(rdev) ((rdev->family >= CHIP_RS600)) 2804 #define ASIC_IS_DCE2(rdev) ((rdev->family == CHIP_RS600) || \
|
D | radeon_drv.h | 1908 else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600) \
|
D | radeon_connectors.c | 1124 if (rdev->family >= CHIP_RS600) in radeon_tv_get_modes()
|
D | atombios_crtc.c | 572 if ((rdev->family == CHIP_RS600) || in atombios_adjust_pll()
|
D | r100.c | 1028 } else if (rdev->family == CHIP_RS600) { in r100_cp_init_microcode()
|
D | radeon_atombios.c | 1313 if (rdev->family == CHIP_RS600) in radeon_atombios_sideport_present()
|
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 470 {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}, \
|