Re: Annoying AMDGPU boot-time warning due to simplefb / amdgpu resource clash

2022-06-29 Thread Javier Martinez Canillas
On 6/28/22 14:41, Jocelyn Falempe wrote: > On 28/06/2022 10:43, Thomas Zimmermann wrote: [snip] >> >> Unfortunately, this currently only works if a driver is bound to the >> platform device. Without simpledrm or simplefb, amdgpu won't find the >> platform device to remove. >> >> I guess, what h

Re: Annoying AMDGPU boot-time warning due to simplefb / amdgpu resource clash

2022-06-28 Thread Jocelyn Falempe
On 28/06/2022 10:43, Thomas Zimmermann wrote: Hi Am 27.06.22 um 19:25 schrieb Linus Torvalds: On Mon, Jun 27, 2022 at 1:02 AM Javier Martinez Canillas wrote: The flag was dropped because it was causing drivers that requested their memory resource with pci_request_region() to fail with -EBUSY

Re: Annoying AMDGPU boot-time warning due to simplefb / amdgpu resource clash

2022-06-28 Thread Thomas Zimmermann
Hi Am 27.06.22 um 19:25 schrieb Linus Torvalds: On Mon, Jun 27, 2022 at 1:02 AM Javier Martinez Canillas wrote: The flag was dropped because it was causing drivers that requested their memory resource with pci_request_region() to fail with -EBUSY (e.g: the vmwgfx driver): https://www.spinics

Re: Annoying AMDGPU boot-time warning due to simplefb / amdgpu resource clash

2022-06-27 Thread Linus Torvalds
On Mon, Jun 27, 2022 at 1:02 AM Javier Martinez Canillas wrote: > > The flag was dropped because it was causing drivers that requested their > memory resource with pci_request_region() to fail with -EBUSY (e.g: the > vmwgfx driver): > > https://www.spinics.net/lists/dri-devel/msg329672.html See,

Re: Annoying AMDGPU boot-time warning due to simplefb / amdgpu resource clash

2022-06-27 Thread Thomas Zimmermann
Hi Am 26.06.22 um 20:54 schrieb Linus Torvalds: So this has been going on for a while, and it's quite annoying. At bootup, my main desktop (Threadripper 3970X with radeon graphics) now complains about resource sanity check: requesting [mem 0xd000-0xdfff], which spans more than BOOTF

Re: Annoying AMDGPU boot-time warning due to simplefb / amdgpu resource clash

2022-06-27 Thread Javier Martinez Canillas
Hello Linus, On 6/26/22 20:54, Linus Torvalds wrote: > So this has been going on for a while, and it's quite annoying. > > At bootup, my main desktop (Threadripper 3970X with radeon graphics) > now complains about > > resource sanity check: requesting [mem 0xd000-0xdfff], which > spans

Annoying AMDGPU boot-time warning due to simplefb / amdgpu resource clash

2022-06-26 Thread Linus Torvalds
So this has been going on for a while, and it's quite annoying. At bootup, my main desktop (Threadripper 3970X with radeon graphics) now complains about resource sanity check: requesting [mem 0xd000-0xdfff], which spans more than BOOTFB [mem 0xd000-0xd02f] and then gives me a n