All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/amdgpu: cleanup gmc v10 ip block
@ 2020-07-21 10:29 Huang Rui
  2020-07-21 10:29 ` [PATCH 1/5] drm/amdgpu: add member to store vm fault interrupt masks Huang Rui
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Huang Rui @ 2020-07-21 10:29 UTC (permalink / raw)
  To: amd-gfx; +Cc: Huang Rui

GMC v10 includes gc and mmhub header files. It's not good to support multiple
versions of gfxhub and mmhub. Because it may bring up the register mismatches.

So this cleanup is to remove gc and mmhub headers in gmc_v10.c and introduce
vmhub funcs helper to move all programming and accessing to the gfxhub/mmhub
level.

Thanks,
Ray

Huang Rui (5):
  drm/amdgpu: add member to store vm fault interrupt masks
  drm/amdgpu: abstract set_vm_fault_masks function to refine the
    programming
  drm/amdgpu: add vmhub funcs helper
  drm/amdgpu: move get_invalidate_req function into gfxhub/mmhub level
  drm/amdgpu: won't include gc and mmhub register headers in GMC block

 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c  |  20 ++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h  |  14 ++++
 drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c |  63 ++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gfxhub_v2_1.c |  63 ++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c   | 106 +++----------------------------
 drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c  |  63 ++++++++++++++++++
 6 files changed, 232 insertions(+), 97 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] 9+ messages in thread

end of thread, other threads:[~2020-07-22  8:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-21 10:29 [PATCH 0/5] drm/amdgpu: cleanup gmc v10 ip block Huang Rui
2020-07-21 10:29 ` [PATCH 1/5] drm/amdgpu: add member to store vm fault interrupt masks Huang Rui
2020-07-21 10:29 ` [PATCH 2/5] drm/amdgpu: abstract set_vm_fault_masks function to refine the programming Huang Rui
2020-07-21 10:29 ` [PATCH 3/5] drm/amdgpu: add vmhub funcs helper Huang Rui
2020-07-22  8:15   ` Christian König
2020-07-22  8:37     ` Huang Rui
2020-07-21 10:29 ` [PATCH 4/5] drm/amdgpu: move get_invalidate_req function into gfxhub/mmhub level Huang Rui
2020-07-21 10:29 ` [PATCH 5/5] drm/amdgpu: won't include gc and mmhub register headers in GMC block Huang Rui
2020-07-22  1:13   ` Alex Deucher

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.