Searched refs:CHIP_RS780 (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 72 CHIP_RS780, enumerator
|
D | r600_blit.c | 245 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS780) || in set_vtx_resource() 391 case CHIP_RS780: in set_default_state() 473 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS780) || in set_default_state()
|
D | r600_cp.c | 334 case CHIP_RS780: in r600_cp_init_microcode() 787 case CHIP_RS780: in r600_gfx_init() 938 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS780) || in r600_gfx_init() 957 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS780) || in r600_gfx_init() 1001 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS780) || in r600_gfx_init() 1059 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS780) || in r600_gfx_init() 1102 case CHIP_RS780: in r600_gfx_init() 1148 case CHIP_RS780: in r600_gfx_init()
|
D | r600.c | 211 if (rdev->family >= CHIP_RS780) in r600_set_uvd_clocks() 232 if (rdev->family >= CHIP_RV670 && rdev->family < CHIP_RS780) in r600_set_uvd_clocks() 245 if (rdev->family >= CHIP_RS780) in r600_set_uvd_clocks() 273 if (rdev->family >= CHIP_RS780) in r600_set_uvd_clocks() 1473 if (rdev->family == CHIP_RS780 || rdev->family == CHIP_RS880) { in r600_mc_init() 2027 case CHIP_RS780: in r600_gpu_init() 2157 ((rdev->family) == CHIP_RS780) || in r600_gpu_init() 2175 ((rdev->family) == CHIP_RS780) || in r600_gpu_init() 2219 ((rdev->family) == CHIP_RS780) || in r600_gpu_init() 2277 ((rdev->family) == CHIP_RS780) || in r600_gpu_init() [all …]
|
D | radeon_i2c.c | 300 case CHIP_RS780: in radeon_get_i2c_prescale() 867 case CHIP_RS780: in radeon_hw_i2c_xfer()
|
D | rs690.c | 289 if (((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) && in rs690_crtc_bandwidth_compute() 622 if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) in rs690_bandwidth_update()
|
D | radeon_uvd.c | 80 case CHIP_RS780: in radeon_uvd_init()
|
D | radeon_cs.c | 126 p->rdev->family == CHIP_RS780 || in radeon_cs_parser_relocs()
|
D | radeon_asic.c | 124 if (rdev->family == CHIP_RS780 || rdev->family == CHIP_RS880) { in radeon_register_accessor_init() 2396 case CHIP_RS780: in radeon_asic_init()
|
D | radeon_pm.c | 1458 case CHIP_RS780: in radeon_pm_init()
|
D | atombios_crtc.c | 589 if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) in atombios_adjust_pll()
|
D | r600_cs.c | 2081 if (p->family < CHIP_RS780) { in r600_packet3_check()
|
/linux-4.4.14/include/drm/ |
D | drm_pciids.h | 596 {0x1002, 0x9610, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS780|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 597 {0x1002, 0x9611, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS780|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 598 {0x1002, 0x9612, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS780|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 599 {0x1002, 0x9613, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS780|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 600 {0x1002, 0x9614, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS780|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 601 {0x1002, 0x9615, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS780|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 602 {0x1002, 0x9616, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS780|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \
|