1. 8bcdd0f7 drm/i915: Embed the scratch page struct into each VM by Chris Wilson · 8 years ago
  2. f7bbe78 drm/i915: Embed the io-mapping struct inside drm_i915_private by Chris Wilson · 8 years ago
  3. d8923dc drm/i915: Track display alignment on VMA by Chris Wilson · 8 years ago
  4. 8211887 drm/i915: Choose not to evict faultable objects from the GGTT by Chris Wilson · 8 years ago
  5. 49ef529 drm/i915: Move fence tracking from object to vma by Chris Wilson · 8 years ago
  6. 05a20d0 drm/i915: Move map-and-fenceable tracking to the VMA by Chris Wilson · 8 years ago
  7. bde13eb drm/i915: Introduce i915_ggtt_offset() by Chris Wilson · 8 years ago
  8. 058d88c drm/i915: Track pinned VMA by Chris Wilson · 8 years ago
  9. 19880c4 drm/i915: Consolidate i915_vma_unpin_and_release() by Chris Wilson · 8 years ago
  10. 8b797af drm/i915: Track pinned vma inside guc by Chris Wilson · 8 years ago
  11. 81a8aa4 drm/i915: Create a VMA for an object by Chris Wilson · 8 years ago
  12. 247177d drm/i915: Always set the vma->pages by Chris Wilson · 8 years ago
  13. 6687c90 drm/i915: Rewrite fb rotation GTT handling by Ville Syrjälä · 9 years ago
  14. 305bc23 drm/i915: Make i915_vma_pin() small and inline by Chris Wilson · 8 years ago
  15. 3272db5 drm/i915: Combine all i915_vma bitfields into a single set of flags by Chris Wilson · 8 years ago
  16. 59bfa12 drm/i915: Start passing around i915_vma from execbuffer by Chris Wilson · 8 years ago
  17. 20dfbde drm/i915: Wrap vma->pin_count accessors with small inline helpers by Chris Wilson · 8 years ago
  18. de18003 drm/i915: Record allocated vma size by Chris Wilson · 8 years ago
  19. 50e046b drm/i915: Mark the context and address space as closed by Chris Wilson · 8 years ago
  20. b1f788c drm/i915: Release vma when the handle is closed by Chris Wilson · 8 years ago
  21. b0decaf drm/i915: Track active vma requests by Chris Wilson · 8 years ago
  22. 2bfa996 drm/i915: Store owning file on the i915_address_space by Chris Wilson · 8 years ago
  23. 34c998b drm/i915: Rearrange GGTT probing to avoid needing a vfunc by Chris Wilson · 8 years ago
  24. f6b9d5c drm/i915: Split early global GTT initialisation by Chris Wilson · 8 years ago
  25. 97d6d7a drm/i915: Update GGTT initialisation functions to take drm_i915_private by Chris Wilson · 8 years ago
  26. 0088e52 drm/i915: Split GGTT initialisation between probing and setup by Chris Wilson · 8 years ago
  27. 406ea8d drm/i915: Treat ringbuffer writes as write to normal memory by Chris Wilson · 8 years ago
  28. 731f74c drm/i915: tweak gen6_for_{each_pde, all_pdes} macros by Dave Gordon · 8 years ago
  29. d6473f5 drm/i915: Add support for mapping an object page by page by Chris Wilson · 8 years ago
  30. dc97997 drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c by Chris Wilson · 8 years ago
  31. ac840ae drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms by Ville Syrjälä · 8 years ago
  32. cba6dba drm/i915: Unexport i915_ppgtt_init() by Chris Wilson · 8 years ago
  33. f9326be drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use by Chris Wilson · 8 years ago
  34. 8ef8561 drm/i915: Move ioremap_wc tracking onto VMA by Chris Wilson · 8 years ago
  35. 72e96d6 drm/i915: Refer to GGTT {,VM} consistently by Joonas Lahtinen · 8 years ago
  36. d85489d drm/i915: Rename GGTT init functions by Joonas Lahtinen · 8 years ago
  37. d507d73 drm/i915/gtt: Clean up GGTT probing code by Joonas Lahtinen · 8 years ago
  38. 62106b4 drm/i915: Rename dev_priv->gtt to dev_priv->ggtt by Joonas Lahtinen · 8 years ago
  39. 1663b9d drm/i915: Reorganize intel_rotation_info by Ville Syrjälä · 8 years ago
  40. 596c592 drm/i915: Reduce the pointer dance of i915_is_ggtt() by Chris Wilson · 8 years ago
  41. 1c7f4bc drm/i915: Rename vma->*_list to *_link for consistency by Chris Wilson · 8 years ago
  42. 69603db i915: cast before shifting in i915_pte_count by Alan · 8 years ago
  43. 274008e drm/i915/bxt: Check BIOS RC6 setup before enabling RC6 by Sagar Arun Kamble · 8 years ago
  44. 7723f47d drm/i915: Rename the rotated gtt view member to 'rotated' by Ville Syrjälä · 9 years ago
  45. ca82580c drm/i915: Do not call API requiring struct_mutex where it is not available by Tvrtko Ursulin · 9 years ago
  46. e8ebd8e drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macros by Dave Gordon · 9 years ago
  47. ce7f172 drm/i915: Fix i915_ggtt_view_equal to handle rotation correctly by Daniel Vetter · 9 years ago
  48. a6d0918 drm/i915: Stuff rotation params into view union by Daniel Vetter · 9 years ago
  49. 24dfd07 drm/i915: prevent out of range pt in the PDE macros (take 3) by Michel Thierry · 9 years ago
  50. dedf278 drm/i915: Enable querying offset of UV plane with intel_plane_obj_offset by Tvrtko Ursulin · 9 years ago
  51. 89e3e14 drm/i915: Support NV12 in rotated GGTT mapping by Tvrtko Ursulin · 9 years ago
  52. a9da512 drm/i915: avoid the last 8mb of stolen on BDW/SKL by Paulo Zanoni · 9 years ago
  53. 088e0df drm/i915/gtt: Allow >= 4GB offsets in X86_32 by Michel Thierry · 9 years ago
  54. 69ab76f drm/i915/gen8: Initialize PDPs and PML4 by Michel Thierry · 9 years ago
  55. 762d993 drm/i915/gen8: implement alloc/free for 4lvl by Michel Thierry · 9 years ago
  56. 81ba8aef drm/i915/gen8: Add PML4 structure by Michel Thierry · 9 years ago
  57. 6ac1850 drm/i915/gen8: Make pdp allocation more dynamic by Michel Thierry · 9 years ago
  58. 09120d4 drm/i915: Remove unnecessary gen8_clamp_pd by Michel Thierry · 9 years ago
  59. 79ab937 drm/i915/gtt: Move scratch_pd and scratch_pt into vm struct by Mika Kuoppala · 9 years ago
  60. c114f76 drm/i915/gtt: Make scratch page i915_page_dma compatible by Mika Kuoppala · 9 years ago
  61. 567047b drm/i915/gtt: Use macros to access dma mapped pages by Mika Kuoppala · 9 years ago
  62. 44159dd drm/i915/gtt: Introduce struct i915_page_dma by Mika Kuoppala · 9 years ago
  63. d852c7b drm/i915/gtt: Introduce i915_page_dir_dma_addr by Mika Kuoppala · 9 years ago
  64. c44ef60 drm/i915/gtt: Allow >= 4GB sizes for vm. by Mika Kuoppala · 9 years ago
  65. 84fe03f drm/i915: Move rotated geometry calculations into the fill helper by Tvrtko Ursulin · 9 years ago
  66. e85b26d drm/i915: Update switch_mm() to take a request structure by John Harrison · 9 years ago
  67. b3dd6b9 drm/i915: Update ppgtt_init_ring() & context_enable() to take requests by John Harrison · 9 years ago
  68. 4ad2fd8 drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring by John Harrison · 9 years ago
  69. 8bd7ef1 drm/i915: Add a partial GGTT view type by Joonas Lahtinen · 9 years ago
  70. 91e6711 drm/i915: Do not make assumptions on GGTT VMA sizes by Joonas Lahtinen · 9 years ago
  71. 70b9f6f rm/i915: Move i915_get_ggtt_vma_pages into ggtt_bind_vma by Daniel Vetter · 9 years ago
  72. f329f5f drm/i915: Move PTE_READ_ONLY to ->pte_encode vfunc by Daniel Vetter · 9 years ago
  73. 777dc5b drm/i915: Move vma vfuns to adddress_space by Daniel Vetter · 9 years ago
  74. 33c8819 drm/i915/gen8: begin bitmap tracking by Michel Thierry · 9 years ago
  75. 09942c6 drm/i915: num_pd_pages/num_pd_entries isn't useful by Michel Thierry · 9 years ago
  76. 7cb6d7a drm/i915/gen8: Update pdp switch and point unused PDPs to scratch page by Michel Thierry · 9 years ago
  77. 9271d95 drm/i915/gen8: Add dynamic allocation macros and helper functions by Michel Thierry · 9 years ago
  78. ec565b3 drm/i915: Remove _entry from PPGTT page structures by Michel Thierry · 9 years ago
  79. 9abc464 drm/i915: Compare GGTT view structs instead of types by Joonas Lahtinen · 9 years ago
  80. 4933d51 drm/i915: Finish gen6/7 dynamic page table allocation by Michel Thierry · 9 years ago
  81. fdc454c drm/i915: Prevent out of range pt in gen6_for_each_pde by Michel Thierry · 9 years ago
  82. 50470bb drm/i915/skl: Support secondary (rotated) frame buffer mapping by Tvrtko Ursulin · 9 years ago
  83. 563222a drm/i915: Track page table reload need by Ben Widawsky · 9 years ago
  84. 678d96f drm/i915: Track GEN6 page table usage by Ben Widawsky · 9 years ago
  85. 07749ef drm/i915: page table generalizations by Michel Thierry · 9 years ago
  86. 06fda60 drm/i915: Create page table allocators by Ben Widawsky · 9 years ago
  87. 7324cc0 drm/i915: Complete page table structures by Ben Widawsky · 9 years ago
  88. d7b3de9 drm/i915: page table abstractions by Ben Widawsky · 9 years ago
  89. 17d5538 drm/i915/gen8: Un-hardcode number of page directories by Ben Widawsky · 10 years ago
  90. 7664360 drm/i915: Rename to GEN8_LEGACY_PDPES by Ben Widawsky · 10 years ago
  91. fe14d5f drm/i915: Infrastructure for supporting different GGTT views per object by Tvrtko Ursulin · 10 years ago
  92. 97b2a6a drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req by John Harrison · 10 years ago
  93. 4feb765 drm/i915: Remove user pinning code by Daniel Vetter · 10 years ago
  94. f548c0e drm/i915: Can i915_gem_init_ioctl by Daniel Vetter · 10 years ago
  95. aff4376 drm/i915: Move flags describing VMA mappings into the VMA by Tvrtko Ursulin · 10 years ago
  96. 6689c16 drm/i915: Rework GPU reset sequence to match driver load & thaw by McAulay, Alistair · 10 years ago
  97. 90d0a0e drm/i915: Extract commmon global gtt cleanup code by Daniel Vetter · 10 years ago
  98. 82460d9 drm/i915: Rework ppgtt init to no require an aliasing ppgtt by Daniel Vetter · 10 years ago
  99. 6c5566a drm/i915: Allow i915_gem_setup_global_gtt to fail by Daniel Vetter · 10 years ago
  100. 4d88470 drm/i915: Track file_priv, not ctx in the ppgtt structure by Daniel Vetter · 10 years ago