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

2020-05-15 Thread Tiezhu Yang
On 05/15/2020 04:51 PM, Sergei Shtylyov wrote: Hello! On 15.05.2020 5:15, Tiezhu Yang wrote: When ATI Radeon graphics card has been compiled directly into the kernel ^ driver Hi Sergei, Thanks for your review, I have been sent v2 with the updated commit messa

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

2020-05-15 Thread Sergei Shtylyov
Hello! On 15.05.2020 5:15, Tiezhu Yang wrote: When ATI Radeon graphics card has been compiled directly into the kernel ^ driver 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

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

2020-05-14 Thread Jiaxun Yang
于 2020年5月15日 GMT+08:00 上午11:09:56, Tiezhu Yang 写到: >On 05/15/2020 10:33 AM, Jiaxun Yang wrote: >> >> 于 2020年5月15日 GMT+08:00 上午10:15:00, Tiezhu Yang 写到: >>> When ATI Radeon graphics card has been compiled directly into the kernel >>> instead of as a module, we should make sure the firmware for

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

2020-05-14 Thread Tiezhu Yang
On 05/15/2020 10:33 AM, Jiaxun Yang wrote: 于 2020年5月15日 GMT+08:00 上午10:15:00, Tiezhu Yang 写到: 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-

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

2020-05-14 Thread Jiaxun Yang
于 2020年5月15日 GMT+08:00 上午10:15:00, Tiezhu Yang 写到: >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 ther

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

2020-05-14 Thread Tiezhu Yang
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