summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2019-11-12drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield
2019-11-12drm/i915: Allow parsing of unsized batchesJon Bloomfield
2019-11-12drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield
2019-11-12drm/i915: Add support for mandatory cmdparsingJon Bloomfield
2019-11-12drm/i915: Remove Master tables from cmdparserJon Bloomfield
2019-11-12drm/i915: Disable Secure Batches for gen6+Jon Bloomfield
2019-11-12drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin
2019-11-12drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson
2017-04-18drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke
2017-02-14drm/i915: Always convert incoming exec offsets to non-canonicalMichaƂ Winiarski
2016-11-11drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-10-10drm/i915: Force relocations via cpu if we run out of idle apertureChris Wilson
2016-09-27get rid of separate multipage fault-in primitivesAl Viro
2016-09-09drm/i915: Serialise execbuf operation after a dma-buf reservation objectChris Wilson
2016-09-09drm/i915: Prepare object synchronisation for asynchronicityChris Wilson
2016-09-01drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_indexJoonas Lahtinen
2016-08-26drm/i915: Allow the user to pass a context to any ringChris Wilson
2016-08-22drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson
2016-08-19drm/i915: Embed the io-mapping struct inside drm_i915_privateChris Wilson
2016-08-18drm/i915/cmdparser: Use cached vmappingsChris Wilson
2016-08-18drm/i915: Move fence tracking from object to vmaChris Wilson
2016-08-18drm/i915: Rename fence.lru_list to linkChris Wilson
2016-08-18drm/i915: Move map-and-fenceable tracking to the VMAChris Wilson
2016-08-18drm/i915: Disallow direct CPU access to stolen pages for relocationsChris Wilson
2016-08-18drm/i915: Fallback to single page GTT mmappings for relocationsChris Wilson
2016-08-18drm/i915: Refactor execbuffer relocation writingChris Wilson
2016-08-18drm/i915: Cache kmap between relocationsChris Wilson
2016-08-18drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson
2016-08-15drm/i915: Track pinned VMAChris Wilson
2016-08-15drm/i915: Add convenience wrappers for vma's object get/putChris Wilson
2016-08-10drm/i915: Move setting of request->batch into its single callsiteChris Wilson
2016-08-05drm/i915: Repack fence tiling mode and stride into a single integerChris Wilson
2016-08-04drm/i915: Export our request as a dma-buf fence on the reservation objectChris Wilson
2016-08-04drm/i915: Move obj->active:5 to obj->flagsChris Wilson
2016-08-04drm/i915: Separate intel_frontbuffer into its own headerChris Wilson
2016-08-04drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson
2016-08-04drm/i915: Combine all i915_vma bitfields into a single set of flagsChris Wilson
2016-08-04drm/i915: Start passing around i915_vma from execbufferChris Wilson
2016-08-04drm/i915: Wrap vma->pin_count accessors with small inline helpersChris Wilson
2016-08-04drm/i915: Pad GTT views of exec objects up to user specified sizeChris Wilson
2016-08-04drm/i915: Remove i915_gem_execbuffer_retire_commands()Chris Wilson
2016-08-04drm/i915: Remove request retirement before each batchChris Wilson
2016-08-04drm/i915: Track active vma requestsChris Wilson
2016-08-04drm/i915: i915_vma_move_to_active prep patchChris Wilson
2016-08-04drm/i915: Double check activity before relocationsChris Wilson
2016-08-04drm/i915: Introduce i915_gem_active for request trackingChris Wilson
2016-08-02drm/i915: Unify legacy/execlists submit_execbuf callbacksChris Wilson
2016-08-02drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_STARTChris Wilson
2016-08-02drm/i915: Simplify request_alloc by returning the allocated requestChris Wilson