Searched refs:CHIP_RS200 (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 43 CHIP_RS200, enumerator
|
D | radeon_i2c.c | 249 case CHIP_RS200: in radeon_get_i2c_prescale() 369 case CHIP_RS200: in r100_hw_i2c_xfer() 827 case CHIP_RS200: in radeon_hw_i2c_xfer()
|
D | r100.c | 1002 (rdev->family == CHIP_RS200)) { in r100_cp_init_microcode() 2386 if (rdev->family <= CHIP_RS200) in r100_cs_track_clear() 2428 if (rdev->family <= CHIP_RS200) { in r100_cs_track_clear() 2459 if (rdev->family == CHIP_RV200 || rdev->family == CHIP_RS200) { in r100_errata() 2465 rdev->family == CHIP_RS200) { in r100_errata() 2712 (rdev->family == CHIP_RS200)) { in r100_vram_get_type() 3102 if (rdev->family <= CHIP_RS200) { in r100_set_surface_reg() 3568 (rdev->family == CHIP_RS200)) in r100_bandwidth_update()
|
D | radeon_legacy_crtc.c | 73 (rdev->family == CHIP_RS200)) { in radeon_legacy_rmx_mode_set()
|
D | radeon_cp.c | 492 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS200)) { in radeon_cp_init_microcode()
|
D | radeon_asic.c | 2315 case CHIP_RS200: in radeon_asic_init()
|
D | radeon_combios.c | 559 case CHIP_RS200: in combios_setup_i2c_bus()
|
D | radeon.h | 2782 (rdev->family == CHIP_RS200) || \
|
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 32 {0x1002, 0x4137, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS200|RADEON_IS_IGP}, \ 48 {0x1002, 0x4237, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS200|RADEON_IS_IGP}, \ 51 {0x1002, 0x4337, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS200|RADEON_IS_IGP|RADEON_IS_MOBILITY}, \ 52 {0x1002, 0x4437, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS200|RADEON_IS_IGP|RADEON_IS_MOBILITY}, \
|