We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abf799 commit 4eaa007Copy full SHA for 4eaa007
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
@@ -4338,7 +4338,7 @@ const struct amdgpu_ip_block_version gfx_v9_4_3_ip_block = {
4338
.type = AMD_IP_BLOCK_TYPE_GFX,
4339
.major = 9,
4340
.minor = 4,
4341
- .rev = 0,
+ .rev = 3,
4342
.funcs = &gfx_v9_4_3_ip_funcs,
4343
};
4344
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
@@ -2061,7 +2061,7 @@ const struct amdgpu_ip_block_version sdma_v4_4_2_ip_block = {
2061
.type = AMD_IP_BLOCK_TYPE_SDMA,
2062
.major = 4,
2063
2064
+ .rev = 2,
2065
.funcs = &sdma_v4_4_2_ip_funcs,
2066
2067
0 commit comments