diff options
author | Tom Rix <trix@redhat.com> | 2023-04-20 14:07:05 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 09:20:08 -0400 |
commit | e94c25567c8519b770985cc86b652b06dce807d2 (patch) | |
tree | 526f687c707752c397fa7c6cc7e59f853c076797 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
parent | b91075866e58e6b073689958f246834ad0b2c79c (diff) | |
download | linux-e94c25567c8519b770985cc86b652b06dce807d2.tar.gz linux-e94c25567c8519b770985cc86b652b06dce807d2.tar.bz2 linux-e94c25567c8519b770985cc86b652b06dce807d2.zip |
drm/amd/display: remove unused variables dispclk_delay_subtotal and dout
clang with W=1 reports
drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/display_rq_dlg_calc_314.c:1003:15:
error: variable 'dispclk_delay_subtotal' set but not used [-Werror,-Wunused-but-set-variable]
unsigned int dispclk_delay_subtotal;
^
This variable is not used, so remove it.
Which made dout unused, so also remove.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
0 files changed, 0 insertions, 0 deletions