[pull] amdgpu drm-next-4.13

Alex Deucher alexdeucher at gmail.com
Mon Jun 19 21:39:06 UTC 2017


Hi Dave,

Take two.  More stuff for 4.13:
- Semaphore support using sync objects
- Optimize bo list ioctl
Drop fb_location changes for now

The following changes since commit 925344ccc91d7a7fd84cab2dece1c34bbd86fd8c:

  BackMerge tag 'v4.12-rc5' into drm-next (2017-06-16 13:58:27 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-next-4.13

for you to fetch changes up to 5ac55629d6b3fcde69f46aa772c6e83be0bdcbbf:

  drm/amdgpu: Optimize mutex usage (v4) (2017-06-19 17:31:22 -0400)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: don't check the default value for vm size

Alex Xie (2):
      drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2)
      drm/amdgpu: Optimize mutex usage (v4)

Dave Airlie (2):
      amdgpu/cs: split out fence dependency checking (v2)
      amdgpu: use drm sync objects for shared semaphores (v6)

 drivers/gpu/drm/amd/amdgpu/amdgpu.h         |   5 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c |  89 +++++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c      | 181 +++++++++++++++++++++-------
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c  |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c     |   2 +-
 include/uapi/drm/amdgpu_drm.h               |   6 +
 6 files changed, 210 insertions(+), 77 deletions(-)


More information about the amd-gfx mailing list