Searched defs:slpc (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_guc_slpc.c | 18 static inline struct intel_guc *slpc_to_guc(struct intel_guc_slpc *slpc) in slpc_to_guc() 23 static inline struct intel_gt *slpc_to_gt(struct intel_guc_slpc *slpc) in slpc_to_gt() 28 static inline struct drm_i915_private *slpc_to_i915(struct intel_guc_slpc *slpc) in slpc_to_i915() 48 void intel_guc_slpc_init_early(struct intel_guc_slpc *slpc) in intel_guc_slpc_init_early() 90 static u32 slpc_get_state(struct intel_guc_slpc *slpc) in slpc_get_state() 117 static int slpc_set_param_nb(struct intel_guc_slpc *slpc, u8 id, u32 value) in slpc_set_param_nb() 152 static bool slpc_is_running(struct intel_guc_slpc *slpc) in slpc_is_running() 172 static int slpc_query_task_state(struct intel_guc_slpc *slpc) in slpc_query_task_state() 187 static int slpc_set_param(struct intel_guc_slpc *slpc, u8 id, u32 value) in slpc_set_param() 202 static int slpc_unset_param(struct intel_guc_slpc *slpc, u8 id) in slpc_unset_param() [all …]
|
H A D | intel_guc_debugfs.c | 59 struct intel_guc_slpc *slpc = &guc->slpc; in guc_slpc_info_show() local
|
H A D | intel_guc.h | 41 struct intel_guc_slpc slpc; member
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | selftest_slpc.c | 26 static int slpc_set_min_freq(struct intel_guc_slpc *slpc, u32 freq) in slpc_set_min_freq() 39 static int slpc_set_max_freq(struct intel_guc_slpc *slpc, u32 freq) in slpc_set_max_freq() 56 struct intel_guc_slpc *slpc = >->uc.guc.slpc; in slpc_set_freq() local 73 static int slpc_restore_freq(struct intel_guc_slpc *slpc, u32 min, u32 max) in slpc_restore_freq() 111 static int vary_max_freq(struct intel_guc_slpc *slpc, struct intel_rps *rps, in vary_max_freq() 147 static int vary_min_freq(struct intel_guc_slpc *slpc, struct intel_rps *rps, in vary_min_freq() 185 struct intel_guc_slpc *slpc = >->uc.guc.slpc; in slpc_power() local 235 static int max_granted_freq(struct intel_guc_slpc *slpc, struct intel_rps *rps, u32 *max_act_freq) in max_granted_freq() 265 struct intel_guc_slpc *slpc = >->uc.guc.slpc; in run_test() local
|
H A D | intel_rps.c | 953 struct intel_guc_slpc *slpc; in intel_rps_get_boost_frequency() local 987 struct intel_guc_slpc *slpc; in intel_rps_set_boost_frequency() local 1000 struct intel_guc_slpc *slpc; in intel_rps_dec_waiters() local 1013 struct intel_guc_slpc *slpc; in intel_rps_boost() local 2195 struct intel_guc_slpc *slpc = rps_to_slpc(rps); local 2212 struct intel_guc_slpc *slpc = rps_to_slpc(rps); local 2230 struct intel_guc_slpc *slpc = rps_to_slpc(rps); local 2240 struct intel_guc_slpc *slpc = rps_to_slpc(rps); local 2250 struct intel_guc_slpc *slpc = rps_to_slpc(rps); local 2505 struct intel_guc_slpc *slpc = rps_to_slpc(rps); local [all …]
|
H A D | intel_gt_sysfs_pm.c | 461 struct intel_guc_slpc *slpc = >->uc.guc.slpc; in slpc_ignore_eff_freq_show() local 471 struct intel_guc_slpc *slpc = >->uc.guc.slpc; in slpc_ignore_eff_freq_store() local 592 struct intel_guc_slpc *slpc = >->uc.guc.slpc; in media_freq_factor_show() local 623 struct intel_guc_slpc *slpc = >->uc.guc.slpc; in media_freq_factor_store() local
|