summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin2022-01-291-0/+89
* drm/i915: Only spin whilst waiting on the current requestChris Wilson2015-12-221-1/+7
* drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson2015-12-221-2/+45
* drm/i915: Break busywaiting for requests on pending signalsChris Wilson2015-12-221-5/+8
* drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson2015-12-221-19/+24
* drm/i915: Check the timeout passed to i915_wait_requestChris Wilson2015-12-011-2/+10
* drm/i915: get runtime PM reference around GEM set_caching IOCTLImre Deak2015-11-161-1/+7
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-101-93/+179
|\
| * drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-levelChris Wilson2015-10-131-21/+78
| * drm/i915/snb: remove pre-production hardware workaroundJani Nikula2015-10-071-17/+1
| * drm/i915: Clean up associated VMAs on context destructionTvrtko Ursulin2015-10-061-4/+16
| * drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry2015-10-011-6/+19
| * Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2015-09-301-1/+1
| |\
| * | drm/i915/gtt: Do not initialize drm_mm twice.Michał Winiarski2015-09-231-14/+0
| * | drm/i915: fix kernel-doc warnings in i915_gem.cGeliang Tang2015-09-171-5/+5
| * | drm/i915: Split alloc from init for lrcNick Hoath2015-09-141-6/+16
| * | drm/i915: don't try to load GuC fw on pre-gen9Jesse Barnes2015-09-141-13/+16
| * | drm/i915: Remove one very outdated commentTvrtko Ursulin2015-09-101-4/+0
| * | drm/i915/bxt: don't allow cached GEM mappings on A steppingImre Deak2015-08-261-0/+9
| * | drm/i915: GuC-specific firmware loaderAlex Dai2015-08-141-0/+16
| * | drm/i915: clflush on pin_to_display after pwrite to UC bo in LLCVille Syrjälä2015-08-141-3/+6
| * | drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry2015-08-141-11/+7
| * | drm/i915: object size needs to be u64Michel Thierry2015-08-141-2/+3
* | | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+1
* | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* | | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
| |/ |/|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-041-563/+298
|\|
| * drm/i915: Keep the mm.bound_list in rough LRU orderChris Wilson2015-07-281-0/+7
| * drm/i915: Extract i915_gem_fence.cDaniel Vetter2015-07-271-401/+0
| * drm/i915: Add i915_gem_object_create_from_data()Dave Gordon2015-07-211-0/+40
| * Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-19/+18
| |\
| * | drm/i915: Add origin to frontbuffer tracking flushRodrigo Vivi2015-07-081-6/+6
| * | drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala2015-07-061-5/+3
| * | drm/i915: Also perform gpu reset under execlist mode.Niu,Bing2015-07-061-0/+8
| * | drm/i915: Report correct GGTT space usageTvrtko Ursulin2015-07-031-5/+8
| * | drm/i915: Unconditionally do fb tracking invalidate in set_domainDaniel Vetter2015-06-291-6/+5
| * | drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala2015-06-261-3/+3
| * | drm/i915: Remove the now obsolete 'i915_gem_check_olr()'John Harrison2015-06-231-33/+1
| * | drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison2015-06-231-16/+40
| * | drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-231-14/+2
| * | drm/i915: Add *_ring_begin() to request allocationJohn Harrison2015-06-231-12/+13
| * | drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison2015-06-231-1/+1
| * | drm/i915: Update ring->sync_to() to take a request structureJohn Harrison2015-06-231-2/+2
| * | drm/i915: Update ring->emit_request() to take a request structureJohn Harrison2015-06-231-1/+1
| * | drm/i915: Update ring->add_request() to take a request structureJohn Harrison2015-06-231-1/+1
| * | drm/i915: Update flush_all_caches() to take request structuresJohn Harrison2015-06-231-2/+2
| * | drm/i915: Update l3_remap to take a request structureJohn Harrison2015-06-231-2/+3
| * | drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-231-3/+5
| * | drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-231-11/+11
| * | drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-231-12/+36