* [PATCH] drm/i915: Log correct start and length in pte map trace
@ 2015-10-13 10:24 Michel Thierry
2015-10-14 7:23 ` Jani Nikula
0 siblings, 1 reply; 2+ messages in thread
From: Michel Thierry @ 2015-10-13 10:24 UTC (permalink / raw)
To: intel-gfx; +Cc: Akash Goel
The PTE_map trace added in commit 4c06ec8d13d2 ("drm/i915/gen8: Add
dynamic page trace events") was using the full start and length values,
instead of the page directory ones.
Since this is just a trace, I don't think it requires cc'ing stable.
Cc: Akash Goel <akash.goel@intel.com>
Signed-off-by: Michel Thierry <michel.thierry@intel.com>
---
drivers/gpu/drm/i915/i915_gem_gtt.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c
index e81990d..642fe87 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.c
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
@@ -1305,8 +1305,8 @@ static int gen8_alloc_va_range_3lvl(struct i915_address_space *vm,
page_directory[pde] = gen8_pde_encode(px_dma(pt),
I915_CACHE_LLC);
trace_i915_page_table_entry_map(&ppgtt->base, pde, pt,
- gen8_pte_index(start),
- gen8_pte_count(start, length),
+ gen8_pte_index(pd_start),
+ gen8_pte_count(pd_start, pd_len),
GEN8_PTES);
/* NB: We haven't yet mapped ptes to pages. At this
--
2.6.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/i915: Log correct start and length in pte map trace
2015-10-13 10:24 [PATCH] drm/i915: Log correct start and length in pte map trace Michel Thierry
@ 2015-10-14 7:23 ` Jani Nikula
0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2015-10-14 7:23 UTC (permalink / raw)
To: Michel Thierry, intel-gfx; +Cc: Akash Goel
On Tue, 13 Oct 2015, Michel Thierry <michel.thierry@intel.com> wrote:
> The PTE_map trace added in commit 4c06ec8d13d2 ("drm/i915/gen8: Add
> dynamic page trace events") was using the full start and length values,
> instead of the page directory ones.
>
> Since this is just a trace, I don't think it requires cc'ing stable.
Especially not since 4c06ec8d13d2 is not even in Linus' tree yet.
BR,
Jani.
>
> Cc: Akash Goel <akash.goel@intel.com>
> Signed-off-by: Michel Thierry <michel.thierry@intel.com>
> ---
> drivers/gpu/drm/i915/i915_gem_gtt.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c
> index e81990d..642fe87 100644
> --- a/drivers/gpu/drm/i915/i915_gem_gtt.c
> +++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
> @@ -1305,8 +1305,8 @@ static int gen8_alloc_va_range_3lvl(struct i915_address_space *vm,
> page_directory[pde] = gen8_pde_encode(px_dma(pt),
> I915_CACHE_LLC);
> trace_i915_page_table_entry_map(&ppgtt->base, pde, pt,
> - gen8_pte_index(start),
> - gen8_pte_count(start, length),
> + gen8_pte_index(pd_start),
> + gen8_pte_count(pd_start, pd_len),
> GEN8_PTES);
>
> /* NB: We haven't yet mapped ptes to pages. At this
> --
> 2.6.0
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-14 7:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 10:24 [PATCH] drm/i915: Log correct start and length in pte map trace Michel Thierry
2015-10-14 7:23 ` Jani Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox