Re: [PATCH 09/10] drm/amdgpu: remove unnecessary variables

2021-12-08 Thread Felix Kuehling
Am 2021-12-07 um 8:25 p.m. schrieb Isabella Basso: > This fixes the warnings below: > > In function 'svm_range_map_to_gpu': > warning: variable 'bo_va' set but not used [-Wunused-but-set-variable] > 1172 | struct amdgpu_bo_va bo_va; > | ^ > ... >

Re: [PATCH 09/10] drm/amdgpu: remove unnecessary variables

2021-12-08 Thread Rodrigo Siqueira Jordao
On 2021-12-07 8:25 p.m., Isabella Basso wrote: This fixes the warnings below: In function 'svm_range_map_to_gpu': warning: variable 'bo_va' set but not used [-Wunused-but-set-variable] 1172 | struct amdgpu_bo_va bo_va; | ^ ... In

[PATCH 09/10] drm/amdgpu: remove unnecessary variables

2021-12-07 Thread Isabella Basso
This fixes the warnings below: In function 'svm_range_map_to_gpu': warning: variable 'bo_va' set but not used [-Wunused-but-set-variable] 1172 | struct amdgpu_bo_va bo_va; | ^ ... In function 'dcn201_update_clocks': warning: variable