summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2015-12-22drm/i915: Only spin whilst waiting on the current requestChris Wilson
2015-12-22drm/i915: Limit the busy wait on requests to 5us not 10ms!Chris Wilson
2015-12-22drm/i915: Break busywaiting for requests on pending signalsChris Wilson
2015-12-22drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson
2015-12-01drm/i915: Check the timeout passed to i915_wait_requestChris Wilson
2015-11-16drm/i915: get runtime PM reference around GEM set_caching IOCTLImre Deak
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-13drm/i915: Drop i915_gem_obj_is_pinned() from set-cache-levelChris Wilson
2015-10-07drm/i915/snb: remove pre-production hardware workaroundJani Nikula
2015-10-06drm/i915: Clean up associated VMAs on context destructionTvrtko Ursulin
2015-10-01drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry
2015-09-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2015-09-23drm/i915/gtt: Do not initialize drm_mm twice.Michał Winiarski
2015-09-17drm/i915: fix kernel-doc warnings in i915_gem.cGeliang Tang
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath
2015-09-14drm/i915: don't try to load GuC fw on pre-gen9Jesse Barnes
2015-09-10drm/i915: Remove one very outdated commentTvrtko Ursulin
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-08-26drm/i915/bxt: don't allow cached GEM mappings on A steppingImre Deak
2015-08-14drm/i915: GuC-specific firmware loaderAlex Dai
2015-08-14drm/i915: clflush on pin_to_display after pwrite to UC bo in LLCVille Syrjälä
2015-08-14drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry
2015-08-14drm/i915: object size needs to be u64Michel Thierry
2015-07-28drm/i915: Keep the mm.bound_list in rough LRU orderChris Wilson
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra
2015-07-27drm/i915: Extract i915_gem_fence.cDaniel Vetter
2015-07-21drm/i915: Add i915_gem_object_create_from_data()Dave Gordon
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak
2015-07-13drm/i915: avoid leaking DMA mappingsImre Deak
2015-07-13drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf
2015-07-08drm/i915: Add origin to frontbuffer tracking flushRodrigo Vivi
2015-07-06drm/i915: Convert intel_lr_context_pin() for requestsMika Kuoppala
2015-07-06drm/i915: Also perform gpu reset under execlist mode.Niu,Bing
2015-07-03drm/i915: Report correct GGTT space usageTvrtko Ursulin
2015-06-29drm/i915: Unconditionally do fb tracking invalidate in set_domainDaniel Vetter
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-06-26drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala
2015-06-23drm/i915: Remove the now obsolete 'i915_gem_check_olr()'John Harrison
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: Add *_ring_begin() to request allocationJohn Harrison
2015-06-23drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->sync_to() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->emit_request() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ring->add_request() to take a request structureJohn Harrison
2015-06-23drm/i915: Update flush_all_caches() to take request structuresJohn Harrison