Searched refs:CHIP_RV630 (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/include/drm/ |
D | drm_pciids.h | 499 {0x1002, 0x9580, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 500 {0x1002, 0x9581, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 501 {0x1002, 0x9583, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 502 {0x1002, 0x9586, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 503 {0x1002, 0x9587, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 504 {0x1002, 0x9588, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 505 {0x1002, 0x9589, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 506 {0x1002, 0x958A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ 507 {0x1002, 0x958B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 508 {0x1002, 0x958C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \ [all …]
|
/linux-3.4.99/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 68 CHIP_RV630, enumerator
|
D | r600_cp.c | 329 case CHIP_RV630: chip_name = "RV630"; break; in r600_cp_init_microcode() 774 case CHIP_RV630: in r600_gfx_init() 939 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630) || in r600_gfx_init() 968 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630)) { in r600_gfx_init() 1023 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630) || in r600_gfx_init() 1101 case CHIP_RV630: in r600_gfx_init() 1157 case CHIP_RV630: in r600_gfx_init()
|
D | radeon_i2c.c | 291 case CHIP_RV630: in radeon_get_i2c_prescale() 856 case CHIP_RV630: in radeon_hw_i2c_xfer()
|
D | r600.c | 1538 case CHIP_RV630: in r600_gpu_init() 1687 ((rdev->family) == CHIP_RV630) || in r600_gpu_init() 1715 ((rdev->family) == CHIP_RV630)) { in r600_gpu_init() 1770 } else if (((rdev->family) == CHIP_RV630) || in r600_gpu_init() 1885 case CHIP_RV630: in r600_gpu_init() 1971 case CHIP_RV630: in r600_init_microcode()
|
D | r600_blit.c | 341 case CHIP_RV630: in set_default_state()
|
D | r600_blit_kms.c | 307 case CHIP_RV630: in set_default_state()
|
D | radeon_asic.c | 1673 case CHIP_RV630: in radeon_asic_init()
|