]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: Add missing firmware entry for HAINAN
authorTakashi Iwai <tiwai@suse.de>
Mon, 19 Nov 2018 11:55:12 +0000 (12:55 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Nov 2018 21:07:31 +0000 (16:07 -0500)
commit8d4d7c58994759bbd9f4fec32d88bf0e0b89302e
tree2d721bb4e019e18d1d28a251a610f28022541194
parent009dd011762925e5e03a59282b1785214f8470e0
drm/amdgpu: Add missing firmware entry for HAINAN

Due to lack of MODULE_FIRMWARE() with hainan_mc.bin, the driver
doesn't work properly in initrd.  Let's add it.

Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1116239
Fixes: 8eaf2b1faaf4 ("drm/amdgpu: switch firmware path for SI parts")
Cc: <stable@vger.kernel.org>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c