All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Kill resource streamer
@ 2018-07-10  0:06 Lucas De Marchi
  2018-07-10  0:06 ` [PATCH 1/2] drm/i915/icl: move has_resource_streamer to GEN11_FEATURES Lucas De Marchi
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Lucas De Marchi @ 2018-07-10  0:06 UTC (permalink / raw)
  To: intel-gfx; +Cc: daniel.vetter

First patch is makes sense for ICL since it doesn't have resource
streamer. It has been a feature that was never properly tested/used so
also kill it on second patch - this is a tentative/rfc: see commit
message.

Lucas De Marchi (2):
  drm/i915/icl: move has_resource_streamer to GEN11_FEATURES
  drm/i915: kill resource streamer

 drivers/gpu/drm/i915/i915_drv.c            |  2 +-
 drivers/gpu/drm/i915/i915_drv.h            |  2 --
 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 15 ++-------------
 drivers/gpu/drm/i915/i915_pci.c            |  4 ----
 drivers/gpu/drm/i915/intel_device_info.h   |  1 -
 drivers/gpu/drm/i915/intel_lrc.c           |  8 ++------
 drivers/gpu/drm/i915/intel_ringbuffer.c    |  4 +---
 drivers/gpu/drm/i915/intel_ringbuffer.h    |  1 -
 include/uapi/drm/i915_drm.h                |  1 +
 tools/include/uapi/drm/i915_drm.h          |  1 +
 10 files changed, 8 insertions(+), 31 deletions(-)

-- 
2.17.1

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

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

end of thread, other threads:[~2018-07-13 14:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-10  0:06 [PATCH 0/2] Kill resource streamer Lucas De Marchi
2018-07-10  0:06 ` [PATCH 1/2] drm/i915/icl: move has_resource_streamer to GEN11_FEATURES Lucas De Marchi
2018-07-10 16:52   ` Daniele Ceraolo Spurio
2018-07-10  0:06 ` [PATCH 2/2] drm/i915: kill resource streamer Lucas De Marchi
2018-07-10  9:51   ` Chris Wilson
2018-07-11 17:29     ` Lucas De Marchi
2018-07-12 21:02       ` [PATCH v2] " Lucas De Marchi
2018-07-12 22:58         ` Daniele Ceraolo Spurio
2018-07-12 23:06         ` Rodrigo Vivi
2018-07-12 23:28           ` De Marchi, Lucas
2018-07-12 23:48             ` Rodrigo Vivi
2018-07-13  8:46               ` Daniel Vetter
2018-07-13 14:17                 ` Lucas De Marchi
2018-07-13  8:51   ` [PATCH 2/2] " Daniel Vetter
2018-07-13 14:11     ` Lucas De Marchi
2018-07-10  0:20 ` ✗ Fi.CI.SPARSE: warning for Kill " Patchwork
2018-07-10  0:35 ` ✓ Fi.CI.BAT: success " Patchwork
2018-07-10  9:35 ` ✗ Fi.CI.IGT: failure " Patchwork
2018-07-12 21:39 ` ✗ Fi.CI.SPARSE: warning for Kill resource streamer (rev2) Patchwork
2018-07-12 21:57 ` ✓ Fi.CI.BAT: success " 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.