]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Add prefix to amdgpu crtc functions
authorRodrigo Siqueira <rodrigo.siqueira@amd.com>
Thu, 5 Oct 2023 14:27:45 +0000 (08:27 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 26 Oct 2023 23:00:02 +0000 (19:00 -0400)
commit6ce4f9ee25ffc1f6be693a103c37d6d47edb0f0d
tree1c20113060b080ddb6fc9e28a406c30c710ea03b
parent0d93f39516b0608384317923f9feda6d1ae210fb
drm/amd/display: Add prefix to amdgpu crtc functions

The ftrace debug feature allows filtering functions based on a prefix,
which can be helpful in some complex debug scenarios. The driver can
benefit more from this feature if the function name follows some
patterns; for this reason, this commit adds the prefix amdgpu_dm_crtc_
to all the functions that do not have it in the amdgpu_dm_crtc.c file.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Acked-by: Roman Li <roman.li@amd.com>
Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c