[RFC][PATCH 0/5] libdrm: Patches from AOSP

John Stultz john.stultz at linaro.org
Sat Apr 20 04:24:50 UTC 2019


Over the last few days 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 and feedback.

With the exception of one of these, I'm not the original author,
so I do not have the full context for the patch. So if they
don't really make sense anymore, let me know and I can see if we
can drop them in AOSP.

Thoughts and feedback would be greatly appreciated!

thanks
-john

Cc: Emil Velikov <emil.velikov at collabora.com>
Cc: Sean Paul <seanpaul at chromium.org>
Cc: Alistair Strachan <astrachan at google.com>
Cc: Marissa Wall <marissaw at 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 (1):
  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

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

-- 
2.7.4



More information about the dri-devel mailing list