All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Enable BACO function on VG20
@ 2019-01-11  3:19 Jim Qu
       [not found] ` <20190111031950.32475-1-Jim.Qu-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jim Qu @ 2019-01-11  3:19 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Jim Qu


Jim Qu (5):
  drm/amdgpu: update NBIO v7.4 to support BACO
  drm/amdgpu: also include NBIO v7.4 register mask header
  drm/amdgpu: update THM IP register header to support BACO
  drm/amdgpu/powerper: add vega20 BACO functins
  drm/amdgpu: use BACO reset on vega20 if platform support

 drivers/gpu/drm/amd/amdgpu/soc15.c            |  1 +
 .../include/asic_reg/nbio/nbio_7_4_offset.h   |  2 +
 .../include/asic_reg/nbio/nbio_7_4_sh_mask.h  |  3 +
 .../include/asic_reg/thm/thm_11_0_2_offset.h  |  3 +
 drivers/gpu/drm/amd/powerplay/hwmgr/Makefile  |  2 +-
 .../gpu/drm/amd/powerplay/hwmgr/vega20_baco.c | 81 +++++++++++++++++++
 .../gpu/drm/amd/powerplay/hwmgr/vega20_baco.h | 34 ++++++++
 .../drm/amd/powerplay/hwmgr/vega20_hwmgr.c    |  5 ++
 .../gpu/drm/amd/powerplay/hwmgr/vega20_inc.h  |  1 +
 9 files changed, 131 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.c
 create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.h

-- 
2.17.1

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

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

end of thread, other threads:[~2019-01-11  3:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-11  3:19 [PATCH 0/5] Enable BACO function on VG20 Jim Qu
     [not found] ` <20190111031950.32475-1-Jim.Qu-5C7GfCeVMHo@public.gmane.org>
2019-01-11  3:19   ` [PATCH 1/5] drm/amdgpu: update NBIO v7.4 to support BACO Jim Qu
2019-01-11  3:19   ` [PATCH 2/5] drm/amdgpu: also include NBIO v7.4 register mask header Jim Qu
2019-01-11  3:19   ` [PATCH 3/5] drm/amdgpu: update THM IP register header to support BACO Jim Qu
2019-01-11  3:19   ` [PATCH 4/5] drm/amdgpu/powerper: add vega20 BACO functins Jim Qu
2019-01-11  3:19   ` [PATCH 5/5] drm/amdgpu: use BACO reset on vega20 if platform support Jim Qu

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.