Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/amdgpu: add more fw load type to fit new ASICs

Align exported fw load types with internal used.

Signed-off-by: Chengming Gui <Jack.Gui@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Chengming Gui and committed by
Alex Deucher
a76be7bb fd0ed91a

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
··· 307 307 * to -1 to select the default loading mode for the ASIC, as defined 308 308 * by the driver. The default is -1 (auto). 309 309 */ 310 - MODULE_PARM_DESC(fw_load_type, "firmware loading type (0 = force direct if supported, -1 = auto)"); 310 + MODULE_PARM_DESC(fw_load_type, "firmware loading type (3 = rlc backdoor autoload if supported, 2 = smu load if supported, 1 = psp load, 0 = force direct if supported, -1 = auto)"); 311 311 module_param_named(fw_load_type, amdgpu_fw_load_type, int, 0444); 312 312 313 313 /**