aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2014-11-07drm/i915: Request PIN_GLOBAL when pinning a vma for GTT relocationsChris Wilson
2014-11-07drm/i915: Only mark as map-and-fenceable when bound into the GGTTChris Wilson
2014-11-07drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()John Harrison
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin
2014-10-24drm/i915: Correctly reject invalid flags for wait_ioctlDaniel Vetter
2014-10-24drm/i915: Document that mmap forwarding is discouragedDaniel Vetter
2014-10-24drm/i915: Suppress no action noise from oom shrinkerChris Wilson
2014-10-24drm/i915: Report the current number of bytes freed during oomChris Wilson
2014-10-03drm/i915: Remove the duplicated logic between the two shrink phasesChris Wilson
2014-09-30Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter
2014-09-24drm/i915/skl: Fence registers on SKL are the same as SNBDamien Lespiau
2014-09-19drm/i915: DocBook integration for frontbuffer trackingDaniel Vetter
2014-09-19drm/i915: Remove dead code, i915_gem_verify_gttChris Wilson
2014-09-19drm/i915: Match GTT space sanity checker with implementationChris Wilson
2014-09-19drm/i915: Drop any active reference before unbindingChris Wilson
2014-09-19drm/i915: Objects on the unbound list may still have an active referenceChris Wilson
2014-09-16Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie
2014-09-08drm/i915: Fix EIO/wedged handling in gem fault handlerDaniel Vetter
2014-09-03drm/i915: Idle unused rings on gen2/3 during init/resumeVille Syrjälä
2014-09-03drm/i915/bdw: Don't execute context reset and switch with ExeclistsThomas Daniel
2014-09-03drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair
2014-09-03Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2014-08-20drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo
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-08Merge tag 'drm-intel-fixes-2014-08-08' of git://anongit.freedesktop.org/drm-i...Linus Torvalds
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-08-07drm/i915: Bring GPU Freq to min while suspending.Deepak S
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-23drm: i915: Use nsec based interfacesThomas Gleixner
2014-07-23drm/i915: Simplify i915_gem_release_all_mmaps()Chris Wilson
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