mirror of https://gitee.com/openkylin/linux.git
drm/i915: remove excessive scaler debugging messages
There's so much scaler debugging messages that it makes other debugging hard. Remove them. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
8b417c266b
commit
66e2806656
|
@ -149,9 +149,6 @@ int intel_atomic_setup_scalers(struct drm_device *dev,
|
|||
int i, j;
|
||||
|
||||
num_scalers_need = hweight32(scaler_state->scaler_users);
|
||||
DRM_DEBUG_KMS("crtc_state = %p need = %d avail = %d scaler_users = 0x%x\n",
|
||||
crtc_state, num_scalers_need, intel_crtc->num_scalers,
|
||||
scaler_state->scaler_users);
|
||||
|
||||
/*
|
||||
* High level flow:
|
||||
|
|
|
@ -2933,8 +2933,6 @@ static void skl_detach_scaler(struct intel_crtc *intel_crtc, int id)
|
|||
I915_WRITE(SKL_PS_CTRL(intel_crtc->pipe, id), 0);
|
||||
I915_WRITE(SKL_PS_WIN_POS(intel_crtc->pipe, id), 0);
|
||||
I915_WRITE(SKL_PS_WIN_SZ(intel_crtc->pipe, id), 0);
|
||||
DRM_DEBUG_KMS("CRTC:%d Disabled scaler id %u.%u\n",
|
||||
intel_crtc->base.base.id, intel_crtc->pipe, id);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue