]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/display: move debugfs init into core amdgpu debugfs (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Feb 2020 16:21:30 +0000 (11:21 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Feb 2020 19:21:13 +0000 (14:21 -0500)
commit911726d5f6e5d0052c66f97e352b14d8e2d7005a
treef90f3d88077731669224b9d5f11e4073b3b32c9b
parent6988b6cd7c73c81485566d98d85deb71d2ec0d79
drm/amdgpu/display: move debugfs init into core amdgpu debugfs (v2)

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 display.

v2: add config guard for DC

Tested-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Harry Wentland <harry.wentland@amd.com> (v1)
Acked-by: Christian König <christian.koenig@amd.com> (v1)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c