VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Joseph Greathouse <Joseph.Greathouse@amd.com> 2021-06-29 21:08:52 -0500 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-07-19 10:04:48 +0200 commit: fb5beb2b3f06775e84abed6472ea71efb74a4a8c parent: 788c261cdb58b220b91b3eb61b230fa7af802d19
Commit Summary:
drm/amdgpu: Update NV SIMD-per-CU to 2
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/gpu/drm/amd/include/navi10_enum.h b/drivers/gpu/drm/amd/include/navi10_enum.h
index d5ead9680c6e..84bcb96f76ea 100644
--- a/drivers/gpu/drm/amd/include/navi10_enum.h
+++ b/drivers/gpu/drm/amd/include/navi10_enum.h
@@ -430,7 +430,7 @@ ARRAY_2D_DEPTH                           = 0x00000001,
  */
 
 typedef enum ENUM_NUM_SIMD_PER_CU {
-NUM_SIMD_PER_CU                          = 0x00000004,
+NUM_SIMD_PER_CU                          = 0x00000002,
 } ENUM_NUM_SIMD_PER_CU;
 
 /*