Searched refs:CHIP_RV200 (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 42 CHIP_RV200, enumerator
|
D | radeon_clocks.c | 689 if ((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating() 696 if (((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating() 708 if (((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating() 889 if ((rdev->family == CHIP_RV200) || in radeon_legacy_set_clock_gating()
|
D | radeon_i2c.c | 243 case CHIP_RV200: in radeon_get_i2c_prescale() 363 case CHIP_RV200: in r100_hw_i2c_xfer() 821 case CHIP_RV200: in radeon_hw_i2c_xfer()
|
D | r100.c | 1019 (rdev->family == CHIP_RV200) || (rdev->family == CHIP_RS100) || in r100_cp_init_microcode() 2466 if (rdev->family == CHIP_RV200 || rdev->family == CHIP_RS200) { in r100_errata() 3845 if (rdev->family > CHIP_RV200) in r100_mc_program() 3851 if (rdev->family > CHIP_RV200) in r100_mc_program()
|
D | radeon_legacy_encoders.c | 431 pdata->negative = (rdev->family != CHIP_RV200 && in radeon_legacy_backlight_init()
|
D | radeon_asic.c | 2335 case CHIP_RV200: in radeon_asic_init()
|
D | radeon_combios.c | 557 case CHIP_RV200: in combios_setup_i2c_bus()
|
D | radeon.h | 2598 (rdev->family == CHIP_RV200) || \
|
/linux-6.6.21/include/drm/ |
D | drm_pciids.h | 71 {0x1002, 0x4C57, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV200|RADEON_IS_MOBILITY}, \ 72 {0x1002, 0x4C58, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV200|RADEON_IS_MOBILITY}, \ 99 {0x1002, 0x5157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV200}, \ 100 {0x1002, 0x5158, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV200}, \
|