AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/amdgpu: drop non-necessary call trace dump
@ 2022-07-20  9:06 Evan Quan
  2022-07-20  9:06 ` [PATCH 2/2] drm/amdgpu: move mes self test after drm sched re-started Evan Quan
  2022-07-20 12:50 ` [PATCH 1/2] drm/amdgpu: drop non-necessary call trace dump Christian König
  0 siblings, 2 replies; 3+ messages in thread
From: Evan Quan @ 2022-07-20  9:06 UTC (permalink / raw)
  To: amd-gfx; +Cc: alexander.deucher, Evan Quan, hawking.zhang

This extra call trace dump comes out in every gpu reset.
And it gives people a wrong impression that something
went wrong. Although actually there was not.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Change-Id: I884af405b6b3cd52b9024408a21fd39811a01f4d
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index b79ee4ffb879..1b1a70a6da18 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -4667,7 +4667,6 @@ static int amdgpu_reset_reg_dumps(struct amdgpu_device *adev)
 	int i;
 
 	lockdep_assert_held(&adev->reset_domain->sem);
-	dump_stack();
 
 	for (i = 0; i < adev->num_regs; i++) {
 		adev->reset_dump_reg_value[i] = RREG32(adev->reset_dump_reg_list[i]);
-- 
2.29.0


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

end of thread, other threads:[~2022-07-20 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20  9:06 [PATCH 1/2] drm/amdgpu: drop non-necessary call trace dump Evan Quan
2022-07-20  9:06 ` [PATCH 2/2] drm/amdgpu: move mes self test after drm sched re-started Evan Quan
2022-07-20 12:50 ` [PATCH 1/2] drm/amdgpu: drop non-necessary call trace dump Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox