aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding1-3/+3
2014-12-17drm/i915: Organize bind_vma funcsRodrigo Vivi1-13/+2
2014-12-17drm/i915: Organize PPGTT initRodrigo Vivi1-3/+1
2014-12-16drm/i915: Use true PPGTT in Gen8+ when execlists are enabledMichel Thierry1-3/+4
2014-12-15drm/i915: Documentation for multiple GGTT viewsTvrtko Ursulin1-0/+60
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin1-9/+61
2014-12-15drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter1-3/+3
2014-12-04drm/i915: Stop putting GGTT VMA at the head of the listTvrtko Ursulin1-6/+2
2014-11-20drm/i915: Can i915_gem_init_ioctlDaniel Vetter1-4/+4
2014-11-19Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queuedDaniel Vetter1-0/+16
2014-11-14drm/i915: Fix comments about CHV snoop behaviourVille Syrjälä1-3/+11
2014-11-14drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+Damien Lespiau1-1/+6
2014-11-14drm/i915: Delete outdated comment in byt_pte_encodeDaniel Vetter1-3/+0
2014-11-14drm/i915: Add tracepoints to track a vm during its lifetimeDaniele Ceraolo Spurio1-0/+4
2014-11-07drm/i915: fix "Unexpected fault" error message line breakPaulo Zanoni1-1/+1
2014-11-06drm/i915: Disable caches for Global GTT.Rodrigo Vivi1-0/+16
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-12/+12
2014-10-28Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-7/+29
2014-10-24Revert "drm/i915: Enable full PPGTT on gen7"Daniel Vetter1-1/+1
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-148/+143
2014-09-30Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter1-2/+18
2014-09-29drm/i915: Flush the PTEs after updating them before suspendChris Wilson1-1/+13
2014-09-24drm/i915/skl: Initialize PPGTT like gen8Damien Lespiau1-1/+1
2014-09-24drm/i915/skl: gen9 uses the same bind_vma() vfuncs as gen6+Damien Lespiau1-0/+1
2014-09-24drm/i915/skl: Add the additional graphics stolen sizesDamien Lespiau1-1/+16
2014-09-19drm/i915: Inline feature detection into sanitize_enable_ppgttChris Wilson1-3/+11
2014-09-19drm/i915: Drop get/put_pages for scratch pageDaniel Vetter1-2/+0
2014-09-19drm/i915: Enable full PPGTT on gen7Michel Thierry1-1/+1
2014-09-03drm/i915/bdw: Do not initialize PPGTT in the legacy way for execlistsThomas Daniel1-6/+6
2014-09-03drm/i915: Handle i915_ppgtt_put correctlyMichel Thierry1-4/+3
2014-09-03drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair1-56/+7
2014-08-20drm/i915/bdw: Don't write PDP in the legacy way when using LRCsOscar Mateo1-0/+6
2014-08-13drm/i915: Cleanup aliasging ppgtt alongside the global gttDaniel Vetter1-0/+7
2014-08-13drm/i915: Extract commmon global gtt cleanup codeDaniel Vetter1-8/+12
2014-08-13drm/i915: Extract common cleanup into i915_ppgtt_releaseDaniel Vetter1-5/+3
2014-08-13drm/i915: Initialize the aliasing ppgtt as part of global gttDaniel Vetter1-12/+30
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter1-51/+33
2014-08-13drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter1-6/+10
2014-08-13drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter1-1/+2
2014-08-13drm/i915: Track file_priv, not ctx in the ppgtt structureDaniel Vetter1-0/+21
2014-08-12drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter1-5/+15
2014-08-12drm/i915: vma/ppgtt lifetime rulesMichel Thierry1-0/+5
2014-08-08drm/i915: clean up PPGTT checking logicJesse Barnes1-11/+0
2014-08-07drm/i915: work around warning in i915_gem_gttPavel Machek1-5/+6
2014-07-11drm/i915: Don't disable PPGTT for CHV based in PCI revVille Syrjälä1-1/+2
2014-07-07Merge tag 'v3.16-rc4' into drm-intel-next-queuedDaniel Vetter1-1/+8
2014-06-17drm/i915: Added write-enable pte bit supporttAkash Goel1-19/+29
2014-06-13drm/i915/vlv: disable PPGTT on early revs v3Jesse Barnes1-0/+6
2014-06-11Merge remote-tracking branch 'drm-intel/topic/kicking-dogs-and-vgacon' into drm-intel-fixesJani Nikula1-1/+8
2014-06-06drm/i915: Fixup global gtt cleanupDaniel Vetter1-1/+8