commit | aeba709a15ad66d3f8a2b38bada9f643ebe3dc04 | [log] [tgz] |
---|---|---|
author | Nils Wallménius <nils.wallmenius@gmail.com> | Sun Apr 10 16:30:04 2016 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 04 20:20:20 2016 -0400 |
tree | 3a1bb6bd816890f2282d65bd8cd3ff30aa02e2e9 | |
parent | e90b62277b17207fa3854c4d8c3763d9974e7f47 [diff] |
drm/amd: make some function-local tables static const These tables were initialized on stack on each call, avoid that and save a little bit of text size. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>