All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/2] drm/i915: Fix for BSW and BXT vt-d.
@ 2021-04-12 22:43 Maarten Lankhorst
  2021-04-12 22:43 ` [Intel-gfx] [PATCH 1/2] drm/i915: Remove asynchronous vma binding Maarten Lankhorst
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Maarten Lankhorst @ 2021-04-12 22:43 UTC (permalink / raw)
  To: intel-gfx

There's a lockdep splat that currently prevents booting on CI, fix it.

Maarten Lankhorst (2):
  drm/i915: Remove asynchronous vma binding
  drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt.

 drivers/gpu/drm/i915/gem/i915_gem_shrinker.c |  13 +-
 drivers/gpu/drm/i915/gem/i915_gem_stolen.c   |   3 -
 drivers/gpu/drm/i915/gt/gen6_ppgtt.c         |   1 -
 drivers/gpu/drm/i915/gt/gen8_ppgtt.c         |   1 -
 drivers/gpu/drm/i915/gt/intel_ggtt.c         |  12 +-
 drivers/gpu/drm/i915/gt/intel_gtt.c          |   5 +-
 drivers/gpu/drm/i915/gt/intel_gtt.h          |   2 -
 drivers/gpu/drm/i915/i915_drv.h              |  11 +-
 drivers/gpu/drm/i915/i915_gem.c              |  21 ++-
 drivers/gpu/drm/i915/i915_vma.c              | 174 +++----------------
 drivers/gpu/drm/i915/i915_vma.h              |   5 +-
 drivers/gpu/drm/i915/i915_vma_types.h        |   3 -
 12 files changed, 61 insertions(+), 190 deletions(-)

-- 
2.31.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-19 10:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 22:43 [Intel-gfx] [PATCH 0/2] drm/i915: Fix for BSW and BXT vt-d Maarten Lankhorst
2021-04-12 22:43 ` [Intel-gfx] [PATCH 1/2] drm/i915: Remove asynchronous vma binding Maarten Lankhorst
2021-04-12 22:43 ` [Intel-gfx] [PATCH 2/2] drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt Maarten Lankhorst
2021-04-12 23:10 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix for BSW and BXT vt-d Patchwork
2021-04-12 23:15 ` [Intel-gfx] ✗ Fi.CI.DOCS: " Patchwork
2021-04-12 23:41 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2021-04-19  9:40 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix for BSW and BXT vt-d. (rev2) Patchwork
2021-04-19  9:45 ` [Intel-gfx] ✗ Fi.CI.DOCS: " Patchwork
2021-04-19 10:11 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.