Searched refs:CHIP_RS880 (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 73 CHIP_RS880, enumerator
|
D | r600_blit.c | 246 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS880) || in set_vtx_resource() 392 case CHIP_RS880: in set_default_state() 474 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS880) || in set_default_state()
|
D | r600_cp.c | 335 case CHIP_RS880: chip_name = "RS780"; break; in r600_cp_init_microcode() 788 case CHIP_RS880: in r600_gfx_init() 939 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS880)) in r600_gfx_init() 958 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS880)) { in r600_gfx_init() 1002 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS880)) { in r600_gfx_init() 1060 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS880)) in r600_gfx_init() 1103 case CHIP_RS880: in r600_gfx_init() 1149 case CHIP_RS880: in r600_gfx_init()
|
D | r600.c | 1426 if (rdev->family == CHIP_RS780 || rdev->family == CHIP_RS880) { in r600_mc_init() 1981 case CHIP_RS880: in r600_gpu_init() 2111 ((rdev->family) == CHIP_RS880)) { in r600_gpu_init() 2129 ((rdev->family) == CHIP_RS880)) { in r600_gpu_init() 2173 ((rdev->family) == CHIP_RS880)) { in r600_gpu_init() 2231 ((rdev->family) == CHIP_RS880)) { in r600_gpu_init() 2259 case CHIP_RS880: in r600_gpu_init() 2302 case CHIP_RS880: in r600_gpu_init() 2410 case CHIP_RS880: in r600_init_microcode()
|
D | radeon_i2c.c | 301 case CHIP_RS880: in radeon_get_i2c_prescale() 868 case CHIP_RS880: in radeon_hw_i2c_xfer()
|
D | rs690.c | 279 if (((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) && in rs690_crtc_bandwidth_compute() 612 if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) in rs690_bandwidth_update()
|
D | radeon_uvd.c | 81 case CHIP_RS880: in radeon_uvd_init()
|
D | radeon_cs.c | 127 p->rdev->family == CHIP_RS880)) { in radeon_cs_parser_relocs()
|
D | radeon_asic.c | 125 if (rdev->family == CHIP_RS780 || rdev->family == CHIP_RS880) { in radeon_register_accessor_init() 2379 case CHIP_RS880: in radeon_asic_init()
|
D | radeon_pm.c | 1464 case CHIP_RS880: in radeon_pm_init()
|
D | atombios_crtc.c | 589 if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) in atombios_adjust_pll()
|
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 617 {0x1002, 0x9710, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 618 {0x1002, 0x9711, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 619 …{0x1002, 0x9712, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RAD… 620 …{0x1002, 0x9713, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RAD… 621 {0x1002, 0x9714, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 622 {0x1002, 0x9715, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \
|