summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter
2014-08-13drm/i915: Fix up checks for aliasing ppgttDaniel Vetter
2014-08-13drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter
2014-08-13drm/i915: Add proper prefix to obj_to_ggttDaniel Vetter
2014-08-13drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter
2014-08-12drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter
2014-08-12drm/i915: vma/ppgtt lifetime rulesMichel Thierry
2014-08-11drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo
2014-08-11drm/i915: Abstract the legacy workload submission mechanism awayOscar Mateo
2014-08-11drm/i915/bdw: Macro for LRCs and module option for ExeclistsOscar Mateo
2014-08-11drm/i915: Remove fenced_gpu_access and pending_fenced_gpu_accessChris Wilson
2014-08-11drm/i915: Force CPU relocations if not GTT mappedChris Wilson
2014-08-11drm/i915: Only perform set-to-gtt domain for objects bound to the global gttChris Wilson
2014-08-07drm/i915: Bring GPU Freq to min while suspending.Deepak S
2014-07-23drm/i915: Do not unmap object unless no other VMAs reference itArmin Reese
2014-07-23drm/i915: add helper for checking whether IRQs are enabledJesse Barnes
2014-07-23drm/i915: Abandon oom quickly if killed by a signalChris Wilson
2014-07-08drm/i915: Generalize intel_ring_get_tail to take a ringbufOscar Mateo
2014-07-08drm/i915: Restrict GPU boost to the RCS engineChris Wilson
2014-07-07drm/i915: Updating comments.Rodrigo Vivi
2014-06-19drm/i915: Track frontbuffer invalidation/flushingDaniel Vetter
2014-06-19drm/i915: Introduce accurate frontbuffer trackingDaniel Vetter
2014-06-19drm/i915: Drop schedule_back from psr_exitDaniel Vetter
2014-06-18drm/i915: Don't BUG_ON in i915_gem_obj_offsetDaniel Vetter
2014-06-18drm/i915: Don't prefault the entire obj if the vma is smallerVille Syrjälä
2014-06-17drm/i915: Replaced Blitter ring based flips with MMIO flipsSourab Gupta
2014-06-16drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson
2014-06-13drm/i915: Force PSR exit by inactivating it.Rodrigo Vivi
2014-06-13drm/i915: Prefault the entire object on first page faultChris Wilson
2014-06-13drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson
2014-06-11drm/i915: use shmem helpers if possibleDavid Herrmann
2014-06-06Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-i...Dave Airlie
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie
2014-06-05drm/i915: Silence the WARN if the user tries to GTT mmap an incoherent objectChris Wilson
2014-06-05drm/i915: Move the C3 LP write bit setup to gen3_init_clock_gating() for KMSVille Syrjälä
2014-05-27drm/i915: Prevent negative relocation deltas from wrappingChris Wilson
2014-05-27drm/i915: Fix dynamic allocation of physical handlesChris Wilson
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo
2014-05-22drm/i915: Split the ringbuffers from the rings (2/3)Oscar Mateo
2014-05-22drm/i915: s/intel_ring_buffer/intel_engine_csOscar Mateo
2014-05-22drm/i915: Only discard backing storage on releasing the last refChris Wilson
2014-05-20drm/i915: Implement an oom-notifier for last resort shrinkingChris Wilson
2014-05-20drm/i915: Invalidate our pages under memory pressureChris Wilson
2014-05-20drm/i915: Refactor common lock handling between shrinker count/scanChris Wilson
2014-05-20drm/i915: Include bound and active pages in the count of shrinkable objectsChris Wilson
2014-05-20drm/i915: Translate ENOSPC from shmem_get_page() to ENOMEMChris Wilson
2014-05-16drm/i915: Introduce mapping of user pages into video memory (userptr) ioctlChris Wilson
2014-05-16drm/i915: Gracefully handle obj not bound to GGTT in is_pin_displayOscar Mateo
2014-05-14drm/i915: Only do gtt cleanup in vma_unbind for the global vmaDaniel Vetter
2014-05-14drm/i915: Don't drop pinned fencesDaniel Vetter