diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-02-26 05:48:28 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-03-19 15:03:53 -0500 |
commit | 6c55033a705a7f7fdacf952b579a424aad7507ef (patch) | |
tree | 50f039794399a1fb2d46d1a49199e0a2814cb2e2 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 1e608013490a271bd0b3a6b025ee079ca098d647 (diff) | |
download | talos-op-linux-6c55033a705a7f7fdacf952b579a424aad7507ef.tar.gz talos-op-linux-6c55033a705a7f7fdacf952b579a424aad7507ef.zip |
drm/amdgpu: remove set but not used variable 'vbi_time_out'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/amd/amdgpu/si_dpm.c: In function 'si_program_response_times':
drivers/gpu/drm/amd/amdgpu/si_dpm.c:4101:29: warning:
variable 'backbias_response_time' set but not used [-Wunused-but-set-variable]
It's never used since introduction in 841686df9f7d ("drm/amdgpu: add SI DPM
support (v4)"), so can be removed
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
0 files changed, 0 insertions, 0 deletions