1. 35451cb drm/i915: Mappable_end can't ever be > end by Ben Widawsky · 11 years ago
  2. c1fc652 drm/i915: Kill gtt_end by Ben Widawsky · 11 years ago
  3. b5cc6c0 Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  4. 1c45140 drm/i915: Make GSM void by Ben Widawsky · 12 years ago
  5. 06e5598 drm/i915: Move GSM mapping into dev_priv by Ben Widawsky · 12 years ago
  6. d7e5008 drm/i915: Move even more gtt code to i915_gem_gtt by Ben Widawsky · 12 years ago
  7. 079a43f drm/i915: Missed conversion to gtt_pte_t by Ben Widawsky · 12 years ago
  8. 2065209 drm/i915: Fix missed needs_dmar setting by Zhenyu Wang · 12 years ago
  9. ed2f345 drm/i915: Avoid clearing preallocated regions from the GTT by Chris Wilson · 12 years ago
  10. 2ff4aeac drm/i915: Fix pte updates in ggtt clear range by Ben Widawsky · 12 years ago
  11. b5c6215 drm/i915: Use pci_resource functions for BARs. by Ben Widawsky · 12 years ago
  12. d640c4b drm/i915: Report amount of usable graphics memory in MiB by Chris Wilson · 12 years ago
  13. ccdf56c drm/i915: Fix sparse warnings in from AGP kill code by Ben Widawsky · 12 years ago
  14. 26b1ff3 drm/i915: Move the remaining gtt code by Ben Widawsky · 12 years ago
  15. 0f9b91c drm/i915: flush system agent TLBs on SNB by Ben Widawsky · 12 years ago
  16. 03752f5 drm/i915: Calculate correct stolen size for GEN7+ by Ben Widawsky · 12 years ago
  17. e76e9ae drm/i915: Stop using AGP layer for GEN6+ by Ben Widawsky · 12 years ago
  18. e7210c3 drm/i915: move more pte encoding to pte encode by Ben Widawsky · 12 years ago
  19. 54d1252 drm/i915: Extract PPGTT pte encoding by Ben Widawsky · 12 years ago
  20. f61c060 drm/i915: introduce gtt_pte_t by Ben Widawsky · 12 years ago
  21. 8f2c59f drm/i915: Add dev to ppgtt by Ben Widawsky · 12 years ago
  22. 8693607 drm/i915: No LLC_MLC for HSW. by Ben Widawsky · 12 years ago
  23. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  24. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  25. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  26. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  27. 2f745ad drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops by Chris Wilson · 12 years ago
  28. 9da3da6 drm/i915: Replace the array of pages with a scatterlist by Chris Wilson · 12 years ago
  29. 65983bd Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  30. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 12 years ago
  31. 9a0f938 drm/i915: Use the correct size of the GTT for placing the per-process entries by Chris Wilson · 12 years ago
  32. 6c085a7 drm/i915: Track unbound pages by Chris Wilson · 12 years ago
  33. a843af1 drm/i915: fix hsw uncached pte by Daniel Vetter · 12 years ago
  34. a22ddff Merge tag 'v3.6-rc2' into drm-intel-next by Daniel Vetter · 12 years ago
  35. f00f979 i915: don't map imported dma-bufs for dmar. by Dave Airlie · 12 years ago
  36. 42d6ab4 drm/i915: Segregate memory domains in the GTT using coloring by Chris Wilson · 12 years ago
  37. 1286ff7 i915: add dmabuf/prime buffer sharing support. by Daniel Vetter · 12 years ago
  38. b2da9fe drm/i915: remove do_retire from i915_wait_request by Ben Widawsky · 12 years ago
  39. 211c568 drm/i915: simplify ppgtt setup by Daniel Vetter · 12 years ago
  40. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  41. 55a254a drm/i915: properly restore the ppgtt page directory on resume by Daniel Vetter · 12 years ago
  42. d1dd20a drm/i915: clear the entire gtt when using gem by Daniel Vetter · 12 years ago
  43. 644ec02 drm/i915: s/i915_gem_do_init/i915_gem_init_global_gtt by Daniel Vetter · 12 years ago
  44. 74898d7 drm/i915: bind objects to the global gtt only when needed by Daniel Vetter · 12 years ago
  45. 7416390 drm/i915: split out dma mapping from global gtt bind/unbind functions by Daniel Vetter · 12 years ago
  46. 7bddb01 drm/i915: ppgtt binding/unbinding support by Daniel Vetter · 12 years ago
  47. 1d2a314 drm/i915: initialization/teardown for the aliasing ppgtt by Daniel Vetter · 12 years ago
  48. 8436473 drm/i915: drm/i915: Fix recursive calls to unmap by Ben Widawsky · 12 years ago
  49. b93f9cf drm/i915: argument to control retiring behavior by Ben Widawsky · 12 years ago
  50. 5c04228 drm/i915: ILK + VT-d workaround by Ben Widawsky · 13 years ago
  51. e4ffd17 drm/i915: Add an interface to dynamically change the cache level by Chris Wilson · 13 years ago
  52. d5bd144 drm/i915/gtt: Split out i915_gem_gtt_rebind_object() by Chris Wilson · 13 years ago
  53. 93dfb40 drm/i915: Rename agp_type to cache_level by Chris Wilson · 13 years ago
  54. bee4a18 drm/i915,agp/intel: Do not clear stolen entries by Chris Wilson · 13 years ago
  55. d912640 drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTT by Chris Wilson · 13 years ago
  56. a8e9312 drm/i915/gtt: Clear the cachelines upon resume by Chris Wilson · 14 years ago
  57. 05394f3 drm/i915: Use drm_i915_gem_object as the preferred type by Chris Wilson · 14 years ago
  58. 185cbcb drm/i915: no more agp for gem by Daniel Vetter · 14 years ago
  59. 7c2e6fd drm/i915: move gtt handling to i915_gem_gtt.c by Daniel Vetter · 14 years ago
  60. 76aaf22 drm/i915: restore gtt on resume in the drm instead of in intel-gtt.ko by Daniel Vetter · 14 years ago