1. d1c1edb drm/i915: move dri1 vblank stubs to i915_dma.c by Daniel Vetter · 13 years ago
  2. 582be6b drm/i915: Only enable IPS polling for gen5 by Chris Wilson · 13 years ago
  3. b2da9fe drm/i915: remove do_retire from i915_wait_request by Ben Widawsky · 13 years ago
  4. e0f608d drm/i915: pending_flip_is_done is gen3, name it so by Chris Wilson · 13 years ago
  5. cd9d4e9 drm/i915: check for kms in dri1 ioctls by Daniel Vetter · 13 years ago
  6. 2e895b1 drm/i915: rip out dev_priv->has_gem by Daniel Vetter · 13 years ago
  7. 1070a42 drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c by Chris Wilson · 13 years ago
  8. 9797fbf drm/i915: Split the stolen handling for GEM out of i915_dma.c by Chris Wilson · 13 years ago
  9. c51ed78 drm/i915: haswell has 3 pipes as well by Eugeni Dodonov · 13 years ago
  10. 0136db5 drm/i915: rc6 in sysfs by Ben Widawsky · 13 years ago
  11. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 13 years ago
  12. 26394d9 drm/i915: refuse to load on gen6+ without kms by Daniel Vetter · 13 years ago
  13. e02f14c drm/i915: don't leak struct_mutex lock on ppgtt init failures by Daniel Vetter · 13 years ago
  14. 650dc07 drm/i915: disable ppgtt on snb when dmar is enabled by Daniel Vetter · 13 years ago
  15. 23f54be drm/i915: Initialise GTT MTRR to -1 by Chris Wilson · 13 years ago
  16. d1dd20a drm/i915: clear the entire gtt when using gem by Daniel Vetter · 13 years ago
  17. 9021f28 drm/i915: the intel gtt is _not_ an agp bridge! by Daniel Vetter · 13 years ago
  18. 644ec02 drm/i915: s/i915_gem_do_init/i915_gem_init_global_gtt by Daniel Vetter · 13 years ago
  19. 777ee96 drm/i915: add HAS_ALIASING_PPGTT parameter for userspace by Daniel Vetter · 13 years ago
  20. a70491c i915: Add and use pr_fmt and pr_<level> by Joe Perches · 13 years ago
  21. 9e984bc1 drm/i915: Don't do MTRR setup if PAT is enabled by Adam Jackson · 13 years ago
  22. e2b665c drm/i915: Pull MTRR setup to its own function by Adam Jackson · 13 years ago
  23. ff5f4b0 Merge remote-tracking branch 'airlied/drm-next' into for-airlied by Daniel Vetter · 13 years ago
  24. 466e69b drm: move pci bus master enable into driver. by Dave Airlie · 13 years ago
  25. cdbe8b5 Merge tag 'drm-intel-next-2012-02-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 13 years ago
  26. d3ae081 drm/i915: fix up locking inconsistency around gem_do_init by Daniel Vetter · 13 years ago
  27. 9edd576 Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued by Daniel Vetter · 13 years ago
  28. e21af88 drm/i915: enable ppgtt by Daniel Vetter · 13 years ago
  29. 1d2a314 drm/i915: initialization/teardown for the aliasing ppgtt by Daniel Vetter · 13 years ago
  30. f691e2f drm/i915: swizzling support for snb/ivb by Daniel Vetter · 13 years ago
  31. 198ceac Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 13 years ago
  32. b93f9cf drm/i915: argument to control retiring behavior by Ben Widawsky · 13 years ago
  33. 9f1f46a drm/i915: protect force_wake_(get|put) with the gt_lock by Daniel Vetter · 13 years ago
  34. 3d29b84 drm/i915: add a LLC feature flag in device description by Eugeni Dodonov · 13 years ago
  35. b2c606f drm/i915: kill i915_mem.c by Daniel Vetter · 13 years ago
  36. ae662d3 drm/i915: Add support for resetting the SO write pointers on gen7. by Eric Anholt · 13 years ago
  37. 8ea3086 drm/i915: add color key support v4 by Jesse Barnes · 13 years ago
  38. 4ed0b57 drm/i915: prevent division by zero when asking for chipset power by Eugeni Dodonov · 13 years ago
  39. e0cd360 gpu: add module.h to drivers/gpu files as required. by Paul Gortmaker · 13 years ago
  40. 27f8227 drm/i915: support 3 pipes on IVB+ by Jesse Barnes · 13 years ago
  41. 0206e35 Drivers: i915: Fix all space related issues. by Akshay Joshi · 13 years ago
  42. df79767 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  43. f323470 drm/i915: Initialize RCS ring status page address in intel_render_ring_init_dri by Keith Packard · 13 years ago
  44. 9aa73a5 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  45. a7b85d2 drm/i915: Clean up i915_driver_load failure path by Keith Packard · 13 years ago
  46. 43a9539 drm/i915: Only export the generic intel_disable_fbc() interface by Chris Wilson · 14 years ago
  47. f71d4af drm/i915: move IRQ function table init to i915_irq.c by Jesse Barnes · 14 years ago
  48. ecbec53 drm/i915: more struct_mutex locking by Hugh Dickins · 14 years ago
  49. b1f14ad drm/i915: interrupt & vblank support for Ivy Bridge by Jesse Barnes · 14 years ago
  50. f796cf8 drm/i915: split enable/disable vblank code into chipset specific functions by Jesse Barnes · 14 years ago
  51. 4697995 drm/i915: split irq handling into per-chipset functions by Jesse Barnes · 14 years ago
  52. 4912d04 drm/i915: move gen6 rps handling to workqueue by Ben Widawsky · 14 years ago
  53. 2c7111d drm/i915: Disable all outputs early, before KMS takeover by Chris Wilson · 14 years ago
  54. 96f298a drm/1915: ringbuffer wait for idle function by Ben Widawsky · 14 years ago
  55. e8e7a2b drm/i915: restore only the mode of this driver on lastclose (v2) by Dave Airlie · 14 years ago
  56. 4cbf74c drm/i915: don't store the reg value for HWS_PGA by Chris Wilson · 14 years ago
  57. 8d3c3dd Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  58. 6927faf drm/i915: fix memory corruption with GM965 and >4GB RAM by Jan Niehusmann · 14 years ago
  59. 271d81b drm/i915: Allow relocation deltas outside of target bo by Chris Wilson · 14 years ago
  60. 9db4a9c drm/i915: cleanup per-pipe reg usage by Jesse Barnes · 14 years ago
  61. db53a30 drm/i915: Refine tracepoints by Chris Wilson · 14 years ago
  62. bdd92c9 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  63. 934f992c drm/i915: Recognise non-VGA display devices by Chris Wilson · 14 years ago
  64. e8616b6 drm/i915: Initialise ring vfuncs for old DRI paths by Chris Wilson · 14 years ago
  65. 311bd68 drm/i915: Trivial sparse fixes by Chris Wilson · 14 years ago
  66. 7590107 drm/i915: Remove impossible test by Chris Wilson · 14 years ago
  67. 5bcf719 drm/switcheroo: track state of switch in drivers. by Dave Airlie · 14 years ago
  68. 8d608aa vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs. by Dave Airlie · 14 years ago
  69. 4f12501 Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  70. 63ee41d drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915. by Eric Anholt · 14 years ago
  71. 72bfa19 drm/i915: Allow the application to choose the constant addressing mode by Chris Wilson · 14 years ago
  72. 9c04f01 drm/i915: Add frame buffer compression on Sandybridge by Yuanhan Liu · 14 years ago
  73. 5aa7d52 Merge branch 'drm-intel-fixes' into drm-intel-next by Chris Wilson · 14 years ago
  74. bbf0c6b drm/i915: announce to userspace that the bsd ring is coherent by Daniel Vetter · 14 years ago
  75. 1ec14ad drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB by Chris Wilson · 14 years ago
  76. c4e7a41 drm/i915/ringbuffer: Handle cliprects in the caller by Chris Wilson · 14 years ago
  77. 05394f3 drm/i915: Use drm_i915_gem_object as the preferred type by Chris Wilson · 14 years ago
  78. faa60c4 drm/i915: Contract the magic IPS constants into a direct LUT by Chris Wilson · 14 years ago
  79. c64f7ba agp/intel: Remove confusion of stolen entries not stolen memory by Chris Wilson · 14 years ago
  80. fe669bf drm/i915: Compute physical addresses from base of stolen memory by Chris Wilson · 14 years ago
  81. df9c204 drm/i915: Correct a comment about the use of the workqueue. by Eric Anholt · 14 years ago
  82. 8168bd4 drm/i915: Remove the definitions for Primary Ring Buffer by Chris Wilson · 14 years ago
  83. 56e2ea3 drm/i915: Fix unload after failed initialisation by Chris Wilson · 14 years ago
  84. 6dda569 drm/i915: Switch to using pci_iounmap in conjunction with pci_iomap by Chris Wilson · 14 years ago
  85. a00b10c drm/i915: Only enforce fence limits inside the GTT. by Chris Wilson · 14 years ago
  86. 17250b7 drm/i915: Make the inactive object shrinker per-device by Chris Wilson · 14 years ago
  87. b4ce0f8 drm/i915: Use pci_iomap for remapping the MMIO registers. by Chris Wilson · 14 years ago
  88. 71e9339 drm/i915: Use the agp_size determined from the GTT by Chris Wilson · 14 years ago
  89. 5398463 drm/i915: use the complete gtt by Daniel Vetter · 14 years ago
  90. e1f99ce drm/i915: Propagate errors from writing to ringbuffer by Chris Wilson · 14 years ago
  91. 78501ea drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface by Chris Wilson · 14 years ago
  92. f00a3dd drm/i915: IS_IRONLAKE is synonymous with gen == 5 by Chris Wilson · 14 years ago
  93. 549f736 drm/i915: Enable SandyBridge blitter ring by Chris Wilson · 14 years ago
  94. 87acb0a drm/i915: Simplify most HAS_BSD() checks by Chris Wilson · 14 years ago
  95. 6d139a8 drm/i915: Initialize panel timing registers if VBIOS did not by Bryan Freed · 14 years ago
  96. 701394c drm/i915: Fix oops on HWS unload by Daniel Vetter · 14 years ago
  97. 83e41eb Revert "drm/i915: Prevent module unload to avoid random memory corruption" by Chris Wilson · 14 years ago
  98. fb9a90f Merge remote branch 'airlied/drm-core-next' into tmp by Chris Wilson · 14 years ago
  99. b7ae505 Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  100. 6939a5a drm/i915: Prevent module unload to avoid random memory corruption by Chris Wilson · 14 years ago