1. 25 3月, 2021 3 次提交
  2. 09 2月, 2021 1 次提交
  3. 01 2月, 2021 1 次提交
  4. 21 1月, 2021 2 次提交
  5. 14 1月, 2021 3 次提交
  6. 10 1月, 2021 1 次提交
  7. 04 1月, 2021 2 次提交
  8. 02 1月, 2021 1 次提交
  9. 21 12月, 2020 1 次提交
  10. 16 12月, 2020 1 次提交
  11. 11 12月, 2020 1 次提交
  12. 09 12月, 2020 3 次提交
  13. 06 12月, 2020 4 次提交
  14. 02 12月, 2020 1 次提交
  15. 17 11月, 2020 2 次提交
  16. 16 11月, 2020 1 次提交
  17. 16 10月, 2020 1 次提交
  18. 14 10月, 2020 1 次提交
  19. 10 10月, 2020 1 次提交
    • M
      drm/i915: Update gen12 multicast register ranges · 3bcacad3
      Matt Roper 提交于
      The updated bspec forcewake table also provides us with new multicast
      ranges that should be reflected in our workaround code.
      
      Note that there are different types of multicast registers with
      different styles of replication and different steering registers.  The
      i915 MCR range lists we're updating here are only used to ensure we can
      verify workarounds properly (i.e., if we can't steer register reads we
      don't want to verify workarounds where an unsteered read might hit a
      fused-off instance of the unit).  Because of this, we don't need to
      include any of the multicast ranges where all instances of the register
      will always present and fusing doesn't play a role.  Specifically, that
      means that we are not including the MCR ranges designated as "SQIDI" in
      the bspec.
      
      Bspec: 66696
      Cc: Caz Yokoyama <caz.yokoyama@intel.com>
      Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
      Cc: José Roberto de Souza <jose.souza@intel.com>
      Signed-off-by: NMatt Roper <matthew.d.roper@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20201009194442.3668677-4-matthew.d.roper@intel.comReviewed-by: NJosé Roberto de Souza <jose.souza@intel.com>
      3bcacad3
  20. 18 9月, 2020 1 次提交
  21. 07 9月, 2020 1 次提交
  22. 29 8月, 2020 1 次提交
    • J
      drm/i915/tgl: Fix stepping WA matching · c33298cb
      José Roberto de Souza 提交于
      TGL made stepping a litte mess, workarounds refer to the stepping of
      the IP(GT or Display) not of the GPU stepping so it would already
      require the same solution as used in commit 96c5a15f
      ("drm/i915/kbl: Fix revision ID checks").
      But to make things even more messy it have a different IP stepping
      mapping between SKUs and the same stepping revision of GT do not match
      the same HW between TGL U/Y and regular TGL.
      
      So it was required to have 2 different macros to check GT WAs while
      for Display we are able to use just one macro that uses the right
      revids table.
      
      All TGL workarounds checked and updated accordingly.
      
      v2:
      - removed TODO to check if WA 14010919138 applies to regular TGL.
      - fixed display stepping in regular TGL (Anusha)
      
      BSpec: 52890
      BSpec: 55378
      BSpec: 44455
      Reviewed-by: NAnusha Srivatsa <anusha.srivtsa@intel.com>
      Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>
      Cc: Penne Lee <penne.y.lee@intel.com>
      Cc: Guangyao Bai <guangyao.bai@intel.com>
      Cc: Matt Roper <matthew.d.roper@intel.com>
      Signed-off-by: NJosé Roberto de Souza <jose.souza@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20200827233943.400946-1-jose.souza@intel.com
      c33298cb
  23. 27 8月, 2020 1 次提交
  24. 18 8月, 2020 2 次提交
  25. 10 7月, 2020 1 次提交
  26. 09 7月, 2020 1 次提交
  27. 16 6月, 2020 1 次提交