[Mesa-dev] Question about display_gpu and render gpu in dri3_create_screen

2021-09-13 Thread Luc Ma
Hello, I recently tried multi-GPU support on the mesa gallium drivers(glx=dri). When I exported the env `DRI_PRIME=1`, I found that it didn't work with two different drivers loaded at the same time. because there are different driver names in my case. display_gpu driver name is "r600" while render

Re: [Mesa-dev] Question about display_gpu and render gpu in dri3_create_screen

2021-09-13 Thread Luc Ma
3888e65eac0454cc ]--- I'm not familiar with the kernel, but I suspect it may be a kmd problem. It seems like something is missing. On Mon, 13 Sept 2021 at 20:57, Michel Dänzer wrote: > On 2021-09-13 14:40, Luc Ma wrote: > > Hello, > > > > I recently tried multi-GPU support on th

Re: Inquiry about the size of dynamic_stubs and handling

2023-09-08 Thread Luc Ma
Hi, Fan On Fri, 8 Sept 2023 at 16:20, 张凡 <1332305...@qq.com> wrote: > > Dear Mesa 3D development team: > > I am a developer who is highly interested in Mesa 3D and has been > studying OpenGL extensions and Mesa 3D implementation. In my project, I have > encountered some questions regarding