drm/i915/sdvo: Actually print the reason why the SDVO command failed
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 10 Apr 2019 17:09:41 +0000 (20:09 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 7 Jun 2019 17:42:02 +0000 (20:42 +0300)
commitbca29283dcc058739c41d2fd9110d8ebc3e0f5e8
tree3b6b002beb0ae678c54a987ba134be49895e8946
parent7f668346e70fcf1b7b56a9c31fba5070d210995b
drm/i915/sdvo: Actually print the reason why the SDVO command failed

It's much easier to figure out why the SDVO encoder refuses to cooperate
if we can see what status we got back.

v2: Zero initialize only the first character, not the whole buffer

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> #v1
Link: https://patchwork.freedesktop.org/patch/msgid/20190410170941.28142-1-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_sdvo.c