[PATCH 0/2] drm/i915/dsi: Fix error on DSI video mode command

Mika Kahola mika.kahola at intel.com
Thu Aug 31 12:04:28 UTC 2017


In CI system, the Broxton with DSI display throws an error message with

*ERROR* Video mode command 0x00000041 send failed.

In order to get rid of the error message, we should send SHUTDOWN before
MIPI_SEQ_DISPLAY_OFF for VBT's higher than v3.

If we end up sending two or more MIPI commands that are the same, an error
message is thrown. The patch suggests to replace this error message with a
debug message as it is not that severe failure. With this change the CI
system is not flip flopping due to error message in dmesg log.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102404

Mika Kahola (2):
  drm/i915/dsi: Send SHUTDOWN only for v3+ VBT's
  drm/i915/dsi: Replace MIPI command error message with debug message

 drivers/gpu/drm/i915/intel_dsi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4



More information about the Intel-gfx-trybot mailing list