diff options
| author | Tom Rix <[email protected]> | 2022-06-26 14:20:53 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-06-29 21:11:41 +0000 |
| commit | 70f1fcbc83582419fd753701c5abe674e05db785 (patch) | |
| tree | 9870101a8ec9992c5488a62ebf4cac941a645b5c /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | drm/amdgpu/display: drop set but unused variable (diff) | |
| download | kernel-70f1fcbc83582419fd753701c5abe674e05db785.tar.gz kernel-70f1fcbc83582419fd753701c5abe674e05db785.zip | |
drm/amd/display: Remove unused globals FORCE_RATE and FORCE_LANE_COUNT
sparse reports
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:3885:6: warning: symbol 'FORCE_RATE' was not declared. Should it be static?
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:3886:10: warning: symbol 'FORCE_LANE_COUNT' was not declared. Should it be static?
Neither of thse variables is used in dc_link_dp.c. Reviewing the commit listed in
the fixes tag shows neither was used in the original patch. So remove them.
Fixes: 265280b99822 ("drm/amd/display: add CLKMGR changes for DCN32/321")
Reviewed-by: Aurabindo Pillai <[email protected]>
Signed-off-by: Tom Rix <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions
