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
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
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