amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] drm/amdgpu/sdma4: add renoir to powergating setup
@ 2020-05-19 15:44 Alex Deucher
  2020-05-19 15:44 ` [PATCH 2/7] drm/amdgpu/gfx10: add navi12 to gfxoff case Alex Deucher
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Alex Deucher @ 2020-05-19 15:44 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

Looks like renoir should be handled here as well.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---

Can someone test this on renoir?

 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
index 9077507b425a..a8cad03b1c42 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
@@ -2203,6 +2203,7 @@ static int sdma_v4_0_set_powergating_state(void *handle,
 
 	switch (adev->asic_type) {
 	case CHIP_RAVEN:
+	case CHIP_RENOIR:
 		sdma_v4_1_update_power_gating(adev,
 				state == AMD_PG_STATE_GATE ? true : false);
 		break;
-- 
2.25.4

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

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

end of thread, other threads:[~2020-05-22  5:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 15:44 [PATCH 1/7] drm/amdgpu/sdma4: add renoir to powergating setup Alex Deucher
2020-05-19 15:44 ` [PATCH 2/7] drm/amdgpu/gfx10: add navi12 to gfxoff case Alex Deucher
2020-05-19 15:44 ` [PATCH 3/7] drm/amdgpu: simplify raven and renoir checks Alex Deucher
2020-05-19 15:44 ` [PATCH 4/7] drm/amdgpu: simplify CZ/ST and KV/KB/ML checks Alex Deucher
2020-05-19 15:44 ` [PATCH 5/7] drm/amdgpu: simplify mec2 fw check Alex Deucher
2020-05-19 15:44 ` [PATCH 6/7] drm/amdgpu/sdma4: simplify the logic around powering up sdma Alex Deucher
2020-05-19 15:44 ` [PATCH 7/7] drm/amdgpu: put some case statments in family order Alex Deucher
2020-05-21 14:16 ` [PATCH 1/7] drm/amdgpu/sdma4: add renoir to powergating setup Alex Deucher
2020-05-22  5:45   ` Quan, Evan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).