summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-2/+2
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-2/+2
* drm/i915: Only start retire worker when idleChris Wilson2016-07-041-0/+6
* drm: Extract drm_is_current_masterDaniel Vetter2016-06-211-2/+2
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-06-021-11/+9Star
|\
| * Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-06-011-11/+3Star
| |\
| * \ Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-231-80/+79Star
| |\ \
| * | | x86: remove pointless uaccess_32.h complexityLinus Torvalds2016-05-221-3/+1Star
| * | | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-211-7/+7
| |\ \ \
| | * | | kernel.h: add u64_to_user_ptr()Gustavo Padovan2016-04-301-7/+7
| * | | | x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-311-1/+1
| |/ / /
* | | | drm/i915: Rename and inline i915_gem_context_get()Chris Wilson2016-05-241-1/+1
* | | | drm/i915: Rename struct intel_contextChris Wilson2016-05-241-5/+5
| |_|/ |/| |
* | | drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-3/+3
* | | drm/i915: Move the magical deferred context allocation into the requestChris Wilson2016-04-281-8/+0Star
| |/ |/|
* | drm/i915: Late request cancellations are harmfulChris Wilson2016-04-141-11/+4Star
* | drm,i915: Introduce drm_malloc_gfp()Chris Wilson2016-04-111-5/+3Star
* | drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-5/+7
* | drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-3/+3
* | drm/i915: More renaming of rings to enginesTvrtko Ursulin2016-03-161-2/+2
* | drm/i915: More intel_engine_cs renamingTvrtko Ursulin2016-03-161-2/+2
* | drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin2016-03-161-12/+12
* | drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-161-15/+19
* | drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-161-36/+38
|/
* drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson2016-02-261-3/+2Star
* Fix pointer tests in error-handling pathsDave Gordon2016-01-281-1/+1
* drm/i915: Fix VCS ring selection after uapi decouplingTvrtko Ursulin2016-01-281-0/+1
* drm/i915: Decouple execbuf uAPI from internal implementationTvrtko Ursulin2016-01-211-67/+72
* drm/i915: simplify allocation of driver-internal requestsDave Gordon2016-01-211-5/+9
* drm/i915: use hlist_for_each_entryGeliang Tang2016-01-181-5/+2Star
* drm/i915: Use MI_BATCH_BUFFER_START on 830/845Ville Syrjälä2016-01-121-0/+3
* drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski2016-01-051-4/+48
* drm/i915: mark GEM object pages dirty when mapped & written by the CPUDave Gordon2015-12-111-4/+4
* drm/i915: Add soft-pinning API for execbufferChris Wilson2015-12-091-2/+14
* drm/i915: Add functions to emit register offsets to the ringVille Syrjälä2015-11-181-2/+2
* drm/i915: Kill DRI1 cliprectsChris Wilson2015-10-071-123/+31Star
* drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry2015-10-011-0/+11
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2015-09-301-1/+1
|\
| * drm/i915: Always mark the object as dirty when used by the GPUChris Wilson2015-09-021-1/+1
* | drm/i915: Split alloc from init for lrcNick Hoath2015-09-141-1/+1
|/
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-1/+2
|\
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-44/+46
| |\
| * | mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaultsDavid Hildenbrand2015-05-191-1/+2
* | | drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue2015-07-061-0/+14
* | | drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison2015-06-231-1/+5
* | | drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-231-3/+1Star
* | | drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison2015-06-231-4/+4
* | | drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison2015-06-231-2/+2
* | | drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison2015-06-231-5/+7
* | | drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-231-1/+1