projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a764c
)
drm/i915: Making loglevel of PSR2/SU logs same.
author
Ap Kamal
<kamal.ap@intel.com>
Wed, 23 Oct 2019 08:25:28 +0000
(13:55 +0530)
committer
José Roberto de Souza
<jose.souza@intel.com>
Thu, 24 Oct 2019 20:24:16 +0000
(13:24 -0700)
'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
drivers/gpu/drm/i915/display/intel_psr.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/display/intel_psr.c
b/drivers/gpu/drm/i915/display/intel_psr.c
index dfbedff98ea8f9129f95e05dcaa7f9895b1190ad..5d3cdd7d4a8d7d778b23c6373cf2f801805c8798 100644
(file)
--- 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",