/netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
H A D | drm_pciids.h | 52 {0x1002, 0x4C59, CHIP_RV100|RADEON_IS_MOBILITY, "ATI Radeon LY RV100 Mobility M6"}, \ 53 {0x1002, 0x4C5A, CHIP_RV100|RADEON_IS_MOBILITY, "ATI Radeon LZ RV100 Mobility M6"}, \ 80 {0x1002, 0x5159, CHIP_RV100, "ATI Radeon QY RV100 7000/VE"}, \ 81 {0x1002, 0x515A, CHIP_RV100, "ATI Radeon QZ RV100 7000/VE"}, \ 82 {0x1002, 0x515E, CHIP_RV100, "ATI ES1000 RN50"}, \ 115 {0x1002, 0x5969, CHIP_RV100, "ATI ES1000 RN50"}, \
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_family.h | 42 CHIP_RV100, enumerator
|
H A D | radeon_i2c.c | 256 case CHIP_RV100: in radeon_get_i2c_prescale() 376 case CHIP_RV100: in r100_hw_i2c_xfer() 834 case CHIP_RV100: in radeon_hw_i2c_xfer()
|
H A D | radeon_r100.c | 1027 if ((rdev->family == CHIP_R100) || (rdev->family == CHIP_RV100) || in r100_cp_init_microcode() 2481 if (rdev->family == CHIP_RV100 || in r100_errata() 2727 if ((rdev->family == CHIP_RV100) || in r100_vram_get_type() 3316 if ((rdev->family == CHIP_RV100) || (rdev->flags & RADEON_IS_IGP)) { /* RV100, M6, IGPs */ in r100_bandwidth_update() 3357 if ((rdev->family == CHIP_RV100) || rdev->flags & RADEON_IS_IGP) { in r100_bandwidth_update() 3416 if ((rdev->family == CHIP_RV100) || in r100_bandwidth_update()
|
H A D | radeon_clocks.c | 683 || ((rdev->family == CHIP_RV100) in radeon_legacy_set_clock_gating()
|
H A D | radeon_connectors.c | 1488 (rdev->family == CHIP_RV100) && in radeon_dvi_mode_valid()
|
H A D | radeon_asic.c | 2360 case CHIP_RV100: in radeon_asic_init()
|
H A D | radeon_combios.c | 564 case CHIP_RV100: in combios_setup_i2c_bus()
|
H A D | radeon.h | 2684 #define ASIC_IS_RV100(rdev) ((rdev->family == CHIP_RV100) || \
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_pciids.h | 75 {0x1002, 0x4C59, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_IS_MOBILITY}, \ 76 {0x1002, 0x4C5A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_IS_MOBILITY}, \ 103 {0x1002, 0x5159, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100}, \ 104 {0x1002, 0x515A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100}, \ 105 {0x1002, 0x515E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_SINGLE_CRTC}, \ 138 {0x1002, 0x5969, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_SINGLE_CRTC}, \
|
/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | drm_pciids.txt | 48 0x1002 0x4C59 CHIP_RV100|RADEON_IS_MOBILITY "ATI Radeon LY RV100 Mobility M6" 49 0x1002 0x4C5A CHIP_RV100|RADEON_IS_MOBILITY "ATI Radeon LZ RV100 Mobility M6" 76 0x1002 0x5159 CHIP_RV100 "ATI Radeon QY RV100 7000/VE" 77 0x1002 0x515A CHIP_RV100 "ATI Radeon QZ RV100 7000/VE" 78 0x1002 0x515E CHIP_RV100 "ATI ES1000 RN50" 111 0x1002 0x5969 CHIP_RV100 "ATI ES1000 RN50"
|
H A D | radeon_drv.h | 115 CHIP_RV100, enumerator
|
H A D | radeon_cp.c | 388 case CHIP_RV100: in radeon_cp_load_microcode()
|