summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-19drm/i915: Match GTT space sanity checker with implementationChris Wilson1-9/+11
2014-09-19drm/i915: Drop any active reference before unbindingChris Wilson1-0/+3
2014-09-19drm/i915: Objects on the unbound list may still have an active referenceChris Wilson1-47/+64
2014-09-16Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-4/+47
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-4/+7
2014-09-08drm/i915: Fix EIO/wedged handling in gem fault handlerDaniel Vetter1-4/+7
2014-09-03drm/i915: Idle unused rings on gen2/3 during init/resumeVille Syrjälä1-0/+35
2014-09-03drm/i915/bdw: Don't execute context reset and switch with ExeclistsThomas Daniel1-3/+5
2014-09-03drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair1-1/+7
2014-09-03Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-69/+116
2014-08-20drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo1-0/+12
2014-08-15drm/i915/bdw: Emission of requests with logical ringsOscar Mateo1-19/+53
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter1-0/+8
2014-08-13drm/i915: Fix up checks for aliasing ppgttDaniel Vetter1-6/+2
2014-08-13drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter1-1/+6
2014-08-13drm/i915: Add proper prefix to obj_to_ggttDaniel Vetter1-1/+1
2014-08-13drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter1-1/+2
2014-08-12drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter1-4/+1
2014-08-12drm/i915: vma/ppgtt lifetime rulesMichel Thierry1-0/+8
2014-08-11drm/i915/bdw: Skeleton for the new logical rings submission pathOscar Mateo1-0/+5
2014-08-11drm/i915: Abstract the legacy workload submission mechanism awayOscar Mateo1-4/+11
2014-08-11drm/i915/bdw: Macro for LRCs and module option for ExeclistsOscar Mateo1-0/+3
2014-08-11drm/i915: Remove fenced_gpu_access and pending_fenced_gpu_accessChris Wilson1-17/+0
2014-08-11drm/i915: Force CPU relocations if not GTT mappedChris Wilson1-4/+4
2014-08-11drm/i915: Only perform set-to-gtt domain for objects bound to the global gttChris Wilson1-17/+5
2014-08-08Merge tag 'drm-intel-fixes-2014-08-08' of git://anongit.freedesktop.org/drm-i...Linus Torvalds1-1/+1
2014-08-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-23/+70
2014-08-07drm/i915: Bring GPU Freq to min while suspending.Deepak S1-1/+1
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+12
2014-07-24drm: i915: Use nsec based interfacesThomas Gleixner1-21/+12
2014-07-23drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson1-16/+9
2014-07-23drm/i915: Do not unmap object unless no other VMAs reference itArmin Reese1-3/+3
2014-07-23drm/i915: add helper for checking whether IRQs are enabledJesse Barnes1-1/+1
2014-07-23drm/i915: Abandon oom quickly if killed by a signalChris Wilson1-1/+4
2014-07-08drm/i915: Generalize intel_ring_get_tail to take a ringbufOscar Mateo1-2/+2
2014-07-08drm/i915: Restrict GPU boost to the RCS engineChris Wilson1-1/+1
2014-07-08drm/i915: Updating comments.Rodrigo Vivi1-0/+2
2014-06-19drm/i915: Track frontbuffer invalidation/flushingDaniel Vetter1-6/+14
2014-06-19drm/i915: Introduce accurate frontbuffer trackingDaniel Vetter1-0/+19
2014-06-19drm/i915: Drop schedule_back from psr_exitDaniel Vetter1-3/+3
2014-06-18drm/i915: Don't BUG_ON in i915_gem_obj_offsetDaniel Vetter1-1/+2
2014-06-18drm/i915: Don't prefault the entire obj if the vma is smallerVille Syrjälä1-1/+4
2014-06-17drm/i915: Replaced Blitter ring based flips with MMIO flipsSourab Gupta1-1/+1
2014-06-16drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson1-16/+9
2014-06-13drm/i915: Force PSR exit by inactivating it.Rodrigo Vivi1-0/+6
2014-06-13drm/i915: Prefault the entire object on first page faultChris Wilson1-5/+17
2014-06-13drm/i915: Use the .release hook to drop the stolen drm_mm trackingChris Wilson1-1/+0
2014-06-11drm/i915: use shmem helpers if possibleDavid Herrmann1-7/+1
2014-06-06Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-2/+2
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-206/+160