Searched refs:set_memory_clock (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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 | 1960 void (*set_memory_clock)(struct radeon_device *rdev, uint32_t mem_clock); member 2751 #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()
|
/Linux-v4.19/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 86 static void set_memory_clock(unsigned int frequency) in set_memory_clock() function 244 set_memory_clock(MHz(pInitParam->memClock)); in ddk750_init_hw()
|