Searched refs:CHIP_RV635 (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 71 CHIP_RV635, enumerator
|
D | r600_cp.c | 331 case CHIP_RV635: chip_name = "RV635"; break; in r600_cp_init_microcode() 775 case CHIP_RV635: in r600_gfx_init() 1024 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV635)) { in r600_gfx_init() 1102 case CHIP_RV635: in r600_gfx_init() 1158 case CHIP_RV635: in r600_gfx_init()
|
D | r600.c | 1539 case CHIP_RV635: in r600_gpu_init() 1771 ((rdev->family) == CHIP_RV635)) { in r600_gpu_init() 1886 case CHIP_RV635: in r600_gpu_init() 1979 case CHIP_RV635: in r600_init_microcode() 3728 (rdev->family == CHIP_RV635)) { in r600_pcie_gen2_enable() 3753 (rdev->family == CHIP_RV635)) { in r600_pcie_gen2_enable() 3780 (rdev->family == CHIP_RV635)) { in r600_pcie_gen2_enable()
|
D | radeon_i2c.c | 296 case CHIP_RV635: in radeon_get_i2c_prescale() 861 case CHIP_RV635: in radeon_hw_i2c_xfer()
|
D | r600_blit.c | 342 case CHIP_RV635: in set_default_state()
|
D | r600_blit_kms.c | 308 case CHIP_RV635: in set_default_state()
|
D | radeon_asic.c | 1675 case CHIP_RV635: in radeon_asic_init()
|
/linux-3.4.99/include/drm/ |
D | drm_pciids.h | 512 {0x1002, 0x9590, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 513 {0x1002, 0x9591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 514 {0x1002, 0x9593, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 515 {0x1002, 0x9595, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 516 {0x1002, 0x9596, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 517 {0x1002, 0x9597, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 518 {0x1002, 0x9598, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 519 {0x1002, 0x9599, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 520 {0x1002, 0x959B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
|