drm/amd/display: add prefix to amdgpu_dm_plane.h functions
authorDavid Tadokoro <davidbtadokoro@usp.br>
Mon, 6 Mar 2023 02:24:27 +0000 (23:24 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 8 Mar 2023 19:04:45 +0000 (14:04 -0500)
commit8bf0d9cdf36b0bebf17b733e3f5158783d765df3
tree91e06e4c68f3725d37621b42f6a286265b3054b0
parent920da947af28638bc94bb0012ce8600ba2d06c0e
drm/amd/display: add prefix to amdgpu_dm_plane.h functions

The amdgpu_dm_plane.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_plane_'.

Note that we may want to make this same change in other files like
amdgpu_dm_crtc.h.

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