Searched refs:CHIP_RS740 (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 | 59 CHIP_RS740, 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 | 160 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) in IGP_READ_MCIND() 178 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) in radeon_read_fb_location() 197 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) in radeon_write_fb_location() 219 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) in radeon_write_agp_location() 244 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) { in radeon_write_agp_base() 269 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) { in radeon_enable_bm() 515 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) { in radeon_cp_init_microcode() 921 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) in radeon_set_igpgart() 1090 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740) || in radeon_set_pcigart()
|
D | radeon_encoders.c | 146 (rdev->family == CHIP_RS740)) in radeon_get_encoder_enum()
|
D | radeon_i2c.c | 277 case CHIP_RS740: in radeon_get_i2c_prescale() 845 case CHIP_RS740: 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 | 823 case CHIP_RS740: in rs600_irq_process()
|
D | radeon_asic.c | 117 if (rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) { in radeon_register_accessor_init() 2354 case CHIP_RS740: in radeon_asic_init()
|
D | radeon_device.c | 1363 (rdev->family <= CHIP_RS740)) in radeon_device_init()
|
D | radeon_drv.h | 1906 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740)) \
|
D | radeon_connectors.c | 1254 if ((rdev->family == CHIP_RS690 || rdev->family == CHIP_RS740) && in radeon_dvi_detect()
|
D | atombios_crtc.c | 574 (rdev->family == CHIP_RS740)) in atombios_adjust_pll()
|
D | radeon.h | 2806 (rdev->family == CHIP_RS740) || \
|
D | r100.c | 1025 (rdev->family == CHIP_RS740)) { in r100_cp_init_microcode()
|
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 473 …{0x1002, 0x796c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS740|RADEON_IS_IGP|RADEON_NEW_MEMMAP|RADEON_I… 474 …{0x1002, 0x796d, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS740|RADEON_IS_IGP|RADEON_NEW_MEMMAP|RADEON_I… 475 …{0x1002, 0x796e, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS740|RADEON_IS_IGP|RADEON_NEW_MEMMAP|RADEON_I… 476 …{0x1002, 0x796f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS740|RADEON_IS_IGP|RADEON_NEW_MEMMAP|RADEON_I…
|