Re: [PATCH] drm/amd/display: add prefix to amdgpu_dm_plane.h functions

2023-03-07 Thread Alex Deucher
On Mon, Mar 6, 2023 at 3:23 AM David Tadokoro wrote: > > From: David Tadokoro > > 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 w

[PATCH] drm/amd/display: add prefix to amdgpu_dm_plane.h functions

2023-03-06 Thread David Tadokoro
From: David Tadokoro 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.