* [PATCH] drm/i915: Whitespace fix in gen6_ppgtt_init
@ 2013-05-04 0:12 Ben Widawsky
2013-05-04 8:40 ` Daniel Vetter
0 siblings, 1 reply; 2+ messages in thread
From: Ben Widawsky @ 2013-05-04 0:12 UTC (permalink / raw)
To: intel-gfx; +Cc: Ben Widawsky
When the recent pde calculation was fixed in:
commit 43b27290dd42b40f3f23f49677a7faa5a4eb1eff
Author: Zhang, Xiong Y <xiong.y.zhang@intel.com>
Date: Sat Apr 27 09:53:33 2013 +0000
drm/i915: correct the calculation of first_pd_entry_in_global_pt
It had whitespace errors which I thought Daniel caught and fixed on
merge, but I still see it here on -nightly.
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
---
drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c
index 1718936..09b7310 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.c
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
@@ -263,7 +263,7 @@ static int gen6_ppgtt_init(struct i915_hw_ppgtt *ppgtt)
/* ppgtt PDEs reside in the global gtt pagetable, which has 512*1024
* entries. For aliasing ppgtt support we just steal them at the end for
* now. */
- first_pd_entry_in_global_pt = gtt_total_entries(dev_priv->gtt);
+ first_pd_entry_in_global_pt = gtt_total_entries(dev_priv->gtt);
if (IS_HASWELL(dev)) {
ppgtt->pte_encode = hsw_pte_encode;
--
1.8.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/i915: Whitespace fix in gen6_ppgtt_init
2013-05-04 0:12 [PATCH] drm/i915: Whitespace fix in gen6_ppgtt_init Ben Widawsky
@ 2013-05-04 8:40 ` Daniel Vetter
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2013-05-04 8:40 UTC (permalink / raw)
To: Ben Widawsky; +Cc: intel-gfx
On Fri, May 03, 2013 at 05:12:59PM -0700, Ben Widawsky wrote:
> When the recent pde calculation was fixed in:
> commit 43b27290dd42b40f3f23f49677a7faa5a4eb1eff
> Author: Zhang, Xiong Y <xiong.y.zhang@intel.com>
> Date: Sat Apr 27 09:53:33 2013 +0000
>
> drm/i915: correct the calculation of first_pd_entry_in_global_pt
>
> It had whitespace errors which I thought Daniel caught and fixed on
> merge, but I still see it here on -nightly.
>
> Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
git seems to be doing something funny when merging dinq and -fixes. It's
not really a rerere mismatch, since I've killed that and re-resolved the
conflicts. Anyway, I've used your patch to fix up the -nightly merge for
now and will use it once I'll do an official backmerge.
Thanks, Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-04 8:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-04 0:12 [PATCH] drm/i915: Whitespace fix in gen6_ppgtt_init Ben Widawsky
2013-05-04 8:40 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox