On Wednesday, June 14, 2017 5:22:08 PM PDT Lionel Landwerlin wrote:
> Hi,
> 
> While working with changes that span from kernel to user space, I've
> been wondering whether we need to depend on libdrm's header files at
> all for the anv & i965 drivers. Indeed with Ken's recent changes, we
> depend on libdrm for 1 or 2 functions wrapping an ioctl (with
> drmGetDevices2 being the only function actually containing so logic)
> and for its kernel header files. The latter which we could just embed
> ourselves given how the userspace & kernelspace drivers closely
> interact.
> 
> I've only included the minimal set of header files we need from the
> kernel for anv & i965. Maybe other drivers would be interested and
> maybe we should put all the kernel drm uapi headers into include?
> 
> Cheers,
> 
> Lionel Landwerlin (2):
>   aubinator: import intel_aub.h from libdrm
>   anv/i965: drop libdrm_intel dependency completely

Series is:
Reviewed-by: Kenneth Graunke <kenn...@whitecape.org>

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to