summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-22drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson1-10/+3
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-2/+2
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-2/+2
2016-07-04drm/i915: Only start retire worker when idleChris Wilson1-0/+6
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter1-2/+2
2016-06-02Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-11/+9
2016-06-02Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie1-11/+3
2016-05-24drm/i915: Rename and inline i915_gem_context_get()Chris Wilson1-1/+1
2016-05-24drm/i915: Rename struct intel_contextChris Wilson1-5/+5
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-80/+79
2016-05-23x86: remove pointless uaccess_32.h complexityLinus Torvalds1-3/+1
2016-05-21Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-3/+3
2016-04-30kernel.h: add u64_to_user_ptr()Gustavo Padovan1-7/+7
2016-04-28drm/i915: Move the magical deferred context allocation into the requestChris Wilson1-8/+0
2016-04-14drm/i915: Late request cancellations are harmfulChris Wilson1-11/+4
2016-04-11drm,i915: Introduce drm_malloc_gfp()Chris Wilson1-5/+3
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-5/+7
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov1-1/+1
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-3/+3
2016-03-16drm/i915: More renaming of rings to enginesTvrtko Ursulin1-2/+2
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin1-2/+2
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin1-12/+12
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin1-15/+19
2016-03-16drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin1-36/+38
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson1-3/+2
2016-01-28Fix pointer tests in error-handling pathsDave Gordon1-1/+1
2016-01-28drm/i915: Fix VCS ring selection after uapi decouplingTvrtko Ursulin1-0/+1
2016-01-21drm/i915: Decouple execbuf uAPI from internal implementationTvrtko Ursulin1-67/+72
2016-01-21drm/i915: simplify allocation of driver-internal requestsDave Gordon1-5/+9
2016-01-18drm/i915: use hlist_for_each_entryGeliang Tang1-5/+2
2016-01-12drm/i915: Use MI_BATCH_BUFFER_START on 830/845Ville Syrjälä1-0/+3
2016-01-05drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski1-4/+48
2015-12-11drm/i915: mark GEM object pages dirty when mapped & written by the CPUDave Gordon1-4/+4
2015-12-09drm/i915: Add soft-pinning API for execbufferChris Wilson1-2/+14
2015-11-18drm/i915: Add functions to emit register offsets to the ringVille Syrjälä1-2/+2
2015-10-07drm/i915: Kill DRI1 cliprectsChris Wilson1-123/+31
2015-10-01drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry1-0/+11
2015-09-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-1/+1
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath1-1/+1
2015-09-02drm/i915: Always mark the object as dirty when used by the GPUChris Wilson1-1/+1
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-1/+2
2015-07-06drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue1-0/+14
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-44/+46
2015-06-23drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison1-1/+5
2015-06-23drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison1-3/+1
2015-06-23drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison1-4/+4
2015-06-23drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison1-2/+2
2015-06-23drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison1-5/+7
2015-06-23drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison1-1/+1