Searched refs:CHIP_RV635 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 71 CHIP_RV635, enumerator
|
D | uvd_v1_0.c | 223 case CHIP_RV635: in uvd_v1_0_init()
|
D | r600_cp.c | 332 case CHIP_RV635: chip_name = "RV635"; break; in r600_cp_init_microcode() 771 case CHIP_RV635: in r600_gfx_init() 1020 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV635)) { in r600_gfx_init() 1098 case CHIP_RV635: in r600_gfx_init() 1154 case CHIP_RV635: in r600_gfx_init()
|
D | radeon_i2c.c | 299 case CHIP_RV635: in radeon_get_i2c_prescale() 866 case CHIP_RV635: in radeon_hw_i2c_xfer()
|
D | r600.c | 1963 case CHIP_RV635: in r600_gpu_init() 2191 ((rdev->family) == CHIP_RV635)) { in r600_gpu_init() 2306 case CHIP_RV635: in r600_gpu_init() 2401 case CHIP_RV635: in r600_init_microcode() 4432 (rdev->family == CHIP_RV635)) { in r600_pcie_gen2_enable() 4457 (rdev->family == CHIP_RV635)) { in r600_pcie_gen2_enable() 4484 (rdev->family == CHIP_RV635)) { in r600_pcie_gen2_enable()
|
D | r600_blit.c | 374 case CHIP_RV635: in set_default_state()
|
D | radeon_uvd.c | 76 case CHIP_RV635: in radeon_uvd_init()
|
D | radeon_pm.c | 1461 case CHIP_RV635: in radeon_pm_init()
|
D | radeon_asic.c | 2373 case CHIP_RV635: in radeon_asic_init()
|
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 576 {0x1002, 0x9590, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 577 {0x1002, 0x9591, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 578 {0x1002, 0x9593, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 579 {0x1002, 0x9595, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 580 {0x1002, 0x9596, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 581 {0x1002, 0x9597, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 582 {0x1002, 0x9598, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 583 {0x1002, 0x9599, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_NEW_MEMMAP}, \ 584 {0x1002, 0x959B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV635|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
|