Searched refs:CHIP_RV515 (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_pciids.h | 386 {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}, \ 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}, \ 398 {0x1002, 0x714D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \ 399 {0x1002, 0x714E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \ 400 {0x1002, 0x714F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \ 401 {0x1002, 0x7151, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV515|RADEON_NEW_MEMMAP}, \ [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_family.h | 60 CHIP_RV515, enumerator
|
A D | r300.c | 746 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()
|
A D | radeon_i2c.c | 275 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()
|
A D | radeon_irq_kms.c | 287 if (rdev->family == CHIP_RV515) in radeon_msi_ok()
|
A D | radeon_asic.c | 95 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()
|
A D | r100.c | 1049 } else if ((rdev->family == CHIP_RV515) || in r100_cp_init_microcode() 2190 if (rdev->family >= CHIP_RV515) in r100_cs_track_texture_check() 2197 if (rdev->family >= CHIP_RV515) in r100_cs_track_texture_check()
|
A D | atom.c | 124 if (rdev->family == CHIP_RV515) in atom_iio_execute()
|
A D | rv515.c | 1265 (rdev->family == CHIP_RV515)) { in rv515_bandwidth_update()
|
A D | radeon_display.c | 1482 if ((ASIC_IS_R300(rdev) || (rdev->family == CHIP_RV515)) && in radeon_update_display_priority()
|
A D | atombios_crtc.c | 162 && rdev->family >= CHIP_RV515 && rdev->family <= CHIP_R580) { in atombios_scaler_setup()
|
Completed in 31 milliseconds