Searched refs:set_memory_clock (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_asic.c | 254 .set_memory_clock = NULL, 322 .set_memory_clock = NULL, 418 .set_memory_clock = NULL, 486 .set_memory_clock = NULL, 554 .set_memory_clock = &radeon_atom_set_memory_clock, 622 .set_memory_clock = NULL, 1170 .set_memory_clock = NULL, 1490 .set_memory_clock = NULL, 1852 .set_memory_clock = NULL, 2363 rdev->asic->pm.set_memory_clock = NULL; in radeon_asic_init() [all …]
|
A D | radeon.h | 1988 void (*set_memory_clock)(struct radeon_device *rdev, uint32_t mem_clock); member 2776 #define radeon_set_memory_clock(rdev, e) (rdev)->asic->pm.set_memory_clock((rdev), (e))
|
A D | radeon_pm.c | 232 if (rdev->asic->pm.set_memory_clock && (mclk != rdev->pm.current_mclk)) { in radeon_set_power_state()
|
/linux-6.3-rc2/drivers/staging/sm750fb/ |
A D | ddk750_chip.c | 85 static void set_memory_clock(unsigned int frequency) in set_memory_clock() function 243 set_memory_clock(MHz(p_init_param->mem_clock)); in ddk750_init_hw()
|
Completed in 72 milliseconds