An error occurred fetching the project authors.
  1. 15 Jul, 2016 1 commit
  2. 23 May, 2016 4 commits
  3. 20 Apr, 2016 3 commits
  4. 18 Apr, 2016 3 commits
  5. 14 Apr, 2016 4 commits
  6. 13 Apr, 2016 1 commit
  7. 11 Apr, 2016 2 commits
  8. 09 Apr, 2016 3 commits
  9. 08 Apr, 2016 4 commits
  10. 31 Mar, 2016 1 commit
    • Joonas Lahtinen's avatar
      drm/i915: Refer to GGTT {,VM} consistently · 72e96d64
      Joonas Lahtinen authored
      Refer to the GGTT VM consistently as "ggtt->base" instead of just "ggtt",
      "vm" or indirectly through other variables like "dev_priv->ggtt.base"
      to avoid confusion with the i915_ggtt object itself and PPGTT VMs.
      
      Refer to the GGTT as "ggtt" instead of indirectly through chaining.
      
      As a bonus gets rid of the long-standing i915_obj_to_ggtt vs.
      i915_gem_obj_to_ggtt conflict, due to removal of i915_obj_to_ggtt!
      
      v2:
      - Added some more after grepping sources with Chris
      
      v3:
      - Refer to GGTT VM through ggtt->base consistently instead of ggtt_vm
        (Chris)
      
      v4:
      - Convert all dev_priv->ggtt->foo accesses to ggtt->foo.
      
      v5:
      - Make patch checker happy
      
      Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
      Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: default avatarJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
      72e96d64
  11. 24 Mar, 2016 1 commit
  12. 22 Mar, 2016 1 commit
  13. 18 Mar, 2016 3 commits
  14. 16 Mar, 2016 5 commits
  15. 15 Feb, 2016 1 commit
  16. 11 Feb, 2016 1 commit
  17. 29 Jan, 2016 1 commit
  18. 25 Jan, 2016 1 commit