mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 18:42:14 -04:00
drm/i915: Making loglevel of PSR2/SU logs same.
'Link CRC error' will now have same error level as other PSR2 errors like 'RFB storage error' and 'VSC SDP uncorrectable error'. Signed-off-by: Ap Kamal <kamal.ap@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/1571819128-3264-1-git-send-email-kamal.ap@intel.com
This commit is contained in:
committed by
José Roberto de Souza
parent
90a764cda1
commit
5063f48bbb
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user