Searched refs:CHIP_RV610 (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/include/drm/ |
D | drm_pciids.h | 395 {0x1002, 0x94C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 396 {0x1002, 0x94C1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 397 {0x1002, 0x94C3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 398 {0x1002, 0x94C4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 399 {0x1002, 0x94C5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 400 {0x1002, 0x94C6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 401 {0x1002, 0x94C7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \ 402 {0x1002, 0x94C8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 403 {0x1002, 0x94C9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 404 {0x1002, 0x94CB, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ [all …]
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 67 CHIP_RV610, enumerator
|
D | r600_blit.c | 211 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in set_vtx_resource() 357 case CHIP_RV610: in set_default_state() 439 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in set_default_state()
|
D | r600_blit_kms.c | 182 if ((rdev->family == CHIP_RV610) || in set_vtx_resource() 318 case CHIP_RV610: in set_default_state() 400 if ((rdev->family == CHIP_RV610) || in set_default_state()
|
D | r600_cp.c | 326 case CHIP_RV610: chip_name = "RV610"; break; in r600_cp_init_microcode() 788 case CHIP_RV610: in r600_gfx_init() 938 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in r600_gfx_init() 957 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in r600_gfx_init() 1001 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in r600_gfx_init() 1059 if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV610) || in r600_gfx_init() 1103 case CHIP_RV610: in r600_gfx_init() 1149 case CHIP_RV610: in r600_gfx_init()
|
D | r600.c | 1557 case CHIP_RV610: in r600_gpu_init() 1690 ((rdev->family) == CHIP_RV610) || in r600_gpu_init() 1708 if (((rdev->family) == CHIP_RV610) || in r600_gpu_init() 1752 } else if (((rdev->family) == CHIP_RV610) || in r600_gpu_init() 1810 if (((rdev->family) == CHIP_RV610) || in r600_gpu_init() 1838 case CHIP_RV610: in r600_gpu_init() 1881 case CHIP_RV610: in r600_gpu_init() 1968 case CHIP_RV610: in r600_init_microcode()
|
D | radeon_i2c.c | 271 case CHIP_RV610: in radeon_get_i2c_prescale() 836 case CHIP_RV610: in radeon_hw_i2c_xfer()
|
D | radeon_asic.c | 994 case CHIP_RV610: in radeon_asic_init()
|