All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: remove unused variables
@ 2021-03-23 17:06 Alex Deucher
  2021-03-23 17:06 ` [PATCH] drm/amdgpu/display: fix memory leak for dimgrey cavefish Alex Deucher
  2021-03-23 17:06 ` [PATCH] drm/amdgpu/display: fix clkmgr for SI Alex Deucher
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Deucher @ 2021-03-23 17:06 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

Leftover from the GPU reset rework.  Remove them.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 324b9e6b2965..5d73943797f6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -4694,7 +4694,6 @@ int amdgpu_device_gpu_recover(struct amdgpu_device *adev,
 			      struct amdgpu_job *job)
 {
 	struct list_head device_list, *device_list_handle =  NULL;
-	bool need_full_reset = false;
 	bool job_signaled = false;
 	struct amdgpu_hive_info *hive = NULL;
 	struct amdgpu_device *tmp_adev = NULL;
@@ -5234,7 +5233,6 @@ pci_ers_result_t amdgpu_pci_slot_reset(struct pci_dev *pdev)
 	struct amdgpu_device *adev = drm_to_adev(dev);
 	int r, i;
 	struct amdgpu_reset_context reset_context;
-	bool need_full_reset = true;
 	u32 memsize;
 	struct list_head device_list;
 
-- 
2.30.2

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

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

end of thread, other threads:[~2021-03-23 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 17:06 [PATCH] drm/amdgpu: remove unused variables Alex Deucher
2021-03-23 17:06 ` [PATCH] drm/amdgpu/display: fix memory leak for dimgrey cavefish Alex Deucher
2021-03-23 17:06 ` [PATCH] drm/amdgpu/display: fix clkmgr for SI Alex Deucher
2021-03-23 17:47   ` Nirmoy

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.