1. 1eb0f00 drm/i915: Organize PPGTT init by Rodrigo Vivi · 10 years ago
  2. 2f82bbd drm/i915: Use true PPGTT in Gen8+ when execlists are enabled by Michel Thierry · 10 years ago
  3. 45f8f69 drm/i915: Documentation for multiple GGTT views by Tvrtko Ursulin · 10 years ago
  4. fe14d5f drm/i915: Infrastructure for supporting different GGTT views per object by Tvrtko Ursulin · 10 years ago
  5. 5f77eeb drm/i915: Use BUILD_BUG if possible in the i915 WARN_ON by Daniel Vetter · 10 years ago
  6. f763566 drm/i915: Stop putting GGTT VMA at the head of the list by Tvrtko Ursulin · 10 years ago
  7. f548c0e drm/i915: Can i915_gem_init_ioctl by Daniel Vetter · 10 years ago
  8. 54499b2 Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  9. cf3d262 drm/i915: Fix comments about CHV snoop behaviour by Ville Syrjälä · 10 years ago
  10. 70ee45e drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+ by Damien Lespiau · 10 years ago
  11. 3581f30 drm/i915: Delete outdated comment in byt_pte_encode by Daniel Vetter · 10 years ago
  12. 198c974 drm/i915: Add tracepoints to track a vm during its lifetime by Daniele Ceraolo Spurio · 10 years ago
  13. 59a5d29 drm/i915: fix "Unexpected fault" error message line break by Paulo Zanoni · 10 years ago
  14. d6a8b72 drm/i915: Disable caches for Global GTT. by Rodrigo Vivi · 10 years ago
  15. aff4376 drm/i915: Move flags describing VMA mappings into the VMA by Tvrtko Ursulin · 10 years ago
  16. bbf0ef0 Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  17. cacc6c8 Revert "drm/i915: Enable full PPGTT on gen7" by Daniel Vetter · 10 years ago
  18. 2d65a9f Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  19. 955e36d Merge branch 'topic/skl-stage1' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  20. 91e5649 drm/i915: Flush the PTEs after updating them before suspend by Chris Wilson · 10 years ago
  21. 3fdcf80 drm/i915/skl: Initialize PPGTT like gen8 by Damien Lespiau · 11 years ago
  22. fb8aad4 drm/i915/skl: gen9 uses the same bind_vma() vfuncs as gen6+ by Damien Lespiau · 11 years ago
  23. 6637501 drm/i915/skl: Add the additional graphics stolen sizes by Damien Lespiau · 11 years ago
  24. 1893a71 drm/i915: Inline feature detection into sanitize_enable_ppgtt by Chris Wilson · 10 years ago
  25. c04d016 drm/i915: Drop get/put_pages for scratch page by Daniel Vetter · 10 years ago
  26. 8c50f10 drm/i915: Enable full PPGTT on gen7 by Michel Thierry · 10 years ago
  27. 671b5013 drm/i915/bdw: Do not initialize PPGTT in the legacy way for execlists by Thomas Daniel · 10 years ago
  28. e07f055 drm/i915: Handle i915_ppgtt_put correctly by Michel Thierry · 10 years ago
  29. 6689c16 drm/i915: Rework GPU reset sequence to match driver load & thaw by McAulay, Alistair · 10 years ago
  30. b7c7182 drm/i915/bdw: Don't write PDP in the legacy way when using LRCs by Oscar Mateo · 10 years ago
  31. 70e3254 drm/i915: Cleanup aliasging ppgtt alongside the global gtt by Daniel Vetter · 10 years ago
  32. 90d0a0e drm/i915: Extract commmon global gtt cleanup code by Daniel Vetter · 10 years ago
  33. 19dd120 drm/i915: Extract common cleanup into i915_ppgtt_release by Daniel Vetter · 10 years ago
  34. fa76da3 drm/i915: Initialize the aliasing ppgtt as part of global gtt by Daniel Vetter · 10 years ago
  35. 82460d9 drm/i915: Rework ppgtt init to no require an aliasing ppgtt by Daniel Vetter · 10 years ago
  36. 6c5566a drm/i915: Allow i915_gem_setup_global_gtt to fail by Daniel Vetter · 10 years ago
  37. 841cd77 drm/i915: Only refcount ppgtt if it actually is one by Daniel Vetter · 10 years ago
  38. 4d88470 drm/i915: Track file_priv, not ctx in the ppgtt structure by Daniel Vetter · 10 years ago
  39. ee960be drm/i915: Some cleanups for the ppgtt lifetime handling by Daniel Vetter · 10 years ago
  40. b9d06dd drm/i915: vma/ppgtt lifetime rules by Michel Thierry · 10 years ago
  41. 692ef70 drm/i915: clean up PPGTT checking logic by Jesse Barnes · 10 years ago
  42. 57007df drm/i915: work around warning in i915_gem_gtt by Pavel Machek · 10 years ago
  43. ca2aed6c drm/i915: Don't disable PPGTT for CHV based in PCI rev by Ville Syrjälä · 10 years ago
  44. f1615bb Merge tag 'v3.16-rc4' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  45. 24f3a8c drm/i915: Added write-enable pte bit supportt by Akash Goel · 10 years ago
  46. 62942ed drm/i915/vlv: disable PPGTT on early revs v3 by Jesse Barnes · 10 years ago
  47. ce9557b Merge remote-tracking branch 'drm-intel/topic/kicking-dogs-and-vgacon' into drm-intel-fixes by Jani Nikula · 10 years ago
  48. 4c2e099 drm/i915: Fixup global gtt cleanup by Daniel Vetter · 10 years ago
  49. ecb889e Merge tag 'drm-intel-fixes-2014-06-06' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  50. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 10 years ago
  51. 562d55d drm/i915/bdw: Only use 2g GGTT for 32b platforms by Ben Widawsky · 10 years ago
  52. d23db88 drm/i915: Prevent negative relocation deltas from wrapping by Chris Wilson · 10 years ago
  53. a4872ba drm/i915: s/intel_ring_buffer/intel_engine_cs by Oscar Mateo · 10 years ago
  54. d7f25f2 drm/i915/chv: Implement stolen memory size detection by Damien Lespiau · 10 years ago
  55. 3e8b5ae drm/i915: Use topdown allocation for PPGTT PDEs on gen6/7 by Ben Widawsky · 10 years ago
  56. fd1ab8f drm/i915/chv: Flush caches when programming page tables by Rafael Barbalho · 10 years ago
  57. ee0ce47 drm/i915/chv: PPAT setup for Cherryview by Ville Syrjälä · 10 years ago
  58. 63c42e5 drm/i915/bdw: Add WT caching ability by Ben Widawsky · 10 years ago
  59. cfa7c86 drm/i915: Sanitize the enable_ppgtt module option once by Daniel Vetter · 10 years ago
  60. 0f9dc59 drm/i915: Allow full PPGTT with param override by Ben Widawsky · 10 years ago
  61. 8cbf320 Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 10 years ago
  62. 9f97ba8 Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  63. 62347f9 drm: Add support for two-ended allocation, v3 by Lauri Kasanen · 10 years ago
  64. 5db6c73 drm/i915: dmesg output for VT-d testing by Daniel Vetter · 10 years ago
  65. 8d214b7 drm/i915: Allow full PPGTT with param override by Ben Widawsky · 10 years ago
  66. 0260c42 drm/i915: Split out GTT specific header file by Ben Widawsky · 10 years ago
  67. 50227e1 drm/i915: prefer struct drm_i915_private to drm_i915_private_t by Jani Nikula · 10 years ago
  68. e568af1 drm/i915: Undo gtt scratch pte unmapping again by Daniel Vetter · 10 years ago
  69. a2319c0 drm/i915/bdw: Restore PPAT on thaw by Ben Widawsky · 10 years ago
  70. c513945 drm/i915: Drop WARN_ON(flags) from ppgtt_bind_vma() by Ville Syrjälä · 10 years ago
  71. 5a6c93f drm/i915: Correct PPGTT total size by Ben Widawsky · 10 years ago
  72. 8407bb9 drm/i915/bdw: Use scratch page table for GEN8 PPGTT by Ben Widawsky · 10 years ago
  73. e8e6e60 Merge tag 'v3.14-rc6' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  74. 93a25a9 drm/i915: Disable full ppgtt by default by Daniel Vetter · 10 years ago
  75. 5abbcca drm/i915/bdw: Kill ppgtt->num_pt_pages by Ben Widawsky · 10 years ago
  76. b146520 drm/i915: Split GEN6 PPGTT initialization up by Ben Widawsky · 10 years ago
  77. a00d825 drm/i915: Split GEN6 PPGTT cleanup by Ben Widawsky · 10 years ago
  78. c4ac524 drm/i915: Update i915_gem_gtt.c copyright by Ben Widawsky · 10 years ago
  79. 7907f45 Revert "drm/i915/bdw: Limit GTT to 2GB" by Ben Widawsky · 10 years ago
  80. 7ad47cf drm/i915/bdw: Reorganize PT allocations by Ben Widawsky · 10 years ago
  81. 782f149 drm/i915: Make clear/insert vfuncs args absolute by Ben Widawsky · 10 years ago
  82. bf2b4ed drm/i915/bdw: Split ppgtt initialization up by Ben Widawsky · 10 years ago
  83. f3a964b drm/i915/bdw: Reorganize PPGTT init by Ben Widawsky · 10 years ago
  84. b18b6bd drm/i915/bdw: Free PPGTT struct by Ben Widawsky · 10 years ago
  85. d47c3ea drm/i915: Allow blocking in the PDE alloc when running low on gtt space by Daniel Vetter · 10 years ago
  86. 1ec9e26 drm/i915: Consolidate binding parameters into flags by Daniel Vetter · 10 years ago
  87. b45a671 drm/i915/bdw: Split up PPGTT cleanup by Ben Widawsky · 10 years ago
  88. 9b0cd30 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  89. d330a95 drm/i915: move module parameters into a struct, in a new file by Jani Nikula · 11 years ago
  90. 0e5539b Merge branch 'topic/ppgtt' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  91. e1ba845 Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  92. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  93. 0e46ce2 drm/i915: fix ppgtt dump code for DEBUG_FS=n by Daniel Vetter · 11 years ago
  94. 21c3460 drm/i915: Rename gtt_bus_addr to gtt_phys_addr by Bjorn Helgaas · 11 years ago
  95. 6f1cc99 drm/i915: Avoid dereference past end of page array in gen8_ppgtt_insert_entries() by Chris Wilson · 11 years ago
  96. cc79714 drm/i915: Avoid dereference past end of page array in gen6_ppgtt_insert_entries() by Chris Wilson · 11 years ago
  97. c0a7f81 drm/i915: Mention when we enable the Ironlake iommu workarounds by Chris Wilson · 11 years ago
  98. 058840c drm/i915/bdw: Flush system agent on gen8 also by Ben Widawsky · 11 years ago
  99. 87d60b6 drm/i915: Add PPGTT dumper by Ben Widawsky · 11 years ago
  100. d2ff719 drm/i915: Remove extraneous mm_switch in ppgtt enable by Ben Widawsky · 11 years ago