Re: [PATCH libdrm v3 3/5] xf86drm: Add platform and host1x bus support

2017-01-20 Thread Emil Velikov
On 18 January 2017 at 09:02, Thierry Reding wrote: > From: Thierry Reding > > ARM SoCs usually have their DRM/KMS devices on the platform bus, so add > support for that to enable these devices to be used with the drmDevice > infrastructure. > > NVIDIA Tegra SoCs have an additional level in the hi

Re: [PATCH libdrm v3 3/5] xf86drm: Add platform and host1x bus support

2017-01-19 Thread Thierry Reding
Adding back dri-devel@lists.freedesktop.org On Wed, Jan 18, 2017 at 04:00:20PM +0100, walter harms wrote: > Am 18.01.2017 10:02, schrieb Thierry Reding: [...] > > diff --git a/xf86drm.c b/xf86drm.c [...] > > @@ -3187,11 +3199,55 @@ static int drmParsePciDeviceInfo(int maj, int min, > > #endif > >

[PATCH libdrm v3 3/5] xf86drm: Add platform and host1x bus support

2017-01-18 Thread Thierry Reding
From: Thierry Reding ARM SoCs usually have their DRM/KMS devices on the platform bus, so add support for that to enable these devices to be used with the drmDevice infrastructure. NVIDIA Tegra SoCs have an additional level in the hierarchy and DRM/KMS devices can also be on the host1x bus. This