Re: [PATCH] Autodetect libdrm path (v2)

2017-02-07 Thread Michel Dänzer
On 07/02/17 08:30 PM, Tom St Denis wrote: > On 07/02/17 06:02 AM, Emil Velikov wrote: >> On 6 February 2017 at 22:39, StDenis, Tom wrote: >>> >>> Apparently I missed the bottom of your reply (all of the clients I >>> have outlook/gmail do top post only ...) >> Both Outlook

Re: [PATCH] Autodetect libdrm path (v2)

2017-02-07 Thread Tom St Denis
On 07/02/17 06:02 AM, Emil Velikov wrote: On 6 February 2017 at 22:39, StDenis, Tom wrote: Apparently I missed the bottom of your reply (all of the clients I have outlook/gmail do top post only ...) Both Outlook and Gmail can do inline replies and plain text. There

Re: [PATCH] Autodetect libdrm path (v2)

2017-02-07 Thread Emil Velikov
nt: Monday, February 6, 2017 16:33 > To: Emil Velikov; Tom St Denis > Cc: amd-gfx mailing list > > Subject: Re: [PATCH] Autodetect libdrm path (v2) > > > I have to NAK that idea since we use umr on NPI work which doesn't > necessarily have libdrm support. > > > Also umr

Re: [PATCH] Autodetect libdrm path (v2)

2017-02-06 Thread StDenis, Tom
[] Tom From: amd-gfx <amd-gfx-boun...@lists.freedesktop.org> on behalf of StDenis, Tom <tom.stde...@amd.com> Sent: Monday, February 6, 2017 16:33 To: Emil Velikov; Tom St Denis Cc: amd-gfx mailing list Subject: Re: [PATCH] Autodetect libdrm path (

Re: [PATCH] Autodetect libdrm path (v2)

2017-02-06 Thread StDenis, Tom
that to the README. Tom From: Emil Velikov <emil.l.veli...@gmail.com> Sent: Monday, February 6, 2017 15:18 To: Tom St Denis Cc: amd-gfx mailing list; StDenis, Tom Subject: Re: [PATCH] Autodetect libdrm path (v2) Hi Tom, On 5 February 2017 at 22:24, Tom St

Re: [PATCH] Autodetect libdrm path (v2)

2017-02-06 Thread Emil Velikov
Hi Tom, On 5 February 2017 at 22:24, Tom St Denis wrote: > (v2): Use findLibDRM script instead of directly finding path > Since the project already depends on libdrm you might want to use the drmDevice2 API and drop the iteration over all PCI devices (libpciaccess

Re: [PATCH] Autodetect libdrm path (v2)

2017-02-05 Thread StDenis, Tom
Thanks. Pushed it. Tom From: Andres Rodriguez <andre...@gmail.com> Sent: Sunday, February 5, 2017 17:28 To: Tom St Denis; amd-gfx@lists.freedesktop.org Cc: StDenis, Tom Subject: Re: [PATCH] Autodetect libdrm path (v2) Reviewed-by: Andres Rodriguez

Re: [PATCH] Autodetect libdrm path (v2)

2017-02-05 Thread Andres Rodriguez
Reviewed-by: Andres Rodriguez On 2/5/2017 5:24 PM, Tom St Denis wrote: (v2): Use findLibDRM script instead of directly finding path Signed-off-by: Tom St Denis --- CMakeLists.txt | 3 +++ cmake_modules/FindLibDRM.cmake | 35

[PATCH] Autodetect libdrm path (v2)

2017-02-05 Thread Tom St Denis
(v2): Use findLibDRM script instead of directly finding path Signed-off-by: Tom St Denis --- CMakeLists.txt | 3 +++ cmake_modules/FindLibDRM.cmake | 35 +++ src/lib/query_drm.c| 4 ++-- 3 files changed, 40