diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-10-07 18:41:51 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-10-07 23:44:02 +0300 |
commit | b9dcb97b6c8076af3469c62feb1174ef525b81f7 (patch) | |
tree | 70a5a4394ec050e16245ea87ad8ecc919238e6f0 /drivers/gpu/drm/i915/gt/selftest_workarounds.c | |
parent | 3aec2c6a4886276bcbc9ace9416ffae41643702c (diff) | |
download | linux-b9dcb97b6c8076af3469c62feb1174ef525b81f7.tar.xz |
drm/i915: make array hw_engine_mask static, makes object smaller
Don't populate the array hw_engine_mask on the stack but instead make it
static. Makes the object code smaller by 316 bytes.
Before:
text data bss dec hex filename
34004 4388 320 38712 9738 gpu/drm/i915/gt/intel_reset.o
After:
text data bss dec hex filename
33528 4548 320 38396 95fc gpu/drm/i915/gt/intel_reset.o
(gcc version 9.2.1, amd64)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20191007154151.23245-1-colin.king@canonical.com
Diffstat (limited to 'drivers/gpu/drm/i915/gt/selftest_workarounds.c')
0 files changed, 0 insertions, 0 deletions