All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/amdgpu: fix re-program vm invalidate eng address range for gfxhub on resume
@ 2017-05-17  7:38 Huang Rui
       [not found] ` <1495006729-17310-1-git-send-email-ray.huang-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Huang Rui @ 2017-05-17  7:38 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Alex Deucher,
	Christian König
  Cc: Chunming Zhou, Huang Rui, Alvin Huan, Ken Wang

Signed-off-by: Huang Rui <ray.huang@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c b/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c
index 005075f..41313514 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c
@@ -368,7 +368,7 @@ static int gfxhub_v1_0_suspend(void *handle)
 
 static int gfxhub_v1_0_resume(void *handle)
 {
-	return 0;
+	return gfxhub_v1_0_hw_init(handle);
 }
 
 static bool gfxhub_v1_0_is_idle(void *handle)
-- 
2.7.4

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

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-17  7:38 [PATCH 1/2] drm/amdgpu: fix re-program vm invalidate eng address range for gfxhub on resume Huang Rui
     [not found] ` <1495006729-17310-1-git-send-email-ray.huang-5C7GfCeVMHo@public.gmane.org>
2017-05-17  7:38   ` [PATCH 2/2] drm/amdgpu: fix re-program vm invalidate eng address range for mmhub " Huang Rui
     [not found]     ` <1495006729-17310-2-git-send-email-ray.huang-5C7GfCeVMHo@public.gmane.org>
2017-05-17  8:01       ` Wang, Ken
2017-05-17  7:43   ` [PATCH 1/2] drm/amdgpu: fix re-program vm invalidate eng address range for gfxhub " zhoucm1
     [not found]     ` <591BFF33.2010303-5C7GfCeVMHo@public.gmane.org>
2017-05-17  7:55       ` Huang Rui
2017-05-17  8:11         ` zhoucm1
     [not found]           ` <591C05B5.4090902-5C7GfCeVMHo@public.gmane.org>
2017-05-17  8:19             ` zhoucm1
2017-05-17  8:19             ` Christian König
     [not found]               ` <806d8b04-e983-ee6b-234f-9cd9fde4a3f5-5C7GfCeVMHo@public.gmane.org>
2017-05-17  8:22                 ` zhoucm1
     [not found]                   ` <591C083E.9020801-5C7GfCeVMHo@public.gmane.org>
2017-05-17  8:42                     ` Christian König
2017-05-17  8:16         ` Christian König
     [not found]           ` <73fa42d9-1994-83ed-db9f-7c601f8a4598-5C7GfCeVMHo@public.gmane.org>
2017-05-17  8:33             ` Huang Rui

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.