On Wed, 2019-10-23 at 13:55 +0530, [email protected] wrote:
> From: "Ap Kamal" <[email protected]>
> 
> 'Link CRC error' will now have same error level as
> other PSR2 errors like 'RFB storage error' and
> 'VSC SDP uncorrectable error'.

Yeah this should also be a debug message.
Will push it as soon as we get a shards result.

Reviewed-by: José Roberto de Souza <[email protected]>

> 
> Signed-off-by: Ap Kamal <[email protected]>
> ---
>  drivers/gpu/drm/i915/display/intel_psr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_psr.c
> b/drivers/gpu/drm/i915/display/intel_psr.c
> index 50f22abcd30e..a6a992729cf5 100644
> --- a/drivers/gpu/drm/i915/display/intel_psr.c
> +++ b/drivers/gpu/drm/i915/display/intel_psr.c
> @@ -1437,7 +1437,7 @@ void intel_psr_short_pulse(struct intel_dp
> *intel_dp)
>       if (val & DP_PSR_VSC_SDP_UNCORRECTABLE_ERROR)
>               DRM_DEBUG_KMS("PSR VSC SDP uncorrectable error,
> disabling PSR\n");
>       if (val & DP_PSR_LINK_CRC_ERROR)
> -             DRM_ERROR("PSR Link CRC error, disabling PSR\n");
> +             DRM_DEBUG_KMS("PSR Link CRC error, disabling PSR\n");
>  
>       if (val & ~errors)
>               DRM_ERROR("PSR_ERROR_STATUS unhandled errors %x\n",
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to