Searched refs:CHIP_RV280 (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_family.h | 47 CHIP_RV280, enumerator
|
A D | radeon_i2c.c | 248 case CHIP_RV280: in radeon_get_i2c_prescale() 392 case CHIP_RV280: in r100_hw_i2c_xfer() 826 case CHIP_RV280: in radeon_hw_i2c_xfer()
|
A D | radeon_clocks.c | 691 (rdev->family == CHIP_RV280)) { in radeon_legacy_set_clock_gating() 891 (rdev->family == CHIP_RV280)) { in radeon_legacy_set_clock_gating()
|
A D | radeon_legacy_encoders.c | 433 rdev->family != CHIP_RV280 && in radeon_legacy_backlight_init() 789 if (rdev->family == CHIP_RV280) { in radeon_legacy_tmds_int_mode_set() 808 if (ASIC_IS_R300(rdev) || (rdev->family == CHIP_RV280)) { in radeon_legacy_tmds_int_mode_set()
|
A D | r100.c | 1025 (rdev->family == CHIP_RV280) || in r100_cp_init_microcode() 2728 } else if (rdev->family <= CHIP_RV280) { in r100_vram_get_type() 2751 if (rdev->family == CHIP_RV280 || in r100_get_accessible_vram() 3107 } else if (rdev->family <= CHIP_RV280) { in r100_set_surface_reg() 3873 if ((rdev->family == CHIP_RV250) || (rdev->family == CHIP_RV280)) in r100_clock_startup()
|
A D | radeon_asic.c | 2342 case CHIP_RV280: in radeon_asic_init()
|
A D | radeon.h | 2643 (rdev->family == CHIP_RV280) || \
|
A D | radeon_combios.c | 581 case CHIP_RV280: in combios_setup_i2c_bus()
|
/linux-6.3-rc2/include/drm/ |
A D | drm_pciids.h | 131 {0x1002, 0x5960, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280}, \ 132 {0x1002, 0x5961, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280}, \ 133 {0x1002, 0x5962, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280}, \ 134 {0x1002, 0x5964, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280}, \ 135 {0x1002, 0x5965, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280}, \ 146 {0x1002, 0x5c61, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280|RADEON_IS_MOBILITY}, \ 147 {0x1002, 0x5c63, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280|RADEON_IS_MOBILITY}, \
|
Completed in 43 milliseconds