1. 22 11月, 2017 3 次提交
  2. 21 11月, 2017 1 次提交
  3. 18 11月, 2017 1 次提交
  4. 17 11月, 2017 2 次提交
  5. 14 11月, 2017 1 次提交
  6. 12 11月, 2017 2 次提交
  7. 11 11月, 2017 1 次提交
  8. 09 11月, 2017 3 次提交
  9. 08 11月, 2017 1 次提交
  10. 27 10月, 2017 2 次提交
  11. 26 10月, 2017 1 次提交
  12. 25 10月, 2017 1 次提交
  13. 18 10月, 2017 2 次提交
  14. 17 10月, 2017 1 次提交
  15. 11 10月, 2017 12 次提交
  16. 10 10月, 2017 1 次提交
  17. 07 10月, 2017 1 次提交
  18. 04 10月, 2017 1 次提交
    • R
      drm/i915/skl: Fix has_ipc on skl and document WaDisableIPC. · 4d6ef0da
      Rodrigo Vivi 提交于
      According to Spec for SKL+: "Isochronous Priority Control.
      If enabled, Display sends demoted requests once the transition
      watermark is reached. If transition watermark is not enabled,
      Display sends demoted requests when the display buffer is full."
      
      The commit 'e57f1c02 ("drm/i915/gen9+: Add has_ipc flag in
      device info structure")' introduced that as gen9+ but missing many
      SKL Skus.
      
      I believe the reason for that is Spec also mentions workarounds for
      SKL-ALL: "IPC (Isoch Priority Control) may cause underflows
      WA: Do not enable IPC in register ARB_CTL2"
      
      It seems lame to add the feature and forever disable it,
      but it will avoid a mistake of enabling it when we are reorganizing
      the feature definitions on i915_pci.c later.
      
      It will also allow us to probably extend that workaround for
      other platforms.
      
      Cc: Mahesh Kumar <mahesh1.kumar@intel.com>
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Signed-off-by: NRodrigo Vivi <rodrigo.vivi@intel.com>
      Reviewed-by: NMahesh Kumar <mahesh1.kumar@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20171003063652.17248-1-rodrigo.vivi@intel.com
      4d6ef0da
  19. 22 9月, 2017 1 次提交
  20. 19 9月, 2017 1 次提交
  21. 14 9月, 2017 1 次提交