1. 25 7月, 2019 4 次提交
  2. 14 7月, 2019 4 次提交
  3. 28 5月, 2019 2 次提交
  4. 20 4月, 2019 2 次提交
  5. 27 3月, 2019 1 次提交
  6. 21 3月, 2019 1 次提交
  7. 09 1月, 2019 1 次提交
  8. 18 12月, 2018 1 次提交
  9. 24 3月, 2018 1 次提交
  10. 14 3月, 2018 1 次提交
    • J
      drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offset · 3c009e3c
      Jackie Li 提交于
      GuC related exported functions should start with "intel_guc_" prefix and
      pass intel_guc as the first parameter since its GuC related. Current
      guc_ggtt_offset() failed to follow this code convention and this is a
      problem for future patches that needs to access intel_guc data to verify
      the GGTT offset against the GuC WOPCM top.
      
      This patch renames the guc_ggtt_offset to intel_guc_ggtt_offset and updates
      the related code to pass intel_guc pointer to this function call, so that
      we can have a unified coding style for GuC code and also enable the future
      patches to get GuC related data from intel_guc to do the offset
      verification. Meanwhile, this patch also moves the GUC_GGTT_TOP from
      intel_guc_regs.h to intel_guc.h since it is not GuC register related
      definition.
      
      v8:
       - Fixed coding style issues and moved GUC_GGTT_TOP to intel_guc.h (Sagar)
       - Updated commit message to explain to reason and motivation to add
         intel_guc as the first parameter of intel_guc_ggtt_offset (Chris)
      
      v9:
       - Fixed code alignment issue due to line break (Chris)
      
      v10:
       - Removed unnecessary comments, redundant code and avoided reuse variable
         to avoid potential issues (Joonas)
      
      v13:
       - Updated the ordering of s-o-b/cc/r-b tags (Sagar)
      Signed-off-by: NJackie Li <yaodong.li@intel.com>
      Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
      Cc: Sagar Arun Kamble <sagar.a.kamble@intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Reviewed-by: Sagar Arun Kamble <sagar.a.kamble@intel.com> (v8)
      Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> (v9)
      Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> (v11)
      Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> (v12)
      Reviewed-by: NJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Signed-off-by: NJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/1520987574-19351-1-git-send-email-yaodong.li@intel.com
      3c009e3c
  11. 02 3月, 2018 1 次提交
  12. 14 2月, 2018 1 次提交
  13. 01 2月, 2018 1 次提交
  14. 05 1月, 2018 1 次提交
  15. 06 12月, 2017 2 次提交
  16. 27 10月, 2017 1 次提交
  17. 16 10月, 2017 2 次提交
  18. 06 10月, 2017 2 次提交
  19. 26 9月, 2017 1 次提交
  20. 22 9月, 2017 1 次提交
  21. 10 6月, 2017 1 次提交
  22. 22 5月, 2017 1 次提交
  23. 13 4月, 2017 1 次提交
  24. 07 4月, 2017 1 次提交
  25. 04 4月, 2017 1 次提交
  26. 31 3月, 2017 1 次提交
  27. 16 3月, 2017 1 次提交
  28. 15 3月, 2017 2 次提交