linux/drivers/gpu/drm/nouveau/core
Stéphane Marchesin 3c4be80bce drm/nouveau/fb: Prevent inlining of ramfuc_reg
When gcc 4.8 inlines this function, it eats up 16 bytes on the stack
every time. Eventually we hit warnings because our stack grew too
much:

ramnve0.c:1383:1: error: the frame size of 1496 bytes is larger than
1024 bytes

We fix this by preventing inlining for this function.

Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2014-07-08 12:56:53 +10:00
..
core drm/nouveau/core: allow event source to handle multiple event types per index 2014-06-11 16:09:13 +10:00
engine drm/nouveau/disp: fix oops in destructor with headless cards 2014-06-18 15:49:50 +10:00
include drm/gf117/i2c: no aux channels on this chipset 2014-06-18 15:49:50 +10:00
subdev drm/nouveau/fb: Prevent inlining of ramfuc_reg 2014-07-08 12:56:53 +10:00
os.h support for platform devices 2014-03-26 14:08:04 +10:00