linux/drivers/gpu/drm/i915/selftests
Chris Wilson 71b0846c17 drm/i915/guc: Remove preemption support for current fw
Preemption via GuC submission is not being supported with its current
legacy incarnation. The current FW does support a similar pre-emption
flow via H2G, but it is class-based instead of being instance-based,
which doesn't fit well with the i915 tracking. To fix this, the
firmware is being updated to better support our needs with a new flow,
so we can safely remove the old code.

v2 (Daniele): resurrect & rebase, reword commit message, remove
preempt_context as well

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Acked-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Michał Winiarski <michal.winiarski@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190710005437.3496-2-daniele.ceraolospurio@intel.com
2019-07-11 11:09:33 +01:00
..
i915_active.c drm/i915: Provide an i915_active.acquire callback 2019-06-21 19:47:55 +01:00
i915_gem.c drm/i915/selftests: Common live setup/teardown 2019-07-03 11:07:57 +01:00
i915_gem_evict.c drm/i915/selftests: Flush live_evict 2019-06-18 18:12:13 +01:00
i915_gem_gtt.c drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt 2019-06-21 13:48:38 +01:00
i915_live_selftests.h drm/i915: Rename i915_timeline to intel_timeline and move under gt 2019-06-21 13:48:53 +01:00
i915_mock_selftests.h drm/i915: Rename i915_timeline to intel_timeline and move under gt 2019-06-21 13:48:53 +01:00
i915_random.c
i915_random.h
i915_request.c drm/i915/selftests: Hold ref on request across waits 2019-06-26 00:00:29 +01:00
i915_selftest.c drm/i915/selftests: Common live setup/teardown 2019-07-03 11:07:57 +01:00
i915_sw_fence.c
i915_syncmap.c
i915_vma.c
igt_atomic.h
igt_flush_test.c
igt_flush_test.h
igt_live_test.c
igt_live_test.h
igt_reset.c
igt_reset.h
igt_spinner.c drm/i915/selftests: Set igt_spinner.gt for early exit 2019-07-09 08:07:09 +01:00
igt_spinner.h drm/i915: Move i915_gem_chipset_flush to intel_gt 2019-06-21 13:48:40 +01:00
igt_wedge_me.h
intel_guc.c drm/i915/guc: Remove preemption support for current fw 2019-07-11 11:09:33 +01:00
intel_uncore.c
lib_sw_fence.c
lib_sw_fence.h
mock_drm.c
mock_drm.h
mock_gem_device.c drm/i915: Rename i915_timeline to intel_timeline and move under gt 2019-06-21 13:48:53 +01:00
mock_gem_device.h
mock_gtt.c drm/i915: Store ggtt pointer in intel_gt 2019-06-21 13:48:46 +01:00
mock_gtt.h
mock_request.c
mock_request.h
mock_uncore.c drm/i915: use vfuncs for reg_read/write_fw_domains 2019-06-20 16:34:52 +01:00
mock_uncore.h
scatterlist.c