]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: fix VM PD addr shift
authorChristian König <christian.koenig@amd.com>
Mon, 27 Nov 2017 13:01:51 +0000 (14:01 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:48:28 +0000 (12:48 -0500)
commit507831473f126e389039611b309bb5718e38c043
tree436250a93f708a839f83f1100f926a4add2c34e3
parent722570435bb066c17ff42bb40fb0bbe581b2eba5
drm/amdgpu: fix VM PD addr shift

The block size only affects the leave nodes, everything else is fixed.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c