1. 09 5月, 2016 1 次提交
  2. 03 5月, 2016 1 次提交
  3. 29 4月, 2016 5 次提交
  4. 28 4月, 2016 7 次提交
  5. 25 4月, 2016 2 次提交
  6. 20 4月, 2016 3 次提交
  7. 14 4月, 2016 4 次提交
  8. 13 4月, 2016 1 次提交
  9. 12 4月, 2016 2 次提交
  10. 09 4月, 2016 3 次提交
  11. 08 4月, 2016 4 次提交
  12. 31 3月, 2016 1 次提交
    • J
      drm/i915: Refer to GGTT {,VM} consistently · 72e96d64
      Joonas Lahtinen 提交于
      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: NJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Reviewed-by: NChris Wilson <chris@chris-wilson.co.uk>
      72e96d64
  13. 24 3月, 2016 1 次提交
  14. 22 3月, 2016 1 次提交
  15. 18 3月, 2016 3 次提交
  16. 16 3月, 2016 1 次提交