Searched refs:CHIP_RV670 (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/drm/ |
D | drm_pciids.h | 540 {0x1002, 0x9500, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 541 {0x1002, 0x9501, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 542 {0x1002, 0x9504, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 543 {0x1002, 0x9505, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 544 {0x1002, 0x9506, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 545 {0x1002, 0x9507, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 546 {0x1002, 0x9508, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 547 {0x1002, 0x9509, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 548 {0x1002, 0x950F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ 549 {0x1002, 0x9511, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV670|RADEON_NEW_MEMMAP}, \ [all …]
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 69 CHIP_RV670, enumerator
|
D | uvd_v1_0.c | 222 case CHIP_RV670: in uvd_v1_0_init()
|
D | r600_cp.c | 333 case CHIP_RV670: chip_name = "RV670"; break; in r600_cp_init_microcode() 804 case CHIP_RV670: in r600_gfx_init() 925 if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV670) in r600_gfx_init() 1034 } else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV670) { in r600_gfx_init() 1107 case CHIP_RV670: in r600_gfx_init()
|
D | r600.c | 232 if (rdev->family >= CHIP_RV670 && rdev->family < CHIP_RS780) in r600_set_uvd_clocks() 2043 case CHIP_RV670: in r600_gpu_init() 2144 if (rdev->family == CHIP_RV670) in r600_gpu_init() 2252 } else if ((rdev->family) == CHIP_RV670) { in r600_gpu_init() 2309 case CHIP_RV670: in r600_gpu_init() 2452 case CHIP_RV670: in r600_init_microcode() 4477 if ((rdev->family == CHIP_RV670) || in r600_pcie_gen2_enable() 4502 if ((rdev->family == CHIP_RV670) || in r600_pcie_gen2_enable() 4529 if ((rdev->family == CHIP_RV670) || in r600_pcie_gen2_enable()
|
D | radeon_i2c.c | 295 case CHIP_RV670: in radeon_get_i2c_prescale() 862 case CHIP_RV670: in radeon_hw_i2c_xfer()
|
D | r600_blit.c | 408 case CHIP_RV670: in set_default_state()
|
D | radeon_uvd.c | 74 case CHIP_RV670: in radeon_uvd_init()
|
D | radeon_pm.c | 1457 case CHIP_RV670: in radeon_pm_init()
|
D | radeon_asic.c | 2392 case CHIP_RV670: in radeon_asic_init()
|
D | rv6xx_dpm.c | 1971 if (rdev->family >= CHIP_RV670) in rv6xx_dpm_init()
|