Home
last modified time | relevance | path

Searched refs:CHIP_RV350 (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/drm/
Ddrm_pciids.h41 {0x1002, 0x4150, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \
42 {0x1002, 0x4151, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \
43 {0x1002, 0x4152, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \
44 {0x1002, 0x4153, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \
45 {0x1002, 0x4154, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \
46 {0x1002, 0x4155, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \
47 {0x1002, 0x4156, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350}, \
85 {0x1002, 0x4E50, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350|RADEON_IS_MOBILITY}, \
86 {0x1002, 0x4E51, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350|RADEON_IS_MOBILITY}, \
87 {0x1002, 0x4E52, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV350|RADEON_IS_MOBILITY}, \
[all …]
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_family.h50 CHIP_RV350, enumerator
Dradeon_i2c.c107 if (rdev->family >= CHIP_RV350) in pre_xfer()
256 case CHIP_RV350: in radeon_get_i2c_prescale()
431 case CHIP_RV350: in r100_hw_i2c_xfer()
834 case CHIP_RV350: in radeon_hw_i2c_xfer()
Dradeon_agp.c164 if (rdev->family <= CHIP_RV350) in radeon_agp_init()
Dradeon_clocks.c541 } else if (rdev->family >= CHIP_RV350) { in radeon_legacy_set_clock_gating()
785 } else if (rdev->family >= CHIP_RV350) { in radeon_legacy_set_clock_gating()
Dr300.c1154 if (p->rdev->family >= CHIP_RV350) in r300_packet0_check()
1370 if ((rdev->family == CHIP_RV350) || (rdev->family == CHIP_RV380)) in r300_clock_startup()
1397 rdev->family == CHIP_RV350) in r300_startup()
Dradeon_cp.c273 } else if (((dev_priv->flags & RADEON_FAMILY_MASK) <= CHIP_RV350) || in radeon_enable_bm()
503 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV350) || in radeon_cp_init_microcode()
Dr100.c1013 (rdev->family == CHIP_RV350) || in r100_cp_init_microcode()
2747 rdev->family >= CHIP_RV350) { in r100_get_accessible_vram()
3298 } else if (rdev->family == CHIP_RV350 || in r100_bandwidth_update()
Dradeon_combios.c484 else if (rdev->family >= CHIP_RV350) { in combios_setup_i2c_bus()
606 case CHIP_RV350: in combios_setup_i2c_bus()
Dradeon_legacy_encoders.c421 rdev->family != CHIP_RV350); in radeon_legacy_backlight_init()
Dradeon_asic.c2344 case CHIP_RV350: in radeon_asic_init()
Dradeon.h2626 (rdev->family == CHIP_RV350) || \