diff options
author | Maíra Canal <mairacanal@riseup.net> | 2022-07-14 13:44:59 -0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-07-25 09:31:02 -0400 |
commit | d3e19f76121178420c3efc9688adfd5a448996e0 (patch) | |
tree | 781f59b90adbadc33c58f7065de74a1d352d03e2 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
parent | 557f9100c74cfa033488563240f567466613cefa (diff) | |
download | linux-d3e19f76121178420c3efc9688adfd5a448996e0.tar.gz linux-d3e19f76121178420c3efc9688adfd5a448996e0.tar.bz2 linux-d3e19f76121178420c3efc9688adfd5a448996e0.zip |
drm/amd/display: Remove unused dml32_CalculatedoublePipeDPPCLKAndSCLThroughput function
Remove dml32_CalculatedoublePipeDPPCLKAndSCLThroughput function, which is not used in
the codebase.
This was pointed by clang with the following warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_util_32.c:393:6:
warning: no previous prototype for function
'dml32_CalculatedoublePipeDPPCLKAndSCLThroughput' [-Wmissing-prototypes]
void dml32_CalculatedoublePipeDPPCLKAndSCLThroughput(
^
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_util_32.c:393:1:
note: declare 'static' if the function is not intended to be used outside of
this translation unit
void dml32_CalculatedoublePipeDPPCLKAndSCLThroughput(
^
static
1 warning generated.
Reviewed-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions