All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] *** GPU recover V3 ***
@ 2017-10-30  4:15 Monk Liu
       [not found] ` <1509336909-11455-1-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Monk Liu @ 2017-10-30  4:15 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Monk Liu

*** job skipping logic in scheduler part is re-implemented  ***

Monk Liu (7):
  amd/scheduler:imple job skip feature(v3)
  drm/amdgpu:implement new GPU recover(v3)
  drm/amdgpu:cleanup in_sriov_reset and lock_reset
  drm/amdgpu:cleanup ucode_init_bo
  drm/amdgpu:block kms open during gpu_reset
  drm/amdgpu/sriov:fix memory leak in psp_load_fw
  drm/amdgpu:fix random missing of FLR NOTIFY

 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |   9 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c    | 311 ++++++++++++--------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c     |  10 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c       |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c       |  18 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c       |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c       |  22 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c     |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c      |   2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h      |   2 -
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c         |   6 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c         |   6 +-
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c         |  16 +-
 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c         |   2 +-
 drivers/gpu/drm/amd/scheduler/gpu_scheduler.c |  39 ++--
 15 files changed, 220 insertions(+), 232 deletions(-)

-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2017-11-13 15:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30  4:15 [PATCH 0/7] *** GPU recover V3 *** Monk Liu
     [not found] ` <1509336909-11455-1-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-10-30  4:15   ` [PATCH 1/6] amd/scheduler:imple job skip feature(v3) Monk Liu
     [not found]     ` <1509336909-11455-2-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-10-30 10:00       ` Christian König
     [not found]         ` <de065e02-acb7-2891-70ca-5eab3ce3365d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-10-30 10:33           ` Liu, Monk
2017-10-30  4:15   ` [PATCH 2/6] drm/amdgpu:implement new GPU recover(v3) Monk Liu
     [not found]     ` <1509336909-11455-3-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-10-30 10:06       ` Christian König
2017-10-30  4:15   ` [PATCH 3/6] drm/amdgpu:cleanup in_sriov_reset and lock_reset Monk Liu
     [not found]     ` <1509336909-11455-4-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-10-30 10:36       ` Christian König
2017-10-30  4:15   ` [PATCH 4/6] drm/amdgpu:cleanup ucode_init_bo Monk Liu
     [not found]     ` <1509336909-11455-5-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-10-30 10:36       ` Christian König
2017-10-30  4:15   ` [PATCH 5/6] drm/amdgpu/sriov:fix memory leak in psp_load_fw Monk Liu
     [not found]     ` <1509336909-11455-6-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-10-30 10:37       ` Christian König
2017-10-30  4:15   ` [PATCH 6/6] drm/amdgpu:fix random missing of FLR NOTIFY Monk Liu
     [not found]     ` <1509336909-11455-7-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-10-30 10:37       ` Christian König
2017-11-09  9:35   ` [PATCH 0/7] *** GPU recover V3 *** Julien Isorce
     [not found]     ` <CAHWPjbU=47WZzbdWYPbP360v4qa6t=_pCtkYcxO2J4bSwA8jVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-09 18:08       ` Alex Deucher
     [not found]         ` <CADnq5_Otuz78P8YuoSYZNNx+iy2Pi4bBqLxvt4NrhwYDWXtjLw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-13 11:24           ` Julien Isorce
     [not found]             ` <CAHWPjbX+gqRLMgr896kzSXPeQnUU8X3_1jPfZtfzLB_VsuEa3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-13 15:23               ` Alex Deucher
2017-11-10  7:51       ` Liu, Monk
     [not found]         ` <BY1PR12MB0456E48B02CFAE654F1F145484540-PicGAnIBOoZZHrdT0E092gdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-11-13 11:26           ` Julien Isorce

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.