[PATCH 00/22] *** bug fixing serials ***

Monk Liu Monk.Liu at amd.com
Mon Feb 26 05:17:58 UTC 2018


*** those patches are mainly bug fixing for SR-iov and couple bare-metal case ***

Emily Deng (2):
  drm/amdgpu: Remove the memory leak after unload amdgpu driver
  drm/amdgpu: Correct sdma_v4 get_wptr

Monk Liu (20):
  drm/amdgpu: fix&cleanups for wb_clear
  drm/amdgpu: remove duplicated job_free_resources
  drm/amdgpu: skip ECC for SRIOV in gmc late_init
  drm/amdgpu: only flush hotplug work without DC
  drm/amdgpu: cond_exec only for schedule with a job
  drm/amdgpu: don't use MM idle_work for SRIOV
  drm/amdgpu: fix fence_emit NULL pointer ref risk
  drm/amdgpu: cleanups VCE/UVD ib test part
  drm/amdgpu: fix kmd reload bug on bare-metal
  drm/amdgpu: no need to count emitted for SRIOV
  drm/amdgpu: send rel event first after init failed
  drm/amdgpu: fix vce_ring test memleak
  drm/amdgpu: change gfx9 ib test to use WB
  drm/amdgpu: move WB_FREE to correct place
  drm/amdgpu: cleanup SA inti and fini
  drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
  drm/amdgpu: adjust timeout for ib_ring_tests
  drm/amdgpu: increase gart size to 512MB
  dma-buf/reservation: shouldn't kfree staged when slot available
  drm/amdgpu: fix reservation obj shared count bug

 drivers/dma-buf/reservation.c              |   7 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu.h        |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c |  46 +++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c  |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c     |  38 +++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c    |   6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c    |   1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c     |  61 ++--------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c    |  19 +++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c    |  59 +++++++++-------
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h    |   2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c     |   5 ++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c      | 110 ++++++++++++++++-------------
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c      |   4 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c     |  10 +--
 15 files changed, 190 insertions(+), 183 deletions(-)

-- 
2.7.4



More information about the amd-gfx mailing list