Re: [Intel-gfx] [PATCH] drm/i915/dcs: demote noisy drm_info() to drm_kms_dbg()

2021-10-28 Thread Jani Nikula
On Wed, 27 Oct 2021, "Navare, Manasi" wrote: > On Wed, Oct 27, 2021 at 04:59:00PM +0300, Jani Nikula wrote: >> The PPS, RC_RANGE_PARAM, and RC_BUF_THRESH logging are clearly for >> debugging, and should not be info level messages. >> >> Signed-off-by: Jani Nikula > > I think in the patch commit

Re: [Intel-gfx] [PATCH] drm/i915/dcs: demote noisy drm_info() to drm_kms_dbg()

2021-10-27 Thread Navare, Manasi
On Wed, Oct 27, 2021 at 04:59:00PM +0300, Jani Nikula wrote: > The PPS, RC_RANGE_PARAM, and RC_BUF_THRESH logging are clearly for > debugging, and should not be info level messages. > > Signed-off-by: Jani Nikula I think in the patch commit title there is a typo 'dcs' i think you meant drm/i915

[Intel-gfx] [PATCH] drm/i915/dcs: demote noisy drm_info() to drm_kms_dbg()

2021-10-27 Thread Jani Nikula
The PPS, RC_RANGE_PARAM, and RC_BUF_THRESH logging are clearly for debugging, and should not be info level messages. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_vdsc.c | 32 +++ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/gpu/