RE: [PATCH rdma-core v2 3/3] configure: Add check for the presence of DRM headers

2021-02-05 Thread Xiong, Jianxin
ssman ; dri-devel > ; Doug Ledford > ; Ali Alnubani ; Vetter, Daniel > ; Christian Koenig > > Subject: Re: [PATCH rdma-core v2 3/3] configure: Add check for the presence > of DRM headers > > On Fri, Feb 5, 2021 at 2:22 PM Jason Gunthorpe wrote: > > > >

Re: [PATCH rdma-core v2 3/3] configure: Add check for the presence of DRM headers

2021-02-05 Thread Daniel Vetter
On Fri, Feb 5, 2021 at 2:22 PM Jason Gunthorpe wrote: > > On Thu, Feb 04, 2021 at 04:29:14PM -0800, Jianxin Xiong wrote: > > Compilation of pyverbs/dmabuf_alloc.c depends on a few DRM headers > > that are installed by either the kernel-header or the libdrm package. > > The installation is optional

Re: [PATCH rdma-core v2 3/3] configure: Add check for the presence of DRM headers

2021-02-05 Thread Jason Gunthorpe
On Thu, Feb 04, 2021 at 04:29:14PM -0800, Jianxin Xiong wrote: > Compilation of pyverbs/dmabuf_alloc.c depends on a few DRM headers > that are installed by either the kernel-header or the libdrm package. > The installation is optional and the location is not unique. > > Check the presence of the h

[PATCH rdma-core v2 3/3] configure: Add check for the presence of DRM headers

2021-02-04 Thread Jianxin Xiong
Compilation of pyverbs/dmabuf_alloc.c depends on a few DRM headers that are installed by either the kernel-header or the libdrm package. The installation is optional and the location is not unique. Check the presence of the headers at both the standard locations and any location defined by custom