commit | c5820361dae5edc349aff057179ae6e064e353e0 | [log] [tgz] |
---|---|---|
author | Alex Deucher <[email protected]> | Tue Feb 04 12:41:25 2020 -0500 |
committer | Alex Deucher <[email protected]> | 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 <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>