All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] *** VEGA10 SRIOV PATCHES ***
@ 2017-03-24 10:38 Monk Liu
       [not found] ` <1490351912-10122-1-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 34+ messages in thread
From: Monk Liu @ 2017-03-24 10:38 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Monk Liu

patch 1 is a fix for VI
patch 2 to patch 11 are bug fixings for vega10 for SRIOV
patch 12/13 is the DMAframe scheme change to fix CE VM fault after world switch.


Monk Liu (13):
  drm/amdgpu:imple cond_exec for gfx8
  drm/amdgpu:enable mcbp for gfx9
  drm/amdgpu:add KIQ interrupt id
  drm/amdgpu:virt_init_setting invoke is missed!
  drm/amdgpu:fix ring init sequence
  drm/amdgpu:change sequence of SDMA v4 init
  drm/amdgpu:two fixings for sdma v4 for SRIOV
  drm/amdgpu:no cg for soc15 of SRIOV
  drm/amdgpu:fix gmc_v9 vm fault process for SRIOV
  drm/amdgpu:fix ring_write_multiple
  drm/amdgpu:fix missing programing critical registers
  drm/amdgpu:changes in gfx DMAframe scheme
  drm/amdgpu:change emit_frame_size of gfx8

 drivers/gpu/drm/amd/amdgpu/amdgpu.h      |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c   |  8 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c |  6 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c   | 77 +++++++++++++++++++-------------
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c    | 57 ++++++++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c    | 37 ++++++++++-----
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c |  9 ++++
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c    | 28 ++++++++----
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c  |  9 ++++
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c   | 43 +++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/soc15.c       |  7 +++
 12 files changed, 206 insertions(+), 81 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] 34+ messages in thread

end of thread, other threads:[~2017-03-28  8:42 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24 10:38 [PATCH 00/13] *** VEGA10 SRIOV PATCHES *** Monk Liu
     [not found] ` <1490351912-10122-1-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 10:38   ` [PATCH 01/13] drm/amdgpu:imple cond_exec for gfx8 Monk Liu
     [not found]     ` <1490351912-10122-2-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:38       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 02/13] drm/amdgpu:enable mcbp for gfx9 Monk Liu
     [not found]     ` <1490351912-10122-3-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:38       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 03/13] drm/amdgpu:add KIQ interrupt id Monk Liu
     [not found]     ` <1490351912-10122-4-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:40       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 04/13] drm/amdgpu:virt_init_setting invoke is missed! Monk Liu
     [not found]     ` <1490351912-10122-5-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:40       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 05/13] drm/amdgpu:fix ring init sequence Monk Liu
     [not found]     ` <1490351912-10122-6-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-27 15:54       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 06/13] drm/amdgpu:change sequence of SDMA v4 init Monk Liu
     [not found]     ` <1490351912-10122-7-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:46       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 07/13] drm/amdgpu:two fixings for sdma v4 for SRIOV Monk Liu
     [not found]     ` <1490351912-10122-8-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:47       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 08/13] drm/amdgpu:no cg for soc15 of SRIOV Monk Liu
     [not found]     ` <1490351912-10122-9-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:47       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 09/13] drm/amdgpu:fix gmc_v9 vm fault process for SRIOV Monk Liu
     [not found]     ` <1490351912-10122-10-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:49       ` Deucher, Alexander
2017-03-27  1:51       ` Zhang, Jerry (Junwei)
     [not found]         ` <58D8700C.1030305-5C7GfCeVMHo@public.gmane.org>
2017-03-27  6:39           ` Christian König
     [not found]             ` <56a0f0fb-42f7-9b1e-ffaa-caa142a84e1c-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-03-27  7:00               ` Zhang, Jerry (Junwei)
2017-03-24 10:38   ` [PATCH 10/13] drm/amdgpu:fix ring_write_multiple Monk Liu
     [not found]     ` <1490351912-10122-11-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-27 15:54       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 11/13] drm/amdgpu:fix missing programing critical registers Monk Liu
     [not found]     ` <1490351912-10122-12-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:50       ` Deucher, Alexander
2017-03-24 10:38   ` [PATCH 12/13] drm/amdgpu:changes in gfx DMAframe scheme Monk Liu
     [not found]     ` <1490351912-10122-13-git-send-email-Monk.Liu-5C7GfCeVMHo@public.gmane.org>
2017-03-27 15:59       ` Deucher, Alexander
2017-03-27 16:16       ` Christian König
     [not found]         ` <0befd76b-3656-af37-e820-8d84660cf20e-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-03-28  3:23           ` 答复: " Liu, Monk
     [not found]             ` <DM5PR12MB16103525AF905E70A4BB6C0C84320-2J9CzHegvk++jCVTvoAFKAdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-28  8:33               ` Christian König
     [not found]                 ` <fc8681ca-4fa1-b75e-da70-7e573059cb85-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-03-28  8:42                   ` 答复: " Liu, Monk
2017-03-24 10:38   ` [PATCH 13/13] drm/amdgpu:change emit_frame_size of gfx8 Monk Liu
2017-03-24 11:39   ` [PATCH 00/13] *** VEGA10 SRIOV PATCHES *** Yu, Xiangliang

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.