mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
drm/amd/pm: Move SMUv13.0.12 function declarations
Move them to SMUv13.0.6 header file as they are used only in SMU v13.0.6. Signed-off-by: Lijo Lazar <lijo.lazar@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Asad Kamal <asad.kamal@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
58c397890f
commit
9a343a64fa
|
|
@ -298,14 +298,5 @@ int smu_v13_0_get_boot_freq_by_index(struct smu_context *smu,
|
|||
|
||||
void smu_v13_0_interrupt_work(struct smu_context *smu);
|
||||
void smu_v13_0_reset_custom_level(struct smu_context *smu);
|
||||
bool smu_v13_0_12_is_dpm_running(struct smu_context *smu);
|
||||
int smu_v13_0_12_get_max_metrics_size(void);
|
||||
int smu_v13_0_12_setup_driver_pptable(struct smu_context *smu);
|
||||
int smu_v13_0_12_get_smu_metrics_data(struct smu_context *smu,
|
||||
MetricsMember_t member,
|
||||
uint32_t *value);
|
||||
ssize_t smu_v13_0_12_get_gpu_metrics(struct smu_context *smu, void **table);
|
||||
extern const struct cmn2asic_mapping smu_v13_0_12_feature_mask_map[];
|
||||
extern const struct cmn2asic_msg_mapping smu_v13_0_12_message_map[];
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -74,4 +74,12 @@ extern void smu_v13_0_6_set_ppt_funcs(struct smu_context *smu);
|
|||
bool smu_v13_0_6_cap_supported(struct smu_context *smu, enum smu_v13_0_6_caps cap);
|
||||
int smu_v13_0_6_get_static_metrics_table(struct smu_context *smu);
|
||||
|
||||
bool smu_v13_0_12_is_dpm_running(struct smu_context *smu);
|
||||
int smu_v13_0_12_get_max_metrics_size(void);
|
||||
int smu_v13_0_12_setup_driver_pptable(struct smu_context *smu);
|
||||
int smu_v13_0_12_get_smu_metrics_data(struct smu_context *smu,
|
||||
MetricsMember_t member, uint32_t *value);
|
||||
ssize_t smu_v13_0_12_get_gpu_metrics(struct smu_context *smu, void **table);
|
||||
extern const struct cmn2asic_mapping smu_v13_0_12_feature_mask_map[];
|
||||
extern const struct cmn2asic_msg_mapping smu_v13_0_12_message_map[];
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user