disp: msm: sde: convert event logs to verbose
Reduce event logs to verbose only because they do not need to be logged every frame. Change-Id: I753154dc4b13cfce1382615b02e8fc7e489a5993 Signed-off-by: Nilaan Gunabalachandran <ngunabal@codeaurora.org>
Cette révision appartient à :
@@ -1426,7 +1426,7 @@ static void _sde_plane_setup_scaler(struct sde_plane *psde,
|
|||||||
_sde_plane_setup_scaler3_lut(psde, pstate);
|
_sde_plane_setup_scaler3_lut(psde, pstate);
|
||||||
if (rc || pstate->scaler_check_state !=
|
if (rc || pstate->scaler_check_state !=
|
||||||
SDE_PLANE_SCLCHECK_SCALER_V2) {
|
SDE_PLANE_SCLCHECK_SCALER_V2) {
|
||||||
SDE_EVT32(DRMID(&psde->base), color_fill,
|
SDE_EVT32_VERBOSE(DRMID(&psde->base), color_fill,
|
||||||
pstate->scaler_check_state,
|
pstate->scaler_check_state,
|
||||||
psde->debugfs_default_scale, rc,
|
psde->debugfs_default_scale, rc,
|
||||||
psde->pipe_cfg.src_rect.w,
|
psde->pipe_cfg.src_rect.w,
|
||||||
@@ -2830,7 +2830,8 @@ static void _sde_plane_setup_uidle(struct drm_crtc *crtc,
|
|||||||
line_time, fal1_target_idle_time_ns,
|
line_time, fal1_target_idle_time_ns,
|
||||||
fal10_target_idle_time_ns,
|
fal10_target_idle_time_ns,
|
||||||
psde->catalog->uidle_cfg.max_dwnscale);
|
psde->catalog->uidle_cfg.max_dwnscale);
|
||||||
SDE_EVT32(cfg.enable, cfg.fal10_threshold, cfg.fal10_exit_threshold,
|
SDE_EVT32_VERBOSE(cfg.enable,
|
||||||
|
cfg.fal10_threshold, cfg.fal10_exit_threshold,
|
||||||
cfg.fal1_threshold, cfg.fal_allowed_threshold,
|
cfg.fal1_threshold, cfg.fal_allowed_threshold,
|
||||||
psde->catalog->uidle_cfg.max_dwnscale);
|
psde->catalog->uidle_cfg.max_dwnscale);
|
||||||
|
|
||||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur