drm/radeon/dp: return -EIO for flags not zero case
authorAlex Deucher <[email protected]>
Thu, 3 Jul 2014 15:17:55 +0000 (11:17 -0400)
committerAlex Deucher <[email protected]>
Thu, 10 Jul 2014 21:01:28 +0000 (17:01 -0400)
commitf6be5e64500abbba44e191e1ca0f3366c7d0291b
tree81cbedf719ca761715a0ecc1b9de292d287df664
parent2db38e06ecda80063d748df7bd79b7186c8831e0
drm/radeon/dp: return -EIO for flags not zero case

If there are error flags in the aux transaction return
-EIO rather than -EBUSY.  -EIO restarts the whole transaction
while -EBUSY jus retries.  Fixes problematic aux transfers.

Bug:
https://bugs.freedesktop.org/show_bug.cgi?id=80684

Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
drivers/gpu/drm/radeon/atombios_dp.c