/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_family.h | 40 CHIP_RV100, enumerator
|
H A D | radeon_i2c.c | 249 case CHIP_RV100: in radeon_get_i2c_prescale() 369 case CHIP_RV100: in r100_hw_i2c_xfer() 827 case CHIP_RV100: in radeon_hw_i2c_xfer()
|
H A D | r100.c | 1008 if ((rdev->family == CHIP_R100) || (rdev->family == CHIP_RV100) || in r100_cp_init_microcode() 2462 if (rdev->family == CHIP_RV100 || in r100_errata() 2708 if ((rdev->family == CHIP_RV100) || in r100_vram_get_type() 3294 if ((rdev->family == CHIP_RV100) || (rdev->flags & RADEON_IS_IGP)) { /* RV100, M6, IGPs */ in r100_bandwidth_update() 3335 if ((rdev->family == CHIP_RV100) || rdev->flags & RADEON_IS_IGP) { in r100_bandwidth_update() 3394 if ((rdev->family == CHIP_RV100) || in r100_bandwidth_update()
|
H A D | radeon_clocks.c | 678 || ((rdev->family == CHIP_RV100) in radeon_legacy_set_clock_gating()
|
H A D | radeon_connectors.c | 1494 (rdev->family == CHIP_RV100) && in radeon_dvi_mode_valid()
|
H A D | radeon_asic.c | 2333 case CHIP_RV100: in radeon_asic_init()
|
H A D | radeon.h | 2611 #define ASIC_IS_RV100(rdev) ((rdev->family == CHIP_RV100) || \
|
H A D | radeon_combios.c | 559 case CHIP_RV100: in combios_setup_i2c_bus() 1299 {{12000, 0xa1b}, {0xffffffff, 0xa3f}, {0, 0}, {0, 0}}, /* CHIP_RV100 */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_family.h | 40 CHIP_RV100, enumerator
|
H A D | radeon_i2c.c | 241 case CHIP_RV100: in radeon_get_i2c_prescale() 361 case CHIP_RV100: in r100_hw_i2c_xfer() 819 case CHIP_RV100: in radeon_hw_i2c_xfer()
|
H A D | r100.c | 1018 if ((rdev->family == CHIP_R100) || (rdev->family == CHIP_RV100) || in r100_cp_init_microcode() 2470 if (rdev->family == CHIP_RV100 || in r100_errata() 2715 if ((rdev->family == CHIP_RV100) || in r100_vram_get_type() 3291 if ((rdev->family == CHIP_RV100) || (rdev->flags & RADEON_IS_IGP)) { /* RV100, M6, IGPs */ in r100_bandwidth_update() 3332 if ((rdev->family == CHIP_RV100) || rdev->flags & RADEON_IS_IGP) { in r100_bandwidth_update() 3391 if ((rdev->family == CHIP_RV100) || in r100_bandwidth_update()
|
H A D | radeon_clocks.c | 678 || ((rdev->family == CHIP_RV100) in radeon_legacy_set_clock_gating()
|
H A D | radeon_connectors.c | 1472 (rdev->family == CHIP_RV100) && in radeon_dvi_mode_valid()
|
H A D | radeon_asic.c | 2333 case CHIP_RV100: in radeon_asic_init()
|
H A D | radeon_combios.c | 555 case CHIP_RV100: in combios_setup_i2c_bus() 1295 {{12000, 0xa1b}, {0xffffffff, 0xa3f}, {0, 0}, {0, 0}}, /* CHIP_RV100 */
|
H A D | radeon.h | 2597 #define ASIC_IS_RV100(rdev) ((rdev->family == CHIP_RV100) || \
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_pciids.h | 73 {0x1002, 0x4C59, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_IS_MOBILITY}, \ 74 {0x1002, 0x4C5A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_IS_MOBILITY}, \ 101 {0x1002, 0x5159, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100}, \ 102 {0x1002, 0x515A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100}, \ 103 {0x1002, 0x515E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_SINGLE_CRTC}, \ 136 {0x1002, 0x5969, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_SINGLE_CRTC}, \
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_pciids.h | 73 {0x1002, 0x4C59, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_IS_MOBILITY}, \ 74 {0x1002, 0x4C5A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_IS_MOBILITY}, \ 101 {0x1002, 0x5159, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100}, \ 102 {0x1002, 0x515A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100}, \ 103 {0x1002, 0x515E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_SINGLE_CRTC}, \ 136 {0x1002, 0x5969, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV100|RADEON_SINGLE_CRTC}, \
|