[PATCH 1/2] drm/radeon/kms: fix regression in DP aux defer handling

2011-10-03 Thread alexdeuc...@gmail.com
From: Alex Deucher An incorrect ordering in the error checking code lead to DP aux defer being skipped in the aux native write path. Move the bytes transferred check (ret == 0) below the defer check. Tracked down by: Brad Campbell Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41121 Sig

[PATCH 1/2] drm/radeon/kms: fix regression in DP aux defer handling

2011-10-03 Thread alexdeucher
From: Alex Deucher An incorrect ordering in the error checking code lead to DP aux defer being skipped in the aux native write path. Move the bytes transferred check (ret == 0) below the defer check. Tracked down by: Brad Campbell Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41121 Sig