commit | 607f2c2791ec81e5abca6213ff037e9405378be1 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Tue Aug 20 18:40:46 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Aug 30 16:31:16 2013 -0400 |
tree | e5b58ee5885e40f72cee7efb28227652221aaa77 | |
parent | 6a3808b8233eb91b57c230cf1161ac116a189ffd [diff] |
drm/radeon: gcc fixes for radeon_atombios.c 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>