commit | 15d21db87239840ae8248cf26e46391edc13cfe3 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Aug 02 22:50:37 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Aug 02 22:58:31 2016 +0100 |
tree | cac896b83267c4df0b0dd347eef0cf601b70faff | |
parent | e40f9ee6612c492d875b3de6dcba98522e0afe36 [diff] |
drm/i915: Refactor golden render state emission to unconfuse gcc GCC was inlining the init and setup functions, but was getting itself confused into thinking that variables could be used uninitialised. If we do the inline for gcc, it is happy! As a bonus we shrink the code. v2: A couple of minor tweaks from Joonas Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1469432687-22756-29-git-send-email-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1470174640-18242-20-git-send-email-chris@chris-wilson.co.uk