drm/amd/display: Remove the unused variable dppclk_delay_subtotal
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 22 Mar 2023 01:59:17 +0000 (09:59 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Mar 2023 22:20:46 +0000 (18:20 -0400)
commita76766664a9f91dfde906fecd1409ba596a30e33
tree653bfe59e0dcce2041b70c1acb582a6138289677
parent4cf3ae9d8e9a5f77e8a1f69f17c92dc59ba15154
drm/amd/display: Remove the unused variable dppclk_delay_subtotal

Variable dppclk_delay_subtotal is not effectively used, so delete it.

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn314/display_rq_dlg_calc_314.c:1004:15: warning: variable 'dppclk_delay_subtotal' set but not used.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4584
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml/dcn314/display_rq_dlg_calc_314.c