Re: [PATCH 2/2] drm/amdgpu: Add warning message for INT SW fallback.

2018-09-22 Thread Christian König

Am 21.09.2018 um 21:51 schrieb Andrey Grodzovsky:

Signed-off-by: Andrey Grodzovsky 
---
  drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
index da36731..1ae2583 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
@@ -274,6 +274,7 @@ static void amdgpu_fence_fallback(struct timer_list *t)
struct amdgpu_ring *ring = from_timer(ring, t,
  fence_drv.fallback_timer);
  
+	DRM_INFO("Fallback to SW interrupt on ring %s due to HW interrupt time out", ring->name);


Please make that a DRM_WARN(), apart from that the series is 
Reviewed-by: Christian König 


Thanks for taking care of this,
Christian.


amdgpu_fence_process(ring);
  }
  


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


Re: [PATCH 2/2] drm/amdgpu: Add warning message for INT SW fallback.

2018-09-21 Thread Deucher, Alexander
Series is:

Acked-by: Alex Deucher 


From: amd-gfx  on behalf of Andrey 
Grodzovsky 
Sent: Friday, September 21, 2018 3:51:45 PM
To: amd-gfx@lists.freedesktop.org
Cc: Grodzovsky, Andrey; Koenig, Christian
Subject: [PATCH 2/2] drm/amdgpu: Add warning message for INT SW fallback.

Signed-off-by: Andrey Grodzovsky 
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
index da36731..1ae2583 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
@@ -274,6 +274,7 @@ static void amdgpu_fence_fallback(struct timer_list *t)
 struct amdgpu_ring *ring = from_timer(ring, t,
   fence_drv.fallback_timer);

+   DRM_INFO("Fallback to SW interrupt on ring %s due to HW interrupt time 
out", ring->name);
 amdgpu_fence_process(ring);
 }

--
2.7.4

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


[PATCH 2/2] drm/amdgpu: Add warning message for INT SW fallback.

2018-09-21 Thread Andrey Grodzovsky
Signed-off-by: Andrey Grodzovsky 
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
index da36731..1ae2583 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
@@ -274,6 +274,7 @@ static void amdgpu_fence_fallback(struct timer_list *t)
struct amdgpu_ring *ring = from_timer(ring, t,
  fence_drv.fallback_timer);
 
+   DRM_INFO("Fallback to SW interrupt on ring %s due to HW interrupt time 
out", ring->name);
amdgpu_fence_process(ring);
 }
 
-- 
2.7.4

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