Re: [Nouveau] [PATCH v7 6/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register

2023-06-27 Thread Sui Jingfeng
PING ? On 2023/6/13 11:01, Sui Jingfeng wrote: From: Sui Jingfeng The vga_is_firmware_default() function is arch-dependent, it's probably wrong if we simply remove the arch guard. As the VRAM BAR which contains firmware framebuffer may move, while the lfb_base and lfb_size members of the

[Nouveau] Why drm/nouveau contains files not related to nouveau?

2023-06-27 Thread Paul Dufresne
Why nouveau-next branch on gitlab contains files not related to nouveau? I expect that vast majority of people would get the content, only after it have been integrated to the Linux kernel (downstream from nouveau project in my mind). Also I would mainly expect a testing branch, and a

Re: [Nouveau] [PATCH drm-next v5 03/14] drm: manager to keep track of GPUs VA mappings

2023-06-27 Thread Matthew Brost
On Thu, Jun 22, 2023 at 05:07:11PM +0200, Danilo Krummrich wrote: > On 6/22/23 17:04, Danilo Krummrich wrote: > > On 6/22/23 16:42, Christian König wrote: > > > Am 22.06.23 um 16:22 schrieb Danilo Krummrich: > > > > On 6/22/23 15:54, Christian König wrote: > > > > > Am 20.06.23 um 14:23 schrieb

Re: [Nouveau] XDC 2023: Registration & Call for Proposals now open!

2023-06-27 Thread Ricardo Garcia
This is a reminder that the XDC 2023 Registration and the Call for Proposals are still open and will be open for about 2 more weeks. Do not forget to submit your proposals before the deadline (July 17)! The conference will take place in A Coruña this year, from October 17 to 19. You can find more

Re: [Nouveau] [PATCH v7 5/8] video/aperture: Add a helper to detect if an aperture contains firmware FB

2023-06-27 Thread Sui Jingfeng
 PING ? On 2023/6/13 11:01, Sui Jingfeng wrote: From: Sui Jingfeng This patch adds the aperture_contain_firmware_fb() function to do the determination. Unfortunately due to the fact that apertures list will be freed dynamically, the location and size information of the firmware fb will be

Re: [Nouveau] [PATCH v7 8/8] drm/radeon: Implement the is_boot_device callback function

2023-06-27 Thread Sui Jingfeng
PING ? On 2023/6/13 11:01, Sui Jingfeng wrote: From: Sui Jingfeng [why] The vga_is_firmware_default() defined in drivers/pci/vgaarb.c is arch-dependent, it's a dummy on non-x86 architectures currently. This made VGAARB lost an important condition for the arbitration. It could still be