[PATCH 1/4] drm: add interface to get drm devices on the system v3

2015-08-21 Thread Zhou, Jammy
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

[PATCH 1/4] drm: add interface to get drm devices on the system v3

2015-08-20 Thread Emil Velikov
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

[PATCH 1/4] drm: add interface to get drm devices on the system v3

2015-08-20 Thread Zhou, Jammy
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

[PATCH 1/4] drm: add interface to get drm devices on the system v3

2015-08-17 Thread Emil Velikov
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

[PATCH 1/4] drm: add interface to get drm devices on the system v3

2015-08-17 Thread Jammy Zhou
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;