Searched refs:set_clock_gating (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_asic.c | 232 .set_clock_gating = &radeon_legacy_set_clock_gating, 536 .set_clock_gating = &radeon_atom_set_clock_gating, 688 .set_clock_gating = &radeon_atom_set_clock_gating, 1000 .set_clock_gating = NULL, 1084 .set_clock_gating = NULL, 1252 .set_clock_gating = NULL, 1336 .set_clock_gating = NULL, 1420 .set_clock_gating = NULL, 1547 .set_clock_gating = NULL, 1674 .set_clock_gating = NULL, [all …]
|
| H A D | radeon.h | 1286 void (*set_clock_gating)(struct radeon_device *rdev, int enable); member 1857 #define radeon_set_clock_gating(rdev, e) (rdev)->asic->pm.set_clock_gating((rdev), (e))
|