drm/amd/display: add prefix to amdgpu_dm_crtc.h functions
authorDavid Tadokoro <davidbtadokoro@usp.br>
Tue, 7 Mar 2023 19:14:17 +0000 (16:14 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Mar 2023 19:05:53 +0000 (14:05 -0500)
commit6c5e25a0255d56e8455869cd7f90bb9be7478132
tree312fd733a939cc623d427927f5d387287d81e79f
parenta9d491d99ece898fe6fd5f7374eacb5223e1531b
drm/amd/display: add prefix to amdgpu_dm_crtc.h functions

Some amdgpu_dm_crtc.h functions didn't have names that indicated where
they were declared.

To better filter results in debug tools like ftrace, prefix these
functions with 'amdgpu_dm_crtc_'.

Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.h