Searched refs:CHIP_RS200 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_family.h | 43 CHIP_RS200, enumerator
|
H A D | radeon_i2c.c | 244 case CHIP_RS200: in radeon_get_i2c_prescale() 364 case CHIP_RS200: in r100_hw_i2c_xfer() 822 case CHIP_RS200: in radeon_hw_i2c_xfer()
|
H A D | r100.c | 1023 case CHIP_RS200: in r100_cp_init_microcode() 2413 if (rdev->family <= CHIP_RS200) in r100_cs_track_clear() 2455 if (rdev->family <= CHIP_RS200) { in r100_cs_track_clear() 2486 if (rdev->family == CHIP_RV200 || rdev->family == CHIP_RS200) { in r100_errata() 2492 rdev->family == CHIP_RS200) { in r100_errata() 2737 (rdev->family == CHIP_RS200)) { in r100_vram_get_type() 3117 if (rdev->family <= CHIP_RS200) { in r100_set_surface_reg() 3593 (rdev->family == CHIP_RS200)) in r100_bandwidth_update()
|
H A D | radeon_legacy_crtc.c | 77 (rdev->family == CHIP_RS200)) { in radeon_legacy_rmx_mode_set()
|
H A D | radeon_asic.c | 2336 case CHIP_RS200: in radeon_asic_init()
|
H A D | radeon.h | 2604 (rdev->family == CHIP_RS200) || \
|
H A D | radeon_combios.c | 558 case CHIP_RS200: in combios_setup_i2c_bus()
|
/openbmc/linux/include/drm/ |
H A 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}, \
|