Searched refs:CHIP_RV610 (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 67 CHIP_RV610, enumerator
|
D | r600_blit.c | 243 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in set_vtx_resource() 389 case CHIP_RV610: in set_default_state() 471 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in set_default_state()
|
D | r600_cp.c | 329 case CHIP_RV610: chip_name = "RV610"; break; in r600_cp_init_microcode() 786 case CHIP_RV610: in r600_gfx_init() 936 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in r600_gfx_init() 955 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in r600_gfx_init() 999 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in r600_gfx_init() 1057 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in r600_gfx_init() 1101 case CHIP_RV610: in r600_gfx_init() 1147 case CHIP_RV610: in r600_gfx_init()
|
D | uvd_v1_0.c | 212 case CHIP_RV610: in uvd_v1_0_init()
|
D | radeon_i2c.c | 293 case CHIP_RV610: in radeon_get_i2c_prescale() 860 case CHIP_RV610: in radeon_hw_i2c_xfer()
|
D | r600.c | 2025 case CHIP_RV610: in r600_gpu_init() 2155 ((rdev->family) == CHIP_RV610) || in r600_gpu_init() 2173 if (((rdev->family) == CHIP_RV610) || in r600_gpu_init() 2217 } else if (((rdev->family) == CHIP_RV610) || in r600_gpu_init() 2275 if (((rdev->family) == CHIP_RV610) || in r600_gpu_init() 2303 case CHIP_RV610: in r600_gpu_init() 2346 case CHIP_RV610: in r600_gpu_init() 2436 case CHIP_RV610: in r600_init_microcode()
|
D | radeon_uvd.c | 72 case CHIP_RV610: in radeon_uvd_init()
|
D | radeon_object.c | 228 if (rdev->family >= CHIP_RV610 && rdev->family <= CHIP_RV635) in radeon_bo_create()
|
D | rv515.c | 972 if ((rdev->family >= CHIP_RV610) && in rv515_crtc_bandwidth_compute()
|
D | radeon_pm.c | 1453 case CHIP_RV610: in radeon_pm_init()
|
D | radeon_asic.c | 2388 case CHIP_RV610: in radeon_asic_init()
|
D | rv6xx_dpm.c | 1857 if ((rdev->family == CHIP_RV610) || (rdev->family == CHIP_RV630)) { in rv6xx_parse_pplib_clock_info()
|
/linux-4.4.14/include/drm/ |
D | drm_pciids.h | 528 {0x1002, 0x94C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 529 {0x1002, 0x94C1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 530 {0x1002, 0x94C3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 531 {0x1002, 0x94C4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 532 {0x1002, 0x94C5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 533 {0x1002, 0x94C6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 534 {0x1002, 0x94C7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 535 {0x1002, 0x94C8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 536 {0x1002, 0x94C9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 537 {0x1002, 0x94CB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ [all …]
|