commit | 48fa04c3fcdb4f6ac041976bedaf19ca5bee20c0 | [log] [tgz] |
---|---|---|
author | Andre Heider <a.heider@gmail.com> | Wed Jul 17 14:02:23 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Jul 17 14:52:49 2013 -0400 |
tree | 18ec36d9e60ba283709cd5c758358127db13eb48 | |
parent | 77c7d50a4a9f1fa3aa42adad00e7b44aa70ec910 [diff] |
drm/radeon/dpm/atom: restructure logic to work around a compiler bug It seems gcc 4.8.1 generates bogus code for the old logic causing part of the function to get skipped. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=66932 https://bugs.freedesktop.org/show_bug.cgi?id=66972 https://bugs.freedesktop.org/show_bug.cgi?id=66945 Signed-off-by: Alex Deucher <alexander.deucher@amd.com>