Searched refs:set_clock_gating (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_asic.c | 994 .set_clock_gating = NULL, 1080 .set_clock_gating = NULL, 1173 .set_clock_gating = NULL, 1399 .set_clock_gating = NULL, 1493 .set_clock_gating = NULL, 1587 .set_clock_gating = NULL, 1735 .set_clock_gating = NULL, 1855 .set_clock_gating = NULL, 1993 .set_clock_gating = NULL, 2163 .set_clock_gating = NULL, [all …]
|
H A D | radeon.h | 1951 void (*set_clock_gating)(struct radeon_device *rdev, int enable); member 2740 #define radeon_set_clock_gating(rdev, e) (rdev)->asic->pm.set_clock_gating((rdev), (e))
|