Searched refs:CHIP_RS690 (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | rs400.c | 142 if (rdev->family == CHIP_RS690 || (rdev->family == CHIP_RS740)) { in rs400_gart_enable() 151 if ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740)) { in rs400_gart_enable() 175 if ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740)) { in rs400_gart_enable() 318 if (rdev->family == CHIP_RS690 || (rdev->family == CHIP_RS740)) { in rs400_debugfs_gart_info()
|
D | radeon_family.h | 58 CHIP_RS690, enumerator
|
D | radeon_gart.c | 76 rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) { in radeon_gart_table_ram_alloc() 102 rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) { in radeon_gart_table_ram_free()
|
D | radeon_cp.c | 159 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in IGP_READ_MCIND() 177 else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in radeon_read_fb_location() 196 else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in radeon_write_fb_location() 218 else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in radeon_write_agp_location() 243 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in radeon_write_agp_base() 268 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in radeon_enable_bm() 514 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in radeon_cp_init_microcode() 920 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in radeon_set_igpgart() 1089 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || in radeon_set_pcigart()
|
D | radeon_irq_kms.c | 246 if (rdev->family == CHIP_RS690) in radeon_msi_ok()
|
D | radeon_encoders.c | 145 (rdev->family == CHIP_RS690) || in radeon_get_encoder_enum()
|
D | radeon_i2c.c | 276 case CHIP_RS690: in radeon_get_i2c_prescale() 844 case CHIP_RS690: in radeon_hw_i2c_xfer()
|
D | rs690.c | 598 ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740))) { in rs690_bandwidth_update() 610 if ((rdev->family == CHIP_RS690) || (rdev->family == CHIP_RS740)) in rs690_bandwidth_update()
|
D | rs600.c | 822 case CHIP_RS690: in rs600_irq_process()
|
D | radeon_asic.c | 117 if (rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) { in radeon_register_accessor_init() 2353 case CHIP_RS690: in radeon_asic_init()
|
D | radeon_drv.h | 1905 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) || \
|
D | radeon_connectors.c | 1254 if ((rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) && in radeon_dvi_detect()
|
D | atombios_crtc.c | 573 (rdev->family == CHIP_RS690) || in atombios_adjust_pll()
|
D | radeon.h | 2805 (rdev->family == CHIP_RS690) || \
|
D | r100.c | 1024 } else if ((rdev->family == CHIP_RS690) || in r100_cp_init_microcode()
|
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 468 …{0x1002, 0x791e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS690|RADEON_IS_IGP|RADEON_NEW_MEMMAP|RADEON_I… 469 …{0x1002, 0x791f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS690|RADEON_IS_IGP|RADEON_NEW_MEMMAP|RADEON_I…
|