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