drm/msm/dpu: drop dpu_core_perf_destroy()
This function does nothing, just clears one struct field. Drop it now. Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/550210/ Link: https://lore.kernel.org/r/20230730010102.350713-11-dmitry.baryshkov@linaro.org
This commit is contained in:
@@ -481,16 +481,6 @@ int dpu_core_perf_debugfs_init(struct dpu_kms *dpu_kms, struct dentry *parent)
|
||||
}
|
||||
#endif
|
||||
|
||||
void dpu_core_perf_destroy(struct dpu_core_perf *perf)
|
||||
{
|
||||
if (!perf) {
|
||||
DPU_ERROR("invalid parameters\n");
|
||||
return;
|
||||
}
|
||||
|
||||
perf->max_core_clk_rate = 0;
|
||||
}
|
||||
|
||||
int dpu_core_perf_init(struct dpu_core_perf *perf,
|
||||
const struct dpu_perf_cfg *perf_cfg,
|
||||
unsigned long max_core_clk_rate)
|
||||
|
||||
@@ -78,12 +78,6 @@ int dpu_core_perf_crtc_update(struct drm_crtc *crtc,
|
||||
*/
|
||||
void dpu_core_perf_crtc_release_bw(struct drm_crtc *crtc);
|
||||
|
||||
/**
|
||||
* dpu_core_perf_destroy - destroy the given core performance context
|
||||
* @perf: Pointer to core performance context
|
||||
*/
|
||||
void dpu_core_perf_destroy(struct dpu_core_perf *perf);
|
||||
|
||||
/**
|
||||
* dpu_core_perf_init - initialize the given core performance context
|
||||
* @perf: Pointer to core performance context
|
||||
|
||||
@@ -1226,7 +1226,6 @@ static int dpu_kms_hw_init(struct msm_kms *kms)
|
||||
return 0;
|
||||
|
||||
drm_obj_init_err:
|
||||
dpu_core_perf_destroy(&dpu_kms->perf);
|
||||
hw_intr_init_err:
|
||||
perf_err:
|
||||
power_error:
|
||||
|
||||
Reference in New Issue
Block a user