From: Alex Deucher Date: Thu, 3 Jul 2014 15:17:55 +0000 (-0400) Subject: drm/radeon/dp: return -EIO for flags not zero case X-Git-Tag: v3.2.64~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5040bb44d62a4754f98cd139ed2712495fa3a3f;p=pandora-kernel.git drm/radeon/dp: return -EIO for flags not zero case commit f6be5e64500abbba44e191e1ca0f3366c7d0291b upstream. 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 [bwh: Backported to 3.2: error code is returned directly here] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed