commit | c5820361dae5edc349aff057179ae6e064e353e0 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Tue Feb 04 12:41:25 2020 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Feb 26 14:21:12 2020 -0500 |
tree | 4459bfdbce43210f11e73483dcff89312be0f6d0 | |
parent | 923ffa6b02e13f7fba0805953e6b1c7b7ab17216 [diff] |
drm/amdgpu/ttm: move debugfs init into core amdgpu debugfs In order to remove the load and unload drm callbacks, we need to reorder the init sequence to move all the drm debugfs file handling. Do this for ttm. Tested-by: Thomas Zimmermann <tzimmermann@suse.de> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>