]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c
drm/komeda: Rename main engine clk name "mclk" to "aclk"
[linux.git] / drivers / gpu / drm / arm / display / komeda / komeda_pipeline_state.c
index d9f4e883bf43c79ec283464d419be87680fa5a53..7fb7f725a6de030e6779450ec687eb663a2442f6 100644 (file)
@@ -461,9 +461,9 @@ komeda_scaler_check_cfg(struct komeda_scaler *scaler,
 
                err = pipe->funcs->downscaling_clk_check(pipe,
                                        &kcrtc_st->base.adjusted_mode,
-                                       komeda_calc_mclk(kcrtc_st), dflow);
+                                       komeda_calc_aclk(kcrtc_st), dflow);
                if (err) {
-                       DRM_DEBUG_ATOMIC("mclk can't satisfy the clock requirement of the downscaling\n");
+                       DRM_DEBUG_ATOMIC("aclk can't satisfy the clock requirement of the downscaling\n");
                        return err;
                }
        }