Home
last modified time | relevance | path

Searched refs:CHIP_RV630 (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/include/drm/
Ddrm_pciids.h563 {0x1002, 0x9580, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \
564 {0x1002, 0x9581, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
565 {0x1002, 0x9583, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
566 {0x1002, 0x9586, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \
567 {0x1002, 0x9587, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \
568 {0x1002, 0x9588, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \
569 {0x1002, 0x9589, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \
570 {0x1002, 0x958A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \
571 {0x1002, 0x958B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
572 {0x1002, 0x958C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV630|RADEON_NEW_MEMMAP}, \
[all …]
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_family.h68 CHIP_RV630, enumerator
Dr600_cp.c330 case CHIP_RV630: chip_name = "RV630"; break; in r600_cp_init_microcode()
770 case CHIP_RV630: in r600_gfx_init()
935 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630) || in r600_gfx_init()
964 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630)) { in r600_gfx_init()
1019 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV630) || in r600_gfx_init()
1097 case CHIP_RV630: in r600_gfx_init()
1153 case CHIP_RV630: in r600_gfx_init()
Duvd_v1_0.c213 case CHIP_RV630: in uvd_v1_0_init()
Dradeon_i2c.c294 case CHIP_RV630: in radeon_get_i2c_prescale()
861 case CHIP_RV630: in radeon_hw_i2c_xfer()
Dr600.c2009 case CHIP_RV630: in r600_gpu_init()
2154 ((rdev->family) == CHIP_RV630) || in r600_gpu_init()
2182 ((rdev->family) == CHIP_RV630)) { in r600_gpu_init()
2237 } else if (((rdev->family) == CHIP_RV630) || in r600_gpu_init()
2352 case CHIP_RV630: in r600_gpu_init()
2440 case CHIP_RV630: in r600_init_microcode()
Dr600_blit.c373 case CHIP_RV630: in set_default_state()
Dradeon_uvd.c73 case CHIP_RV630: in radeon_uvd_init()
Dradeon_pm.c1454 case CHIP_RV630: in radeon_pm_init()
Dradeon_asic.c2389 case CHIP_RV630: in radeon_asic_init()
Drv6xx_dpm.c1857 if ((rdev->family == CHIP_RV610) || (rdev->family == CHIP_RV630)) { in rv6xx_parse_pplib_clock_info()