]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd: Move microcode init step to early_init()
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 13 Oct 2023 19:26:02 +0000 (14:26 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Oct 2023 22:26:51 +0000 (18:26 -0400)
commitd757dfd667aad54c6ed0b6f22a11ad5a317663de
tree1f9fe5d7aee8af16cb5a095df01215cf3f066e86
parentd8c1925ba8cde2863297728a4c8fbf8fe766757a
drm/amd: Move microcode init step to early_init()

The intention for early init is to find any missing microcode early
and fail the driver load if it's missing.  Move this step to earlier
in driver init to match other IP blocks.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c