1. 26 1月, 2021 1 次提交
  2. 21 9月, 2020 1 次提交
  3. 07 9月, 2020 2 次提交
  4. 30 5月, 2020 1 次提交
  5. 24 4月, 2020 1 次提交
  6. 02 4月, 2020 1 次提交
  7. 08 1月, 2020 1 次提交
  8. 29 11月, 2019 1 次提交
  9. 25 11月, 2019 1 次提交
  10. 08 11月, 2019 2 次提交
  11. 29 10月, 2019 1 次提交
  12. 22 10月, 2019 1 次提交
  13. 09 10月, 2019 1 次提交
  14. 04 10月, 2019 5 次提交
  15. 02 10月, 2019 1 次提交
  16. 19 9月, 2019 1 次提交
  17. 10 9月, 2019 1 次提交
    • C
      drm/i915/selftests: Take runtime wakeref for igt_ggtt_lowlevel · 7c465310
      Chris Wilson 提交于
      Being a "low-level" test, we opt to bypass the normal bind/unbind hooks
      for the lower level insert_entries/clear_range. For ggtt, the
      bind/unbind hooks provide the runtime wakeref and so we must also handle
      this in exercising the low level hooks.
      
      <4> [538.151672] RPM raw-wakeref not held
      <4> [538.151825] WARNING: CPU: 0 PID: 11 at ./drivers/gpu/drm/i915/intel_runtime_pm.h:107 fwtable_read32+0x1be/0x300 [i915]
      <4> [538.151830] Modules linked in: i915(+) amdgpu gpu_sched ttm vgem snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic mei_hdcp btusb btrtl btbcm x86_pkg_temp_thermal coretemp btintel crct10dif_pclmul bluetooth crc32_pclmul snd_intel_nhlt snd_hda_codec ecdh_generic ghash_clmulni_intel ecc snd_hwdep snd_hda_core lpc_ich r8169 realtek snd_pcm mei_me mei prime_numbers pinctrl_broxton pinctrl_intel [last unloaded: i915]
      <4> [538.151861] CPU: 0 PID: 11 Comm: migration/0 Tainted: G     U            5.3.0-rc7-CI-Trybot_4938+ #1
      <4> [538.151864] Hardware name: Intel corporation NUC6CAYS/NUC6CAYB, BIOS AYAPLCEL.86A.0056.2018.0926.1100 09/26/2018
      <4> [538.151960] RIP: 0010:fwtable_read32+0x1be/0x300 [i915]
      <4> [538.151965] Code: e8 e7 f9 5f e0 e9 0b ff ff ff 80 3d d5 8d 26 00 00 0f 85 81 fe ff ff 48 c7 c7 ef 01 bd a0 c6 05 c1 8d 26 00 01 e8 b2 e4 6a e0 <0f> 0b e9 67 fe ff ff 80 3d ad 8d 26 00 00 0f 85 65 fe ff ff 48 c7
      <4> [538.151969] RSP: 0018:ffffc9000007be10 EFLAGS: 00010086
      <4> [538.151972] RAX: 0000000000000000 RBX: ffff88826be10d50 RCX: 0000000000000002
      <4> [538.151975] RDX: 0000000080000002 RSI: 0000000000000000 RDI: 00000000ffffffff
      <4> [538.151978] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
      <4> [538.151981] R10: 0000000000000000 R11: ffffc9000007bcb0 R12: 0000000000101008
      <4> [538.151984] R13: 0000000000000000 R14: ffffc9000036f638 R15: 0000000000000002
      <4> [538.151987] FS:  0000000000000000(0000) GS:ffff888277a00000(0000) knlGS:0000000000000000
      <4> [538.151990] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
      <4> [538.151993] CR2: 00007fd48e7052f8 CR3: 0000000005210000 CR4: 00000000003406f0
      <4> [538.151995] Call Trace:
      <4> [538.152106]  bxt_vtd_ggtt_clear_range__cb+0x38/0x40 [i915]
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Reviewed-by: NMatthew Auld <matthew.auld@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20190909110011.8958-2-chris@chris-wilson.co.uk
      7c465310
  18. 21 6月, 2019 2 次提交
  19. 14 6月, 2019 1 次提交
  20. 12 6月, 2019 1 次提交
  21. 11 6月, 2019 2 次提交
  22. 28 5月, 2019 1 次提交
  23. 22 3月, 2019 1 次提交
  24. 21 3月, 2019 1 次提交
  25. 28 2月, 2019 1 次提交
  26. 18 2月, 2019 1 次提交
  27. 29 1月, 2019 2 次提交
    • C
      drm/i915: Pull VM lists under the VM mutex. · 09d7e46b
      Chris Wilson 提交于
      A starting point to counter the pervasive struct_mutex. For the goal of
      avoiding (or at least blocking under them!) global locks during user
      request submission, a simple but important step is being able to manage
      each clients GTT separately. For which, we want to replace using the
      struct_mutex as the guard for all things GTT/VM and switch instead to a
      specific mutex inside i915_address_space.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Reviewed-by: NTvrtko Ursulin <tvrtko.ursulin@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20190128102356.15037-2-chris@chris-wilson.co.uk
      09d7e46b
    • C
      drm/i915: Stop tracking MRU activity on VMA · 499197dc
      Chris Wilson 提交于
      Our goal is to remove struct_mutex and replace it with fine grained
      locking. One of the thorny issues is our eviction logic for reclaiming
      space for an execbuffer (or GTT mmaping, among a few other examples).
      While eviction itself is easy to move under a per-VM mutex, performing
      the activity tracking is less agreeable. One solution is not to do any
      MRU tracking and do a simple coarse evaluation during eviction of
      active/inactive, with a loose temporal ordering of last
      insertion/evaluation. That keeps all the locking constrained to when we
      are manipulating the VM itself, neatly avoiding the tricky handling of
      possible recursive locking during execbuf and elsewhere.
      
      Note that discarding the MRU (currently implemented as a pair of lists,
      to avoid scanning the active list for a NONBLOCKING search) is unlikely
      to impact upon our efficiency to reclaim VM space (where we think a LRU
      model is best) as our current strategy is to use random idle replacement
      first before doing a search, and over time the use of softpinned 48b
      per-ppGTT is growing (thereby eliminating any need to perform any eviction
      searches, in theory at least) with the remaining users being found on
      much older devices (gen2-gen6).
      
      v2: Changelog and commentary rewritten to elaborate on the duality of a
      single list being both an inactive and active list.
      v3: Consolidate bool parameters into a single set of flags; don't
      comment on the duality of a single variable being a multiplicity of
      bits.
      Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
      Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
      Reviewed-by: NTvrtko Ursulin <tvrtko.ursulin@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20190128102356.15037-1-chris@chris-wilson.co.uk
      499197dc
  28. 22 1月, 2019 1 次提交
  29. 15 1月, 2019 2 次提交
  30. 29 12月, 2018 1 次提交