Searched refs:CHIP_RV740 (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_family.h | 77 CHIP_RV740, enumerator
|
D | rv770.c | 53 if (rdev->family == CHIP_RV740) in rv770_set_uvd_clocks() 766 case CHIP_RV740: in rv770_init_golden_registers() 917 if (rdev->family == CHIP_RV740) in rv770_pcie_gart_enable() 1254 case CHIP_RV740: in rv770_gpu_init() 1412 if (rdev->family != CHIP_RV740) in rv770_gpu_init() 1425 case CHIP_RV740: in rv770_gpu_init() 1467 case CHIP_RV740: in rv770_gpu_init() 1544 case CHIP_RV740: in rv770_gpu_init()
|
D | uvd_v1_0.c | 163 if (rdev->family < CHIP_RV740) in uvd_v1_0_init() 504 if (rdev->family < CHIP_RV740) in uvd_v1_0_ib_test()
|
D | uvd_v2_2.c | 146 case CHIP_RV740: in uvd_v2_2_resume()
|
D | r600_cp.c | 338 case CHIP_RV740: chip_name = "RV730"; break; in r600_cp_init_microcode() 1229 case CHIP_RV740: in r700_get_tile_pipe_to_backend_map() 1444 case CHIP_RV740: in r700_gfx_init() 1535 if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RV740) in r700_gfx_init() 1594 if ((dev_priv->flags & RADEON_FAMILY_MASK) != CHIP_RV740) in r700_gfx_init() 1604 case CHIP_RV740: in r700_gfx_init() 1648 case CHIP_RV740: in r700_gfx_init() 1725 case CHIP_RV740: in r700_gfx_init()
|
D | rv770_dpm.c | 628 if (rdev->family == CHIP_RV740) in rv770_convert_power_level_to_smc() 640 if (rdev->family == CHIP_RV740) { in rv770_convert_power_level_to_smc() 790 if (rdev->family == CHIP_RV740) in rv770_enable_spread_spectrum() 800 if (rdev->family == CHIP_RV740) in rv770_enable_spread_spectrum() 1091 if (rdev->family == CHIP_RV740) { in rv770_populate_smc_initial_state() 1214 if (rdev->family == CHIP_RV740) in rv770_init_smc_table() 1376 (rdev->family == CHIP_RV740)) in r7xx_program_memory_timing_parameters() 1546 if (rdev->family == CHIP_RV740) in r7xx_read_clock_registers()
|
D | rv770_smc.c | 518 case CHIP_RV740: in rv770_load_smc_ucode()
|
D | radeon_i2c.c | 305 case CHIP_RV740: in radeon_get_i2c_prescale() 872 case CHIP_RV740: in radeon_hw_i2c_xfer()
|
D | r600_blit.c | 439 case CHIP_RV740: in set_default_state()
|
D | radeon_uvd.c | 91 case CHIP_RV740: in radeon_uvd_init()
|
D | r600.c | 1025 if ((rdev->family >= CHIP_RV770) && (rdev->family <= CHIP_RV740) && in r600_pcie_gart_tlb_flush() 1899 if (rdev->family <= CHIP_RV740) { in r6xx_remap_render_backend() 2432 case CHIP_RV740: in r600_init_microcode() 3441 (rdev->family <= CHIP_RV740)) { in r600_rlc_stop() 4294 if ((rdev->family >= CHIP_RV770) && (rdev->family <= CHIP_RV740) && in r600_mmio_hdp_flush()
|
D | radeon_pm.c | 1480 case CHIP_RV740: in radeon_pm_init()
|
D | radeon_asic.c | 2394 case CHIP_RV740: in radeon_asic_init()
|
D | r600_cs.c | 2284 } else if (p->rdev->family <= CHIP_RV740) { in r600_cs_parse()
|
/linux-4.1.27/include/drm/ |
D | drm_pciids.h | 485 {0x1002, 0x94A0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV740|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 486 {0x1002, 0x94A1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV740|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 487 {0x1002, 0x94A3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV740|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \ 488 {0x1002, 0x94B1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV740|RADEON_NEW_MEMMAP}, \ 489 {0x1002, 0x94B3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV740|RADEON_NEW_MEMMAP}, \ 490 {0x1002, 0x94B4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV740|RADEON_NEW_MEMMAP}, \ 491 {0x1002, 0x94B5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV740|RADEON_NEW_MEMMAP}, \ 492 {0x1002, 0x94B9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV740|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, \
|