commit | 62106b4f6b9118073ec59e3e34ec393ed76cf24f | [log] [tgz] |
---|---|---|
author | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | Fri Mar 18 10:42:57 2016 +0200 |
committer | Joonas Lahtinen <joonas.lahtinen@linux.intel.com> | Fri Mar 18 15:18:15 2016 +0200 |
tree | 6df24203169102d048c1950b1c955c94209d109a | |
parent | dc3b04fbf43227e21fa95dbe6c7a13def655c891 [diff] |
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt Refer to Global GTT consistently as GGTT, thus rename dev_priv->gtt to dev_priv->ggtt and struct i915_gtt to struct i915_ggtt. Fix a couple of whitespace problems while at it. v2: - Fix a typo in commit message. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>