drm/amdgpu: update fw_load_type module parameter doc to match code
authorYann Dirson <ydirson@free.fr>
Mon, 29 Nov 2021 20:08:57 +0000 (21:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Dec 2021 21:16:06 +0000 (16:16 -0500)
commitddb267b66af9d49d54e3d3ce8a6b4e4e7ad9af0a
treefe1b17c5e2ba708213887975e435dac6d7ea2b9d
parenta899fe8b433be3d2c6bb9218f2b885d91f3079c4
drm/amdgpu: update fw_load_type module parameter doc to match code

amdgpu_ucode_get_load_type() does not interpret this parameter as
documented.  It is ignored for many ASIC types (which presumably
only support one load_type), and when not ignored it is only used
to force direct loading instead of PSP loading.  SMU loading is
only available for ASICs for which the parameter is ignored.

Signed-off-by: Yann Dirson <ydirson@free.fr>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c