Re: [PATCH 1/2] MIPS: Loongson: Fix fatal error during GPU init

From: Tiezhu Yang
Date: Thu May 14 2020 - 23:10:12 EST


On 05/15/2020 10:33 AM, Jiaxun Yang wrote:

ä 2020å5æ15æ GMT+08:00 äå10:15:00, Tiezhu Yang <yangtiezhu@xxxxxxxxxxx> åå:
When ATI Radeon graphics card has been compiled directly into the kernel
instead of as a module, we should make sure the firmware for the model
(check available ones in /lib/firmware/radeon) is built-in to the kernel
as well, otherwise there exists the following fatal error during GPU init,
change CONFIG_DRM_RADEON=y to CONFIG_DRM_RADEON=m to fix it.

The commit message looks shocking.

You'd better reword it as "MIPS: Loongson64: Mark GPU driver as module in Kconfig"

OK, I will modify the patch subject and send v2.


Thanks.