Searched refs:CHIP_RV250 (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | radeon_family.h | 45 CHIP_RV250, enumerator
|
H A D | radeon_clocks.c | 758 if (((rdev->family == CHIP_RV250) && in radeon_legacy_set_clock_gating() 774 (rdev->family == CHIP_RV250) || in radeon_legacy_set_clock_gating() 781 (rdev->family == CHIP_RV250)) && in radeon_legacy_set_clock_gating() 793 (rdev->family == CHIP_RV250)) && in radeon_legacy_set_clock_gating() 974 (rdev->family == CHIP_RV250) || in radeon_legacy_set_clock_gating()
|
H A D | radeon_i2c.c | 345 case CHIP_RV250: in radeon_get_i2c_prescale() 490 case CHIP_RV250: in r100_hw_i2c_xfer() 923 case CHIP_RV250: in radeon_hw_i2c_xfer()
|
H A D | radeon_combios.c | 589 case CHIP_RV250: in combios_setup_i2c_bus() 1011 if ((rdev->flags & RADEON_IS_MOBILITY) && (rdev->family == CHIP_RV250)) in radeon_legacy_get_tv_dac_info_from_table()
|
H A D | radeon_legacy_encoders.c | 432 rdev->family != CHIP_RV250 && in radeon_legacy_backlight_init()
|
H A D | r100.c | 1029 case CHIP_RV250: in r100_cp_init_microcode() 3893 if ((rdev->family == CHIP_RV250) || (rdev->family == CHIP_RV280)) in r100_clock_startup()
|
H A D | radeon_asic.c | 2340 case CHIP_RV250: in radeon_asic_init()
|
H A D | radeon.h | 2651 (rdev->family == CHIP_RV250) || \
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_pciids.h | 54 {0x1002, 0x4966, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250}, \ 55 {0x1002, 0x4967, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250}, \ 75 {0x1002, 0x4C64, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \ 76 {0x1002, 0x4C66, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \ 77 {0x1002, 0x4C67, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \
|