mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-23 00:15:56 -04:00
amdgpu/ih6.1: Fix minor version
Report the correct version of IH v6.1 (previously it showed v6.0). Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com> Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
a60ea15807
commit
940d33ebbc
@@ -790,7 +790,7 @@ static void ih_v6_1_set_interrupt_funcs(struct amdgpu_device *adev)
|
||||
const struct amdgpu_ip_block_version ih_v6_1_ip_block = {
|
||||
.type = AMD_IP_BLOCK_TYPE_IH,
|
||||
.major = 6,
|
||||
.minor = 0,
|
||||
.minor = 1,
|
||||
.rev = 0,
|
||||
.funcs = &ih_v6_1_ip_funcs,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user