Searched refs:CHIP_RS200 (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 43 CHIP_RS200, enumerator
|
D | radeon_i2c.c | 252 case CHIP_RS200: in radeon_get_i2c_prescale() 372 case CHIP_RS200: in r100_hw_i2c_xfer() 830 case CHIP_RS200: in radeon_hw_i2c_xfer()
|
D | r100.c | 1010 (rdev->family == CHIP_RS200)) { in r100_cp_init_microcode() 2385 if (rdev->family <= CHIP_RS200) in r100_cs_track_clear() 2427 if (rdev->family <= CHIP_RS200) { in r100_cs_track_clear() 2458 if (rdev->family == CHIP_RV200 || rdev->family == CHIP_RS200) { in r100_errata() 2464 rdev->family == CHIP_RS200) { in r100_errata() 2710 (rdev->family == CHIP_RS200)) { in r100_vram_get_type() 3100 if (rdev->family <= CHIP_RS200) { in r100_set_surface_reg() 3576 (rdev->family == CHIP_RS200)) in r100_bandwidth_update()
|
D | radeon_legacy_crtc.c | 77 (rdev->family == CHIP_RS200)) { in radeon_legacy_rmx_mode_set()
|
D | radeon_asic.c | 2336 case CHIP_RS200: in radeon_asic_init()
|
D | radeon_combios.c | 562 case CHIP_RS200: in combios_setup_i2c_bus()
|
D | radeon.h | 2614 (rdev->family == CHIP_RS200) || \
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_pciids.h | 33 {0x1002, 0x4137, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS200|RADEON_IS_IGP}, \ 49 {0x1002, 0x4237, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS200|RADEON_IS_IGP}, \ 52 {0x1002, 0x4337, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS200|RADEON_IS_IGP|RADEON_IS_MOBILITY}, \ 53 {0x1002, 0x4437, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS200|RADEON_IS_IGP|RADEON_IS_MOBILITY}, \
|