summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Organize bind_vma funcsRodrigo Vivi2014-12-171-13/+2
* drm/i915: Organize PPGTT initRodrigo Vivi2014-12-171-3/+1
* drm/i915: Use true PPGTT in Gen8+ when execlists are enabledMichel Thierry2014-12-161-3/+4
* drm/i915: Documentation for multiple GGTT viewsTvrtko Ursulin2014-12-151-0/+60
* drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin2014-12-151-9/+61
* drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter2014-12-151-3/+3
* drm/i915: Stop putting GGTT VMA at the head of the listTvrtko Ursulin2014-12-041-6/+2
* drm/i915: Can i915_gem_init_ioctlDaniel Vetter2014-11-201-4/+4
* Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queuedDaniel Vetter2014-11-191-0/+16
|\
| * drm/i915: Disable caches for Global GTT.Rodrigo Vivi2014-11-061-0/+16
* | drm/i915: Fix comments about CHV snoop behaviourVille Syrjälä2014-11-141-3/+11
* | drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+Damien Lespiau2014-11-141-1/+6
* | drm/i915: Delete outdated comment in byt_pte_encodeDaniel Vetter2014-11-141-3/+0
* | drm/i915: Add tracepoints to track a vm during its lifetimeDaniele Ceraolo Spurio2014-11-141-0/+4
* | drm/i915: fix "Unexpected fault" error message line breakPaulo Zanoni2014-11-071-1/+1
* | drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin2014-11-041-12/+12
* | Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...Dave Airlie2014-10-281-7/+29
|\ \ | |/ |/|
| * Revert "drm/i915: Enable full PPGTT on gen7"Daniel Vetter2014-10-241-1/+1
| * Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter2014-09-301-2/+18
| |\
| | * drm/i915/skl: Initialize PPGTT like gen8Damien Lespiau2014-09-241-1/+1
| | * drm/i915/skl: gen9 uses the same bind_vma() vfuncs as gen6+Damien Lespiau2014-09-241-0/+1
| | * drm/i915/skl: Add the additional graphics stolen sizesDamien Lespiau2014-09-241-1/+16
| * | drm/i915: Inline feature detection into sanitize_enable_ppgttChris Wilson2014-09-191-3/+11
| * | drm/i915: Drop get/put_pages for scratch pageDaniel Vetter2014-09-191-2/+0
| * | drm/i915: Enable full PPGTT on gen7Michel Thierry2014-09-191-1/+1
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-141-148/+143
|\ \ | |/
| * drm/i915/bdw: Do not initialize PPGTT in the legacy way for execlistsThomas Daniel2014-09-031-6/+6
| * drm/i915: Handle i915_ppgtt_put correctlyMichel Thierry2014-09-031-4/+3
| * drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair2014-09-031-56/+7
| * drm/i915/bdw: Don't write PDP in the legacy way when using LRCsOscar Mateo2014-08-201-0/+6
| * drm/i915: Cleanup aliasging ppgtt alongside the global gttDaniel Vetter2014-08-131-0/+7
| * drm/i915: Extract commmon global gtt cleanup codeDaniel Vetter2014-08-131-8/+12
| * drm/i915: Extract common cleanup into i915_ppgtt_releaseDaniel Vetter2014-08-131-5/+3
| * drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter2014-08-131-12/+30
| * drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter2014-08-131-51/+33
| * drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter2014-08-131-6/+10
| * drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter2014-08-131-1/+2
| * drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter2014-08-131-0/+21
| * drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter2014-08-121-5/+15
| * drm/i915: vma/ppgtt lifetime rulesMichel Thierry2014-08-121-0/+5
| * drm/i915: clean up PPGTT checking logicJesse Barnes2014-08-081-11/+0
* | drm/i915: Flush the PTEs after updating them before suspendChris Wilson2014-09-291-1/+13
|/
* drm/i915: work around warning in i915_gem_gttPavel Machek2014-08-071-5/+6
* drm/i915: Don't disable PPGTT for CHV based in PCI revVille Syrjälä2014-07-111-1/+2
* Merge tag 'v3.16-rc4' into drm-intel-next-queuedDaniel Vetter2014-07-071-1/+8
|\
| * Merge remote-tracking branch 'drm-intel/topic/kicking-dogs-and-vgacon' into d...Jani Nikula2014-06-111-1/+8
| |\
| | * drm/i915: Fixup global gtt cleanupDaniel Vetter2014-06-061-1/+8
* | | drm/i915: Added write-enable pte bit supporttAkash Goel2014-06-171-19/+29
* | | drm/i915/vlv: disable PPGTT on early revs v3Jesse Barnes2014-06-131-0/+6
|/ /
* | Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-06-061-0/+7
|\ \ | |/ |/|
OpenPOWER on IntegriCloud