]> Git Repo - linux.git/commit
drm/amdgpu: correctly sign extend 48bit addresses v3
authorChristian König <[email protected]>
Mon, 27 Aug 2018 16:22:31 +0000 (18:22 +0200)
committerAlex Deucher <[email protected]>
Tue, 11 Sep 2018 03:41:24 +0000 (22:41 -0500)
commitad9a5b78f585e9a9bd5ad06dfaf1269659a99f43
tree3353b464a93fb9c6a0531a77815f3f838ae4b7f5
parentbcdc9fd634d1f0949774690e9e79ffdfc5d094c8
drm/amdgpu: correctly sign extend 48bit addresses v3

Correct sign extend the GMC addresses to 48bit.

v2: sign extending turned out easier than thought.
v3: clean up the defines and move them into amdgpu_gmc.h as well

Signed-off-by: Christian König <[email protected]>
Reviewed-by: Junwei Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
This page took 0.077797 seconds and 4 git commands to generate.