Searched refs:CHIP_RS400 (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 55 CHIP_RS400, enumerator
|
D | radeon_gart.c | 81 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480 || in radeon_gart_table_ram_alloc() 106 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480 || in radeon_gart_table_ram_free()
|
D | radeon_encoders.c | 104 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum() 138 (rdev->family == CHIP_RS400) || in radeon_get_encoder_enum()
|
D | radeon_legacy_crtc.c | 672 if ((rdev->family == CHIP_RS400) || (rdev->family == CHIP_RS480)) in radeon_set_crtc_timing() 703 if ((rdev->family == CHIP_RS400) || (rdev->family == CHIP_RS480)) in radeon_set_crtc_timing() 965 (rdev->family == CHIP_RS400) || in radeon_set_pll()
|
D | radeon_i2c.c | 271 case CHIP_RS400: in radeon_get_i2c_prescale() 439 case CHIP_RS400: in r100_hw_i2c_xfer() 842 case CHIP_RS400: in radeon_hw_i2c_xfer()
|
D | radeon_clocks.c | 498 if ((rdev->family == CHIP_RS400) || in radeon_legacy_set_clock_gating() 751 } else if ((rdev->family == CHIP_RS400) || in radeon_legacy_set_clock_gating()
|
D | radeon_combios.c | 467 rdev->family == CHIP_RS400 || in combios_setup_i2c_bus() 484 rdev->family == CHIP_RS400 || in combios_setup_i2c_bus() 611 case CHIP_RS400: in combios_setup_i2c_bus() 708 rdev->family == CHIP_RS400 || in radeon_combios_i2c_init() 822 if (rdev->family == CHIP_RS400) in radeon_combios_sideport_present() 3405 if (rdev->family == CHIP_RS400 && in radeon_combios_asic_init()
|
D | r100.c | 820 case CHIP_RS400: in r100_irq_process() 1023 (rdev->family == CHIP_RS400) || in r100_cp_init_microcode() 3343 if (rdev->family == CHIP_RS400 || in r100_bandwidth_update() 3525 if ((rdev->family == CHIP_RS400) || in r100_bandwidth_update() 3616 if ((rdev->family == CHIP_RS400) || in r100_bandwidth_update()
|
D | radeon_asic.c | 114 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) { in radeon_register_accessor_init() 2367 case CHIP_RS400: in radeon_asic_init()
|
D | radeon_device.c | 1346 if ((rdev->family >= CHIP_RS400) && in radeon_device_init()
|
D | radeon_connectors.c | 2518 if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) in radeon_add_legacy_connector()
|
D | radeon.h | 2625 (rdev->family == CHIP_RS400) || \
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_pciids.h | 137 {0x1002, 0x5a41, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_IGPGART}, \ 138 …{0x1002, 0x5a42, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_… 139 {0x1002, 0x5a61, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_IGPGART}, \ 140 …{0x1002, 0x5a62, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS400|RADEON_IS_IGP|RADEON_IS_MOBILITY|RADEON_…
|