diff options
author | 2020-01-30 13:09:07 +0100 | |
---|---|---|
committer | 2020-02-04 23:30:39 -0500 | |
commit | bfcd6c69e4c3f73f2f92b997983537f9a3ac3b29 (patch) | |
tree | ed9d183c1fb138de46a2787977ada43d6c6a1a93 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | drm/amdgpu: make sure to never allocate PDs/PTs for invalidations (diff) | |
download | linux-dev-bfcd6c69e4c3f73f2f92b997983537f9a3ac3b29.tar.xz linux-dev-bfcd6c69e4c3f73f2f92b997983537f9a3ac3b29.zip |
drm/amdgpu: fix parentheses in amdgpu_vm_update_ptes
For the root PD mask can be 0xffffffff as well which would
overrun to 0 if we don't cast it before we add one.
Signed-off-by: Christian König <christian.koenig@amd.com>
Tested-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions