commit | 1e05c4d918b9d08167773cdd6edb05dde0975b40 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Tue Aug 20 19:04:02 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Aug 30 16:31:20 2013 -0400 |
tree | 41fe2aba807f9e16818aa140f46c28fa5587a599 | |
parent | 5e250d20c2b6ed0c5d1f3632c266eba4a7f979ba [diff] |
drm/radeon: gcc fixes for ni dpm Newer versions of gcc seem to wander off into the weeds when dealing with variable sizes arrays in structs. Rather than indexing the arrays, use pointer arithmetic. See bugs: 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>