-
- Downloads
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>
Showing
- Documentation/gpu/amdgpu/display/display-manager.rst 1 addition, 1 deletionDocumentation/gpu/amdgpu/display/display-manager.rst
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 7 additions, 7 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c 10 additions, 10 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.h 6 additions, 6 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.h
Loading
Please register or sign in to comment