Home
last modified time | relevance | path

Searched refs:CHIP_RV515 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_pciids.h386 {0x1002, 0x7140, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \
387 {0x1002, 0x7141, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \
388 {0x1002, 0x7142, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \
389 {0x1002, 0x7143, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \
390 {0x1002, 0x7144, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
391 {0x1002, 0x7145, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
392 {0x1002, 0x7146, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \
393 {0x1002, 0x7147, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \
394 {0x1002, 0x7149, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
395 {0x1002, 0x714A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_family.h60 CHIP_RV515, enumerator
H A Dr300.c746 if (p->rdev->family < CHIP_RV515) in r300_packet0_check()
753 if (p->rdev->family < CHIP_RV515) { in r300_packet0_check()
812 if (p->rdev->family < CHIP_RV515) { in r300_packet0_check()
1029 if (p->rdev->family >= CHIP_RV515) { in r300_packet0_check()
H A Dradeon_i2c.c275 case CHIP_RV515: in radeon_get_i2c_prescale()
843 case CHIP_RV515: in radeon_hw_i2c_xfer()
930 ((rdev->family >= CHIP_RV515) && (rdev->family <= CHIP_R580))))) { in radeon_i2c_create()
H A Dradeon_irq_kms.c297 if (rdev->family == CHIP_RV515) in radeon_msi_ok()
H A Dradeon_asic.c95 if (rdev->family < CHIP_RV515) { in radeon_register_accessor_init()
109 if (rdev->family >= CHIP_RV515) { in radeon_register_accessor_init()
160 } else if (rdev->family >= CHIP_RV515 || in radeon_agp_disable()
2378 case CHIP_RV515: in radeon_asic_init()
H A Dr100.c1064 case CHIP_RV515: in r100_cp_init_microcode()
2210 if (rdev->family >= CHIP_RV515) in r100_cs_track_texture_check()
2217 if (rdev->family >= CHIP_RV515) in r100_cs_track_texture_check()
H A Datom.c124 if (rdev->family == CHIP_RV515) in atom_iio_execute()
H A Drv515.c1265 (rdev->family == CHIP_RV515)) { in rv515_bandwidth_update()
H A Dradeon_display.c1479 if ((ASIC_IS_R300(rdev) || (rdev->family == CHIP_RV515)) && in radeon_update_display_priority()
H A Datombios_crtc.c162 && rdev->family >= CHIP_RV515 && rdev->family <= CHIP_R580) { in atombios_scaler_setup()