From: Jani Nikula <jani.nikula@linux.intel.com>
To: Jasmine Newsome <jasmine.newsome@intel.com>,
Intel-GFX@Lists.FreeDesktop.Org
Cc: thomas.hellstrom@intel.com, jasmine.newsome@intel.com
Subject: Re: [Intel-gfx] [PATCH] drm/i915/gem: Use local pointer for __i915_ttm_move
Date: Thu, 09 Dec 2021 11:53:48 +0200 [thread overview]
Message-ID: <875yry3xzn.fsf@intel.com> (raw)
In-Reply-To: <20211203204753.1634865-1-jasmine.newsome@intel.com>
On Fri, 03 Dec 2021, Jasmine Newsome <jasmine.newsome@intel.com> wrote:
> Replace pointer bo->ttm with ttm in i915_ttm_move
> when passed as argument to __i915_ttm_move
Signed-off-by missing.
> ---
> 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);
> }
--
Jani Nikula, Intel Open Source Graphics Center
prev parent reply other threads:[~2021-12-09 16:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Jani Nikula [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875yry3xzn.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=Intel-GFX@Lists.FreeDesktop.Org \
--cc=jasmine.newsome@intel.com \
--cc=thomas.hellstrom@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox