Skip to content

Commit 9017a48

Browse files
Marek Olšákalexdeucher
authored andcommitted
drm/amdgpu: bump version for invalidate L2 before SDMA IBs
This fixes GPU hangs due to cache coherency issues. Bump the driver version. Split out from the original patch. Signed-off-by: Marek Olšák <[email protected]> Reviewed-by: Christian König <[email protected]> Tested-by: Pierre-Eric Pelloux-Prayer <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent fdf8364 commit 9017a48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@
8585
* - 3.34.0 - Non-DC can flip correctly between buffers with different pitches
8686
* - 3.35.0 - Add drm_amdgpu_info_device::tcc_disabled_mask
8787
* - 3.36.0 - Allow reading more status registers on si/cik
88+
* - 3.37.0 - L2 is invalidated before SDMA IBs, needed for correctness
8889
*/
8990
#define KMS_DRIVER_MAJOR 3
90-
#define KMS_DRIVER_MINOR 36
91+
#define KMS_DRIVER_MINOR 37
9192
#define KMS_DRIVER_PATCHLEVEL 0
9293

9394
int amdgpu_vram_limit = 0;

0 commit comments

Comments
 (0)