Searched refs:CHIP_RV100 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_pciids.h | 430 {0x1002, 0x4C59, CHIP_RV100|RADEON_IS_MOBILITY, "ATI Radeon LY RV100 Mobility M6"}, \ 431 {0x1002, 0x4C5A, CHIP_RV100|RADEON_IS_MOBILITY, "ATI Radeon LZ RV100 Mobility M6"}, \ 459 {0x1002, 0x5159, CHIP_RV100, "ATI Radeon QY RV100 7000/VE"}, \ 460 {0x1002, 0x515A, CHIP_RV100, "ATI Radeon QZ RV100 7000/VE"}, \ 461 {0x1002, 0x515E, CHIP_RV100, "ATI ES1000 RN50"}, \ 492 {0x1002, 0x5969, CHIP_RV100, "ATI ES1000 RN50"}, \
|
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_family.h | 43 CHIP_RV100, enumerator
|
| D | radeon_i2c.c | 322 case CHIP_RV100: in radeon_get_i2c_prescale() 441 case CHIP_RV100: in r100_hw_i2c_xfer() 896 case CHIP_RV100: in radeon_hw_i2c_xfer()
|
| D | r100.c | 997 if ((rdev->family == CHIP_R100) || (rdev->family == CHIP_RV100) || in r100_cp_init_microcode() 2571 if (rdev->family == CHIP_RV100 || in r100_errata() 2820 if ((rdev->family == CHIP_RV100) || in r100_vram_get_type() 3387 if ((rdev->family == CHIP_RV100) || (rdev->flags & RADEON_IS_IGP)) { /* RV100, M6, IGPs */ in r100_bandwidth_update() 3428 if ((rdev->family == CHIP_RV100) || rdev->flags & RADEON_IS_IGP) { in r100_bandwidth_update() 3487 if ((rdev->family == CHIP_RV100) || in r100_bandwidth_update()
|
| D | radeon_clocks.c | 678 || ((rdev->family == CHIP_RV100) in radeon_legacy_set_clock_gating()
|
| D | radeon_asic.c | 1832 case CHIP_RV100: in radeon_asic_init()
|
| D | radeon_connectors.c | 1171 (rdev->family == CHIP_RV100) && in radeon_dvi_mode_valid()
|
| D | radeon.h | 1748 #define ASIC_IS_RV100(rdev) ((rdev->family == CHIP_RV100) || \
|
| D | radeon_combios.c | 642 case CHIP_RV100: in combios_setup_i2c_bus()
|