1. 07 1月, 2017 1 次提交
  2. 20 12月, 2016 5 次提交
  3. 08 12月, 2016 1 次提交
  4. 07 12月, 2016 1 次提交
  5. 02 12月, 2016 1 次提交
  6. 19 11月, 2016 1 次提交
  7. 18 11月, 2016 1 次提交
  8. 17 11月, 2016 2 次提交
  9. 11 11月, 2016 1 次提交
  10. 02 11月, 2016 1 次提交
  11. 01 11月, 2016 1 次提交
  12. 29 10月, 2016 3 次提交
  13. 14 10月, 2016 4 次提交
  14. 22 8月, 2016 1 次提交
  15. 17 8月, 2016 1 次提交
  16. 15 8月, 2016 1 次提交
  17. 11 8月, 2016 1 次提交
  18. 05 8月, 2016 1 次提交
  19. 04 8月, 2016 3 次提交
  20. 20 7月, 2016 1 次提交
  21. 15 7月, 2016 1 次提交
  22. 04 7月, 2016 1 次提交
  23. 08 6月, 2016 1 次提交
  24. 11 5月, 2016 1 次提交
  25. 25 4月, 2016 1 次提交
  26. 19 4月, 2016 1 次提交
    • J
      drm/i915: Clean up PCI config register handling · e10fa551
      Joonas Lahtinen 提交于
      Do not use magic numbers, do not prefix stuff with "PCI_", do not
      declare registers in implementation files. Also move the PCI
      registers under correct comment in i915_reg.h.
      
      v2:
      - Consistently use BSM (not BDSM or other variants from PRM) (Chris)
      - Also include register address to help identify the register (Chris)
      v3:
      - Refer to register value as *_val instead of *_reg (Chris)
      v4:
      - Make style checker happy
      
      Cc: Jani Nikula <jani.nikula@intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
      Reviewed-by: NChris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: NJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      e10fa551
  27. 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
  28. 18 3月, 2016 1 次提交