summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-22drm/i915: Only spin whilst waiting on the current requestChris Wilson1-1/+7
2015-12-22drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson1-2/+45
2015-12-22drm/i915: Break busywaiting for requests on pending signalsChris Wilson1-5/+8
2015-12-22drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson1-19/+24
2015-12-01drm/i915: Check the timeout passed to i915_wait_requestChris Wilson1-2/+10
2015-11-16drm/i915: get runtime PM reference around GEM set_caching IOCTLImre Deak1-1/+7
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-93/+179
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+1
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-13drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-levelChris Wilson1-21/+78
2015-10-07drm/i915/snb: remove pre-production hardware workaroundJani Nikula1-17/+1
2015-10-06drm/i915: Clean up associated VMAs on context destructionTvrtko Ursulin1-4/+16
2015-10-01drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry1-6/+19
2015-09-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-1/+1
2015-09-23drm/i915/gtt: Do not initialize drm_mm twice.Michał Winiarski1-14/+0
2015-09-17drm/i915: fix kernel-doc warnings in i915_gem.cGeliang Tang1-5/+5
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath1-6/+16
2015-09-14drm/i915: don't try to load GuC fw on pre-gen9Jesse Barnes1-13/+16
2015-09-10drm/i915: Remove one very outdated commentTvrtko Ursulin1-4/+0
2015-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-563/+298
2015-08-26drm/i915/bxt: don't allow cached GEM mappings on A steppingImre Deak1-0/+9
2015-08-14drm/i915: GuC-specific firmware loaderAlex Dai1-0/+16
2015-08-14drm/i915: clflush on pin_to_display after pwrite to UC bo in LLCVille Syrjälä1-3/+6
2015-08-14drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry1-11/+7
2015-08-14drm/i915: object size needs to be u64Michel Thierry1-2/+3
2015-07-28drm/i915: Keep the mm.bound_list in rough LRU orderChris Wilson1-0/+7
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra1-1/+1
2015-07-27drm/i915: Extract i915_gem_fence.cDaniel Vetter1-401/+0
2015-07-21drm/i915: Add i915_gem_object_create_from_data()Dave Gordon1-0/+40
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-19/+18
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak1-3/+0
2015-07-13drm/i915: avoid leaking DMA mappingsImre Deak1-15/+16
2015-07-13drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf1-0/+1
2015-07-08drm/i915: Add origin to frontbuffer tracking flushRodrigo Vivi1-6/+6
2015-07-06drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala1-5/+3
2015-07-06drm/i915: Also perform gpu reset under execlist mode.Niu,Bing1-0/+8
2015-07-03drm/i915: Report correct GGTT space usageTvrtko Ursulin1-5/+8
2015-06-29drm/i915: Unconditionally do fb tracking invalidate in set_domainDaniel Vetter1-6/+5
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-401/+588
2015-06-26drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala1-3/+3
2015-06-23drm/i915: Remove the now obsolete 'i915_gem_check_olr()'John Harrison1-33/+1
2015-06-23drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison1-16/+40
2015-06-23drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison1-14/+2
2015-06-23drm/i915: Add *_ring_begin() to request allocationJohn Harrison1-12/+13
2015-06-23drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Update ring->sync_to() to take a request structureJohn Harrison1-2/+2
2015-06-23drm/i915: Update ring->emit_request() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Update ring->add_request() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Update flush_all_caches() to take request structuresJohn Harrison1-2/+2