mbox series

[0/4] drm/msm: uapi updates

Message ID 20181130150050.13762-1-robdclark@gmail.com (mailing list archive)
Headers show
Series drm/msm: uapi updates | expand

Message

Rob Clark Nov. 30, 2018, 3 p.m. UTC
This applies on top of this patchset from Jordan Crouse:

  https://patchwork.freedesktop.org/series/52193/

But with patch 8/9 dropped, and instead support to set debug name added
to the GEM_INFO ioctl.  This was mainly motivated by freedreno's user-
space bo cache, where a buffer can be recycled for a different purpose
(and therefore a debug name set at GEM_NEW time would no be no longer
valid).

For now you can find the corresponding userspace:

  https://github.com/freedreno/mesa/commits/wip/invalidate-all-the-things


Rob Clark (4):
  drm/msm/gpu: add submit flag to hint which buffers should be dumped
  drm/msm: rework GEM_INFO ioctl
  drm/msm: add uapi to get/set debug name
  drm/msm: bump UAPI version

 drivers/gpu/drm/msm/msm_drv.c        | 65 +++++++++++++++++++++++-----
 drivers/gpu/drm/msm/msm_gem_submit.c |  5 ++-
 drivers/gpu/drm/msm/msm_rd.c         | 13 ++++--
 include/uapi/drm/msm_drm.h           | 24 +++++++---
 4 files changed, 86 insertions(+), 21 deletions(-)