-
- Downloads
drm/i915: Push the use-semaphore marker onto the intel_context
Instead of rummaging through the intel_context to peek at the GEM context in the middle of request submission to decide whether to use semaphores, store that information on the intel_context itself. Signed-off-by:Chris Wilson <chris@chris-wilson.co.uk> Cc: Andi Shyti <andi.shyti@intel.com> Reviewed-by:
Andi Shyti <andi.shyti@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191220101230.256839-2-chris@chris-wilson.co.uk
Showing
- drivers/gpu/drm/i915/gem/i915_gem_context.c 39 additions, 17 deletionsdrivers/gpu/drm/i915/gem/i915_gem_context.c
- drivers/gpu/drm/i915/gt/intel_context.c 3 additions, 0 deletionsdrivers/gpu/drm/i915/gt/intel_context.c
- drivers/gpu/drm/i915/gt/intel_context.h 15 additions, 0 deletionsdrivers/gpu/drm/i915/gt/intel_context.h
- drivers/gpu/drm/i915/gt/intel_context_types.h 4 additions, 3 deletionsdrivers/gpu/drm/i915/gt/intel_context_types.h
- drivers/gpu/drm/i915/i915_request.c 3 additions, 5 deletionsdrivers/gpu/drm/i915/i915_request.c
Loading
Please register or sign in to comment