mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
drm/amdgpu: Load vcn_v4_0_3 ucode during early_init
VCN loading ucode is moved to early_init with using 'amdgpu_ucode_*' helpers. Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Sonny Jiang <sonjiang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
5ae0ec8b80
commit
48d19834ea
|
|
@ -69,7 +69,7 @@ static int vcn_v4_0_3_early_init(void *handle)
|
|||
vcn_v4_0_3_set_unified_ring_funcs(adev);
|
||||
vcn_v4_0_3_set_irq_funcs(adev);
|
||||
|
||||
return 0;
|
||||
return amdgpu_vcn_early_init(adev);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user