175758255SAlex Deucher /*
275758255SAlex Deucher  * Copyright 2008 Advanced Micro Devices, Inc.
375758255SAlex Deucher  * Copyright 2008 Red Hat Inc.
475758255SAlex Deucher  * Copyright 2009 Jerome Glisse.
575758255SAlex Deucher  *
675758255SAlex Deucher  * Permission is hereby granted, free of charge, to any person obtaining a
775758255SAlex Deucher  * copy of this software and associated documentation files (the "Software"),
875758255SAlex Deucher  * to deal in the Software without restriction, including without limitation
975758255SAlex Deucher  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1075758255SAlex Deucher  * and/or sell copies of the Software, and to permit persons to whom the
1175758255SAlex Deucher  * Software is furnished to do so, subject to the following conditions:
1275758255SAlex Deucher  *
1375758255SAlex Deucher  * The above copyright notice and this permission notice shall be included in
1475758255SAlex Deucher  * all copies or substantial portions of the Software.
1575758255SAlex Deucher  *
1675758255SAlex Deucher  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1775758255SAlex Deucher  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1875758255SAlex Deucher  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1975758255SAlex Deucher  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
2075758255SAlex Deucher  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2175758255SAlex Deucher  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2275758255SAlex Deucher  * OTHER DEALINGS IN THE SOFTWARE.
2375758255SAlex Deucher  *
2475758255SAlex Deucher  */
2575758255SAlex Deucher /*
2675758255SAlex Deucher  * Debugfs
2775758255SAlex Deucher  */
28728e7e0cSJiange Zhao 
2975758255SAlex Deucher int amdgpu_debugfs_regs_init(struct amdgpu_device *adev);
3075758255SAlex Deucher int amdgpu_debugfs_init(struct amdgpu_device *adev);
31923ffa6bSAlex Deucher void amdgpu_debugfs_fini(struct amdgpu_device *adev);
3298d28ac2SNirmoy Das void amdgpu_debugfs_fence_init(struct amdgpu_device *adev);
3398d28ac2SNirmoy Das void amdgpu_debugfs_firmware_init(struct amdgpu_device *adev);
3498d28ac2SNirmoy Das void amdgpu_debugfs_gem_init(struct amdgpu_device *adev);
35*b2662d4cSshaoyunl void amdgpu_debugfs_mes_event_log_init(struct amdgpu_device *adev);
36*b2662d4cSshaoyunl 
37