Searched refs:set_memory_clock (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 253 .set_memory_clock = NULL, 321 .set_memory_clock = NULL, 417 .set_memory_clock = NULL, 485 .set_memory_clock = NULL, 553 .set_memory_clock = &radeon_atom_set_memory_clock, 621 .set_memory_clock = NULL, 689 .set_memory_clock = &radeon_atom_set_memory_clock, 757 .set_memory_clock = &radeon_atom_set_memory_clock, 825 .set_memory_clock = &radeon_atom_set_memory_clock, 893 .set_memory_clock = &radeon_atom_set_memory_clock, [all …]
|
D | radeon.h | 1972 void (*set_memory_clock)(struct radeon_device *rdev, uint32_t mem_clock); member 2766 #define radeon_set_memory_clock(rdev, e) (rdev)->asic->pm.set_memory_clock((rdev), (e))
|
D | radeon_pm.c | 227 if (rdev->asic->pm.set_memory_clock && (mclk != rdev->pm.current_mclk)) { in radeon_set_power_state()
|