| From 09323567097a7d0077577256c3819aa19b4c925c Mon Sep 17 00:00:00 2001 |
| From: James Ausmus <james.ausmus@intel.com> |
| Date: Fri, 20 Sep 2013 15:40:40 -0700 |
| Subject: drm/i915: Fix whitespace issue in i915_gem_gtt |
| |
| This fixes the whitespace issue fixed up in the merge commit |
| e1b73cba13a0cc68dd4f746eced15bd6bb24cda4 ("Merge tag 'v3.10-rc2' into |
| drm-intel-next-queued") |
| |
| Signed-off-by: James Ausmus <james.ausmus@intel.com> |
| (cherry picked from |
| https://chromium.googlesource.com/chromiumos/third_party/kernel-next |
| chromeos-3.10, 7ba2021ae44ef8d64d3d79b0b5f9e096395f160a) |
| Signed-off-by: Darren Hart <dvhart@linux.intel.com> |
| --- |
| 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 95acae13b059..5101ab6869b4 100644 |
| --- a/drivers/gpu/drm/i915/i915_gem_gtt.c |
| +++ b/drivers/gpu/drm/i915/i915_gem_gtt.c |
| @@ -269,7 +269,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.5.rc3 |
| |