commit | 97588b5b9a6b330dc2e3fbf3dea987e37d30194e | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Sep 25 11:38:50 2019 +0200 |
committer | Christian König <christian.koenig@amd.com> | Fri Oct 25 11:40:51 2019 +0200 |
tree | fd96496edb69bcda6a7d006ebd42a7f6be6038ed | |
parent | 9165fb879f62a73577867180e890f410f3a239ad [diff] |
drm/ttm: remove pointers to globals As the name says global memory and bo accounting is global. So it doesn't make to much sense having pointers to global structures all around the code. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Thomas Hellström <thellstrom@vmware.com> Link: https://patchwork.freedesktop.org/patch/332879/