Searched refs:CHIP_RS880 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 73 CHIP_RS880, enumerator
|
D | r600.c | 1475 if (rdev->family == CHIP_RS780 || rdev->family == CHIP_RS880) { in r600_mc_init() 2035 case CHIP_RS880: in r600_gpu_init() 2165 ((rdev->family) == CHIP_RS880)) { in r600_gpu_init() 2183 ((rdev->family) == CHIP_RS880)) { in r600_gpu_init() 2227 ((rdev->family) == CHIP_RS880)) { in r600_gpu_init() 2285 ((rdev->family) == CHIP_RS880)) { in r600_gpu_init() 2313 case CHIP_RS880: in r600_gpu_init() 2356 case CHIP_RS880: in r600_gpu_init() 2464 case CHIP_RS880: in r600_init_microcode()
|
D | radeon_i2c.c | 301 case CHIP_RS880: in radeon_get_i2c_prescale() 868 case CHIP_RS880: in radeon_hw_i2c_xfer()
|
D | rs690.c | 288 if (((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) && in rs690_crtc_bandwidth_compute() 621 if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) in rs690_bandwidth_update()
|
D | radeon_cs.c | 130 p->rdev->family == CHIP_RS880)) { in radeon_cs_parser_relocs()
|
D | radeon_uvd.c | 84 case CHIP_RS880: in radeon_uvd_init()
|
D | radeon_asic.c | 124 if (rdev->family == CHIP_RS780 || rdev->family == CHIP_RS880) { in radeon_register_accessor_init() 2398 case CHIP_RS880: in radeon_asic_init()
|
D | atombios_crtc.c | 592 if (((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880)) in atombios_adjust_pll() 632 rdev->family != CHIP_RS880) in atombios_adjust_pll()
|
D | radeon_pm.c | 1468 case CHIP_RS880: in radeon_pm_init()
|
/Linux-v4.19/include/drm/ |
D | drm_pciids.h | 618 {0x1002, 0x9710, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 619 {0x1002, 0x9711, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 620 …{0x1002, 0x9712, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RAD… 621 …{0x1002, 0x9713, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RAD… 622 {0x1002, 0x9714, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ 623 {0x1002, 0x9715, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \
|