Excellent. Thanks a lot.
Regards,
Jammy
-Original Message-
From: Emil Velikov [mailto:emil.l.veli...@gmail.com]
Sent: Friday, August 21, 2015 12:28 AM
To: Zhou, Jammy
Cc: ML dri-devel
Subject: Re: [PATCH 1/4] drm: add interface to get drm devices on the system v3
On 20 August 2015 at
On 20 August 2015 at 04:02, Zhou, Jammy wrote:
> Hi Emil,
>
> Can I get you RB now? It looks like there was no more comment from others.
>
I'll ping (again) one the possible users and if we haven't heard any
objection by tomorrow midday I'll commit it to master.
Cheers,
Emil
to get drm devices on the system v3
On 17 August 2015 at 04:09, Jammy Zhou wrote:
> From: Emil Velikov
>
> For mutiple GPU support, the devices on the system should be
> enumerated to get necessary information about each device, and the
> drmGetDevices interface is added for
On 17 August 2015 at 04:09, Jammy Zhou wrote:
> From: Emil Velikov
>
> For mutiple GPU support, the devices on the system should be enumerated
> to get necessary information about each device, and the drmGetDevices
> interface is added for this. Currently only PCI devices are supported for
> the
From: Emil Velikov
For mutiple GPU support, the devices on the system should be enumerated
to get necessary information about each device, and the drmGetDevices
interface is added for this. Currently only PCI devices are supported for
the enumeration.
Typical usage:
int count;
drmDevicePtr *foo;