commit | 62b53b37e4b1500d4eb4624a44ad861cf8d3cd18 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Fri Oct 19 15:06:06 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Nov 05 14:21:20 2018 -0500 |
tree | 0193d438cbb744c1c423415145ca8d695cdf34c6 | |
parent | 56b3d20413587fab6a790cfc8bc075ca94bc8ed9 [diff] |
drm/ttm: use a static ttm_bo_global instance As the name says we only need one global instance of ttm_bo_global. Just use a single exported instance which is save to initialize multiple times. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>