All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/amdgpu: add get clockgating functions for new asic
@ 2017-03-24  5:47 Huang Rui
       [not found] ` <1490334466-17596-1-git-send-email-ray.huang-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Huang Rui @ 2017-03-24  5:47 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Alex Deucher
  Cc: Alvin Huan, Huang Rui

Hi all,

This patch set adds get_clockgating functions, after that, we can use
debugfs pm to check the dynamic clockgating status.

Thanks,
Rui

Huang Rui (6):
  drm/amdgpu: add get_clockgating callback for gfx v9
  drm/amdgpu: add get_clockgating callback for nbio v6.1
  drm/amdgpu: add get_clockgating callback for soc15
  drm/amdgpu: add get_clockgating for sdma v4
  drm/amdgpu: add get_clockgating callback for mmhub v1
  drm/amdgpu: fix to remove HDP MGCG on soc15

 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c  |  6 +++++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c   | 43 +++++++++++++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 17 +++++++++++++
 drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c  | 15 ++++++++++++
 drivers/gpu/drm/amd/amdgpu/nbio_v6_1.h  |  1 +
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c  | 17 +++++++++++++
 drivers/gpu/drm/amd/amdgpu/soc15.c      | 35 ++++++++++++++++++++++++++-
 7 files changed, 133 insertions(+), 1 deletion(-)

-- 
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] 10+ messages in thread

end of thread, other threads:[~2017-03-24 14:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24  5:47 [PATCH 0/6] drm/amdgpu: add get clockgating functions for new asic Huang Rui
     [not found] ` <1490334466-17596-1-git-send-email-ray.huang-5C7GfCeVMHo@public.gmane.org>
2017-03-24  5:47   ` [PATCH 1/6] drm/amdgpu: add get_clockgating callback for gfx v9 Huang Rui
2017-03-24  5:47   ` [PATCH 2/6] drm/amdgpu: add get_clockgating callback for nbio v6.1 Huang Rui
2017-03-24  5:47   ` [PATCH 3/6] drm/amdgpu: add get_clockgating callback for soc15 Huang Rui
     [not found]     ` <1490334466-17596-4-git-send-email-ray.huang-5C7GfCeVMHo@public.gmane.org>
2017-03-24 12:49       ` William Lewis
2017-03-24  5:47   ` [PATCH 4/6] drm/amdgpu: add get_clockgating for sdma v4 Huang Rui
2017-03-24  5:47   ` [PATCH 5/6] drm/amdgpu: add get_clockgating callback for mmhub v1 Huang Rui
2017-03-24  5:47   ` [PATCH 6/6] drm/amdgpu: fix to remove HDP MGCG on soc15 Huang Rui
     [not found]     ` <1490334466-17596-7-git-send-email-ray.huang-5C7GfCeVMHo@public.gmane.org>
2017-03-24 14:19       ` Deucher, Alexander
2017-03-24 12:57   ` [PATCH 0/6] drm/amdgpu: add get clockgating functions for new asic Edward O'Callaghan

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.