]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix invalid use of change_bit
authorChristian König <christian.koenig@amd.com>
Mon, 18 Mar 2019 10:09:54 +0000 (11:09 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Mar 2019 19:01:42 +0000 (14:01 -0500)
commit7689d05b6a244168ec9333d2a546519b828395ee
treef6d4fddb3db197f29301926c3d0f7b52c6d4ff29
parent32e9fc3c448bc9737a80ea247ac13f51992c58c1
drm/amdgpu: fix invalid use of change_bit

We only need to clear the bit in a 32bit integer.

This fixes a crah on ARM64 and PPC64LE caused by
"drm/amdgpu: update the vm invalidation engine layout V2"

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c