An error occurred fetching the project authors.
  1. 13 May, 2016 1 commit
  2. 11 May, 2016 2 commits
  3. 09 May, 2016 1 commit
  4. 03 May, 2016 1 commit
  5. 29 Apr, 2016 5 commits
  6. 28 Apr, 2016 7 commits
  7. 25 Apr, 2016 2 commits
  8. 20 Apr, 2016 3 commits
  9. 14 Apr, 2016 4 commits
  10. 13 Apr, 2016 1 commit
  11. 11 Apr, 2016 2 commits
  12. 09 Apr, 2016 3 commits
  13. 08 Apr, 2016 4 commits
  14. 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
  15. 24 Mar, 2016 1 commit
  16. 22 Mar, 2016 1 commit
  17. 18 Mar, 2016 1 commit