aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-27drm/i915: Compare GGTT view structs instead of typesJoonas Lahtinen1-0/+3
2015-03-27drm/i915: fix simple_return.cocci warningskbuild test robot1-7/+1
2015-03-27drm/i915: Add dynamic page trace eventsMichel Thierry1-0/+5
2015-03-27drm/i915: Finish gen6/7 dynamic page table allocationMichel Thierry1-19/+127
2015-03-27drm/i915: Remove unnecessary gen6_ppgtt_unmap_pagesMichel Thierry1-11/+0
2015-03-27drm/i915: Fix i915_dma_map_single positive error codeMichel Thierry1-1/+4
2015-03-25drm/i915/skl: Fix up positive error codeTvrtko Ursulin1-1/+1
2015-03-23drm/i915/skl: Support secondary (rotated) frame buffer mappingTvrtko Ursulin1-4/+113
2015-03-20drm/i915: Track page table reload needBen Widawsky1-0/+11
2015-03-20drm/i915: Track GEN6 page table usageBen Widawsky1-62/+137
2015-03-20drm/i915: page table generalizationsMichel Thierry1-80/+80
2015-03-20drm/i915: kerneldoc for i915_gem_shrinker.cDaniel Vetter1-1/+1
2015-03-20drm/i915: memory leak in __i915_gem_vma_create()Dan Carpenter1-3/+4
2015-03-20drm/i915: Do not use ggtt_view with (aliasing) PPGTTJoonas Lahtinen1-18/+53
2015-03-17drm/i915: Setup all page directories for gen8Mika Kuoppala1-6/+15
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie1-3/+3
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding1-3/+3
2015-02-26drm/i915: fix a printk formatDan Carpenter1-1/+1
2015-02-26drm/i915: Add missing description to parameter in alloc_pt_rangeMichel Thierry1-1/+1
2015-02-25drm/i915: Plumb drm_device through page tables operationsMichel Thierry1-13/+16
2015-02-25drm/i915: Create page table allocatorsBen Widawsky1-86/+168
2015-02-25drm/i915: Complete page table structuresBen Widawsky1-56/+29
2015-02-25drm/i915: page table abstractionsBen Widawsky1-87/+93
2015-02-13drm/i915: Support alias ppgtt in VM if ppgtt is enabledYu Zhang1-0/+16
2015-02-13drm/i915: Adds graphic address space ballooning logicYu Zhang1-3/+14
2015-02-13drm/i915: Setup less PPGTT on failed page_directoryBen Widawsky1-1/+4
2015-02-13drm/i915: Rename to GEN8_LEGACY_PDPESBen Widawsky1-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