Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915/gem: Use local pointer for __i915_ttm_move
@ 2021-12-03 20:47 Jasmine Newsome
  2021-12-03 20:57 ` Sudeep Dutt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jasmine Newsome @ 2021-12-03 20:47 UTC (permalink / raw)
  To: Intel-GFX; +Cc: thomas.hellstrom, jasmine.newsome

Replace pointer bo->ttm with ttm in i915_ttm_move
when passed as argument to __i915_ttm_move
---
 drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c b/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
index 80df9f592407..56b6573b5c93 100644
--- a/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
+++ b/drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c
@@ -763,7 +763,7 @@ int i915_ttm_move(struct ttm_buffer_object *bo, bool evict,
 			return PTR_ERR(dep);
 		}
 
-		migration_fence = __i915_ttm_move(bo, clear, dst_mem, bo->ttm,
+		migration_fence = __i915_ttm_move(bo, clear, dst_mem, ttm,
 						  dst_rsgt, true, dep);
 		dma_fence_put(dep);
 	}
-- 
2.25.1


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

end of thread, other threads:[~2021-12-09 16:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03 20:47 [Intel-gfx] [PATCH] drm/i915/gem: Use local pointer for __i915_ttm_move Jasmine Newsome
2021-12-03 20:57 ` Sudeep Dutt
2021-12-03 22:52 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2021-12-03 23:29 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-12-04 10:54 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-12-09  9:53 ` [Intel-gfx] [PATCH] " Jani Nikula

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