drm/amdgpu: Address member 'gart_placement' not described in 'amdgpu_gmc_gart_location'
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Mon, 9 Oct 2023 14:53:32 +0000 (20:23 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Oct 2023 14:58:22 +0000 (10:58 -0400)
commit54967d5683b24767c58789af19cf7083e560aa56
tree2db677600f713148f87a678a26041c0890872d36
parent84aa39ab1e6528278c8ffc2c1ff9de1e2c39ee8e
drm/amdgpu: Address member 'gart_placement' not described in 'amdgpu_gmc_gart_location'

Fixes the below:
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:274: warning: Function parameter or member 'gart_placement' not described in 'amdgpu_gmc_gart_location'

Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c