mbox series

[0/6,v2] libdrm: Patches from AOSP

Message ID 1556125721-32145-1-git-send-email-john.stultz@linaro.org
Headers show
Series libdrm: Patches from AOSP | expand

Message

John Stultz April 24, 2019, 5:08 p.m. UTC
Recently I've been trying to sync the AOSP libdrm tree with
the upstream freedesktop branch.

Thanks to input from Sean, Alistair and Marissa, we've managed
to drop a bunch of stale patches AOSP was carrying, and get
the AOSP libdrm updated to 2.4.97

I've gone through the remaining patch delta and wanted to submit
the non-Android.bp changes, which seemed like they might be
relevant for upstream, for review.

thanks
-john

Cc: Emil Velikov <emil.velikov@collabora.com>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: Alistair Strachan <astrachan@google.com>
Cc: Marissa Wall <marissaw@google.com>

Adrian Salido (1):
  libdrm: reduce number of reallocations in drmModeAtomicAddProperty

Hemant Hariyani (1):
  libdrm: omap: Add DRM_RDWR flag to dmabuf export

John Stultz (2):
  libdrm: Android.mk: Add minimal Android platform check
  libdrm: amdgpu: Initialize unions with memset rather than "= {0}"

Prabhanjan Kandula (1):
  libdrm: Avoid additional drm open close

Sean Paul (1):
  libdrm: Use mmap64 instead of __mmap2

 Android.mk         | 5 +++++
 amdgpu/amdgpu_cs.c | 9 ++++++---
 libdrm_macros.h    | 4 +---
 omap/omap_drm.c    | 2 +-
 xf86drm.c          | 4 ++--
 xf86drmMode.c      | 7 ++++---
 6 files changed, 19 insertions(+), 12 deletions(-)

-- 
2.7.4

Comments

Emil Velikov April 25, 2019, 10:18 a.m. UTC | #1
On Wed, 24 Apr 2019 at 18:08, John Stultz <john.stultz@linaro.org> wrote:
>
> Recently I've been trying to sync the AOSP libdrm tree with
> the upstream freedesktop branch.
>
> Thanks to input from Sean, Alistair and Marissa, we've managed
> to drop a bunch of stale patches AOSP was carrying, and get
> the AOSP libdrm updated to 2.4.97
>
> I've gone through the remaining patch delta and wanted to submit
> the non-Android.bp changes, which seemed like they might be
> relevant for upstream, for review.
>
Thanks for the follow-up John. I've swapped the order of 1/6 and 2/6
and pushed the series to master.

-Emil