Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_pciids.h528 {0x1002, 0x94C0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \
529 {0x1002, 0x94C1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \
530 {0x1002, 0x94C3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \
531 {0x1002, 0x94C4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \
532 {0x1002, 0x94C5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \
533 {0x1002, 0x94C6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \
534 {0x1002, 0x94C7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \
535 {0x1002, 0x94C8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
536 {0x1002, 0x94C9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
538 {0x1002, 0x94CC, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV610|RADEON_NEW_MEMMAP}, \
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_family.h67 CHIP_RV610, enumerator
H A Duvd_v1_0.c213 case CHIP_RV610: in uvd_v1_0_init()
H A Dradeon_i2c.c293 case CHIP_RV610: in radeon_get_i2c_prescale()
860 case CHIP_RV610: in radeon_hw_i2c_xfer()
H A Dr600.c2028 case CHIP_RV610: in r600_gpu_init()
2158 ((rdev->family) == CHIP_RV610) || in r600_gpu_init()
2176 if (((rdev->family) == CHIP_RV610) || in r600_gpu_init()
2220 } else if (((rdev->family) == CHIP_RV610) || in r600_gpu_init()
2278 if (((rdev->family) == CHIP_RV610) || in r600_gpu_init()
2306 case CHIP_RV610: in r600_gpu_init()
2349 case CHIP_RV610: in r600_gpu_init()
2439 case CHIP_RV610: in r600_init_microcode()
H A Dradeon_uvd.c75 case CHIP_RV610: in radeon_uvd_init()
H A Dradeon_object.c227 if (rdev->family >= CHIP_RV610 && rdev->family <= CHIP_RV635) in radeon_bo_create()
H A Drv515.c968 if ((rdev->family >= CHIP_RV610) && in rv515_crtc_bandwidth_compute()
H A Dradeon_pm.c1525 case CHIP_RV610: in radeon_pm_init()
H A Dradeon_asic.c2391 case CHIP_RV610: in radeon_asic_init()
H A Drv6xx_dpm.c1857 if ((rdev->family == CHIP_RV610) || (rdev->family == CHIP_RV630)) { in rv6xx_parse_pplib_clock_info()