Searched refs:CHIP_RV630 (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 563 {0x1002, 0x9580, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 564 {0x1002, 0x9581, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 565 {0x1002, 0x9583, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 566 {0x1002, 0x9586, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 567 {0x1002, 0x9587, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 568 {0x1002, 0x9588, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 569 {0x1002, 0x9589, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 570 {0x1002, 0x958A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 571 {0x1002, 0x958B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 572 {0x1002, 0x958C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ [all …]
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 68 CHIP_RV630, enumerator
|
D | r600_cp.c | 330 case CHIP_RV630: chip_name = "RV630"; break; in r600_cp_init_microcode() 770 case CHIP_RV630: in r600_gfx_init() 935 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630) || in r600_gfx_init() 964 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630)) { in r600_gfx_init() 1019 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630) || in r600_gfx_init() 1097 case CHIP_RV630: in r600_gfx_init() 1153 case CHIP_RV630: in r600_gfx_init()
|
D | uvd_v1_0.c | 213 case CHIP_RV630: in uvd_v1_0_init()
|
D | radeon_i2c.c | 294 case CHIP_RV630: in radeon_get_i2c_prescale() 861 case CHIP_RV630: in radeon_hw_i2c_xfer()
|
D | r600.c | 1962 case CHIP_RV630: in r600_gpu_init() 2107 ((rdev->family) == CHIP_RV630) || in r600_gpu_init() 2135 ((rdev->family) == CHIP_RV630)) { in r600_gpu_init() 2190 } else if (((rdev->family) == CHIP_RV630) || in r600_gpu_init() 2305 case CHIP_RV630: in r600_gpu_init() 2393 case CHIP_RV630: in r600_init_microcode()
|
D | r600_blit.c | 373 case CHIP_RV630: in set_default_state()
|
D | radeon_uvd.c | 73 case CHIP_RV630: in radeon_uvd_init()
|
D | radeon_pm.c | 1459 case CHIP_RV630: in radeon_pm_init()
|
D | rv6xx_dpm.c | 1857 if ((rdev->family == CHIP_RV610) || (rdev->family == CHIP_RV630)) { in rv6xx_parse_pplib_clock_info()
|
D | radeon_asic.c | 2371 case CHIP_RV630: in radeon_asic_init()
|