summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson
2016-01-28Fix pointer tests in error-handling pathsDave Gordon
2016-01-28drm/i915: Fix VCS ring selection after uapi decouplingTvrtko Ursulin
2016-01-21drm/i915: Decouple execbuf uAPI from internal implementationTvrtko Ursulin
2016-01-21drm/i915: simplify allocation of driver-internal requestsDave Gordon
2016-01-18drm/i915: use hlist_for_each_entryGeliang Tang
2016-01-12drm/i915: Use MI_BATCH_BUFFER_START on 830/845Ville Syrjälä
2016-01-05drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski
2015-12-11drm/i915: mark GEM object pages dirty when mapped & written by the CPUDave Gordon
2015-12-09drm/i915: Add soft-pinning API for execbufferChris Wilson
2015-11-18drm/i915: Add functions to emit register offsets to the ringVille Syrjälä
2015-10-07drm/i915: Kill DRI1 cliprectsChris Wilson
2015-10-01drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry
2015-09-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath
2015-09-02drm/i915: Always mark the object as dirty when used by the GPUChris Wilson
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter
2015-07-06drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-06-23drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison
2015-06-23drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison
2015-06-23drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison
2015-06-23drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison
2015-06-23drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison
2015-06-23drm/i915: Update add_request() to take a request structureJohn Harrison
2015-06-23drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison
2015-06-23drm/i915: Update i915_switch_context() to take a request structureJohn Harrison
2015-06-23drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison
2015-06-23drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison
2015-06-23drm/i915: Update move_to_gpu() to take a request structureJohn Harrison
2015-06-23drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison
2015-06-23drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison
2015-06-23drm/i915: Update alloc_request to return the allocated requestJohn Harrison
2015-06-23drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison
2015-06-23drm/i915: Early alloc request in execbuffJohn Harrison
2015-06-23drm/i915: i915_add_request must not failJohn Harrison
2015-06-22drm/i915: Enforce execobject.alignment to be a power-of-twoChris Wilson
2015-06-22drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi
2015-05-29drm/i915: add a context parameter to {en, dis}able zero address mappingDavid Weinehall
2015-05-21drm/i915: Inline check required for object syncing prior to execbufChris Wilson
2015-05-19mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaultsDavid Hildenbrand
2015-05-08drm/i915: Fix possible security hole in command parsingRebecca N. Palmer
2015-05-08drm/i915: Simplify cmd-parser DISPATCH_SECURE checkDaniel Vetter
2015-04-30drm/i915: Enable cmd parser to do secure batch promotion for aliasing ppgttDaniel Vetter
2015-04-23drm/i915: Fix up the vma aliasing ppgtt bindingDaniel Vetter
2015-04-23drm/i915: Don't use atomics for pg_dirty_ringsDaniel Vetter
2015-04-23drm/i915: Don't look at pg_dirty_rings for aliasing ppgttDaniel Vetter
2015-04-20drm/i915: Dont clear PIN_GLOBAL in the execbuf pinning fallbackDaniel Vetter