1. b9524a1 drm/i915: remap l3 on hw init by Ben Widawsky · 13 years ago
  2. e368919 drm/i915: Dynamic Parity Detection handling by Ben Widawsky · 13 years ago
  3. 199b2bc drm/i915: s/i915_wait_request/i915_wait_seqno/g by Ben Widawsky · 13 years ago
  4. 23ba4fd drm/i915: wait render timeout ioctl by Ben Widawsky · 13 years ago
  5. b451951 drm/i915: Introduce for_each_ring() macro by Chris Wilson · 13 years ago
  6. 1f8eeab drm/i915: program WM_LINETIME on Haswell by Eugeni Dodonov · 13 years ago
  7. d4b8bb2 drm/i915: kill flags parameter for reset functions by Daniel Vetter · 13 years ago
  8. 742cbee drm/i915: rework dev->first_error locking by Daniel Vetter · 13 years ago
  9. e5eb3d6 drm/i915: add interface to simulate gpu hangs by Daniel Vetter · 13 years ago
  10. 9104183 drm/i915: Periodically sanity check power management by Chris Wilson · 13 years ago
  11. 316d388 drm/i915: rework legacy GFX HWS handling by Daniel Vetter · 13 years ago
  12. 09422b2 drm/i915: move LP_RING&friends to i915_dma.c by Daniel Vetter · 13 years ago
  13. d05c617 drm/i915: extract dri1 breadcrumb update from irq handler by Daniel Vetter · 13 years ago
  14. 9488867 drm/i915: move dri1 irq ioctl code to i915_dma.c by Daniel Vetter · 13 years ago
  15. 64c43c3 drm/i915: rip out dev_priv->tex_lru_log_granularity by Daniel Vetter · 13 years ago
  16. 8781342 drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-struct by Daniel Vetter · 13 years ago
  17. d1c1edb drm/i915: move dri1 vblank stubs to i915_dma.c by Daniel Vetter · 13 years ago
  18. 7001f22 drm/i915: Remove unused dev_priv->vblank_pipe by Chris Wilson · 13 years ago
  19. 9574b3f drm/i915: kill waiting_seqno by Ben Widawsky · 13 years ago
  20. be998e2 drm/i915: move vbetool invoked ier stuff by Ben Widawsky · 13 years ago
  21. b2da9fe drm/i915: remove do_retire from i915_wait_request by Ben Widawsky · 13 years ago
  22. 4f7d1e7 drm/i915: Clear FlipDone semantics change for pageflipping on gen3 by Chris Wilson · 13 years ago
  23. e0f608d drm/i915: pending_flip_is_done is gen3, name it so by Chris Wilson · 13 years ago
  24. 2e895b1 drm/i915: rip out dev_priv->has_gem by Daniel Vetter · 13 years ago
  25. 1070a42 drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c by Chris Wilson · 13 years ago
  26. 9797fbf drm/i915: Split the stolen handling for GEM out of i915_dma.c by Chris Wilson · 13 years ago
  27. 1488fc0 drm/i915: Remove the deferred-free list by Chris Wilson · 13 years ago
  28. 1b50247 drm/i915: Remove the list of pinned inactive objects by Chris Wilson · 13 years ago
  29. a39d7ef drm/i915: Remove i915_gem_evict_inactive() by Chris Wilson · 13 years ago
  30. ee7b9f9 drm/i915: manage PCH PLLs separately from pipes by Jesse Barnes · 13 years ago
  31. 5d82e3e drm/i915: Clarify the semantics of tiling_changed by Chris Wilson · 13 years ago
  32. 5bc4418 drm/i915: [sparse] __iomem fixes for opregion by Ben Widawsky · 13 years ago
  33. 1c293ea drm/i915: Discard the unused obj->last_fenced_ring by Chris Wilson · 13 years ago
  34. 69963e7 drm/i915: Remove unused ring->setup_seqno by Chris Wilson · 13 years ago
  35. 06d9813 drm/i915: Remove the pipelined parameter from get_fence() by Chris Wilson · 13 years ago
  36. c43b563 drm/i915: [sparse] trivial sparse fixes by Ben Widawsky · 13 years ago
  37. f817586 drm/i915: re-init modeset hw state after gpu reset by Daniel Vetter · 13 years ago
  38. 0136db5 drm/i915: rc6 in sysfs by Ben Widawsky · 13 years ago
  39. 2911a35 drm/i915: use semaphores for the display plane by Ben Widawsky · 13 years ago
  40. 9a5a53b drm/i915: Reorganise rules for get_fence/put_fence by Chris Wilson · 13 years ago
  41. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 13 years ago
  42. 2b13952 drm/i915: add enumeration for DDI ports by Eugeni Dodonov · 13 years ago
  43. eb877eb drm/i915: add support for LynxPoint PCH by Eugeni Dodonov · 13 years ago
  44. 4cae9ae drm/i915: add Haswell devices and their PCI IDs by Eugeni Dodonov · 13 years ago
  45. 7e508a2 drm/i915: transform HAS_PCH_SPLIT in a feature check by Eugeni Dodonov · 13 years ago
  46. 650dc07 drm/i915: disable ppgtt on snb when dmar is enabled by Daniel Vetter · 13 years ago
  47. 83b7f9a drm/i915: allow to select rc6 modes via kernel parameter by Eugeni Dodonov · 13 years ago
  48. 575155a drm/i915: add ValleyView specific force wake get/put functions by Jesse Barnes · 13 years ago
  49. 57f350b drm/i915: add DPIO support by Jesse Barnes · 13 years ago
  50. 70a3eb7 drm/i915: add ValleyView driver structs and IS_VALLEYVIEW macro by Jesse Barnes · 13 years ago
  51. f2c9677 drm/i915/intel_i2c: allocate gmbus array as part of drm_i915_private by Daniel Kurtz · 13 years ago
  52. 2ed06c9 drm/i915/intel_i2c: gmbus disabled and reserved ports are invalid by Daniel Kurtz · 13 years ago
  53. 3bd7d90 drm/i915/intel_i2c: refactor using intel_gmbus_get_adapter by Daniel Kurtz · 13 years ago
  54. a0356fc drm/i915: kill ranged cpu read domain support by Daniel Vetter · 13 years ago
  55. dabdfe0 drm/i915: Avoid using mappable space for relocation processing through the CPU by Chris Wilson · 13 years ago
  56. 644ec02 drm/i915: s/i915_gem_do_init/i915_gem_init_global_gtt by Daniel Vetter · 13 years ago
  57. 110447fc drm/i915: add an explict mmio base for gpio/gmbus io by Daniel Vetter · 13 years ago
  58. b7d8409 drm/i915: move NEEDS_FORCE_WAKE to i915_drv.c by Jesse Barnes · 13 years ago
  59. 121d527 drm/i915: Add lvds_channel module option by Takashi Iwai · 13 years ago
  60. b035438 drm/i915: Check VBIOS value for determining LVDS dual channel mode, too by Takashi Iwai · 13 years ago
  61. 74898d7 drm/i915: bind objects to the global gtt only when needed by Daniel Vetter · 13 years ago
  62. 7416390 drm/i915: split out dma mapping from global gtt bind/unbind functions by Daniel Vetter · 13 years ago
  63. 4dca20e drm/i915: panel: invert brightness via quirk by Carsten Emde · 13 years ago
  64. f6f808c drm/i915: i2c: unconditionally set up gpio fallback by Daniel Vetter · 14 years ago
  65. c167a6f drm/i915: merge gmbus and gpio i2c adpater into one by Daniel Vetter · 13 years ago
  66. 36c785f drm/i915: merge struct intel_gpio into struct intel_gmbus by Daniel Vetter · 14 years ago
  67. c2b9152 drm/i915: add dev_priv to intel_gmbus by Daniel Vetter · 14 years ago
  68. 5d1333f drm/i915: error_buffer->ring should be signed by Daniel Vetter · 13 years ago
  69. ee4f42b drm/i915: Record the position of the request upon error by Chris Wilson · 13 years ago
  70. 52d39a2 drm/i915: Record the in-flight requests at the time of a hang by Chris Wilson · 13 years ago
  71. a71d8d9 drm/i915: Record the tail at each request and use it to estimate the head by Chris Wilson · 13 years ago
  72. 8a8ed1f drm/i915: Fix race condition in accessing GMBUS by Yufeng Shen · 14 years ago
  73. b1d7e4b drm/i915: add a "force-dvi" HDMI audio mode by Wu Fengguang · 14 years ago
  74. 53d227f drm/i915: fixup seqno allocation logic for lazy_request by Daniel Vetter · 14 years ago
  75. 67a3744 drm/i915: check gtfifodbg after possibly failed writes by Ben Widawsky · 14 years ago
  76. 9edd576 Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued by Daniel Vetter · 14 years ago
  77. e21af88 drm/i915: enable ppgtt by Daniel Vetter · 14 years ago
  78. 7bddb01 drm/i915: ppgtt binding/unbinding support by Daniel Vetter · 14 years ago
  79. 1d2a314 drm/i915: initialization/teardown for the aliasing ppgtt by Daniel Vetter · 14 years ago
  80. 7e3b873 drm/i915: dump even more into the error_state by Daniel Vetter · 14 years ago
  81. f691e2f drm/i915: swizzling support for snb/ivb by Daniel Vetter · 14 years ago
  82. 33f3f51 drm/i915: add per-ring fault reg to error_state by Daniel Vetter · 14 years ago
  83. 1690e1e drm/i915: Separate fence pin counting from normal bind pin counting by Chris Wilson · 14 years ago
  84. c1cd90e drm/i915: collect more per ring error state by Daniel Vetter · 14 years ago
  85. d27b1e0 drm/i915: refactor ring error state capture to use arrays by Daniel Vetter · 14 years ago
  86. b93f9cf drm/i915: argument to control retiring behavior by Ben Widawsky · 14 years ago
  87. 9f1f46a drm/i915: protect force_wake_(get|put) with the gt_lock by Daniel Vetter · 14 years ago
  88. 3d29b84 drm/i915: add a LLC feature flag in device description by Eugeni Dodonov · 14 years ago
  89. b2c606f drm/i915: kill i915_mem.c by Daniel Vetter · 14 years ago
  90. b840d907f drm/i915: add SNB and IVB video sprite support v6 by Jesse Barnes · 14 years ago
  91. c7dffff drm/i915: Clean up multi-threaded forcewake patch by Keith Packard · 14 years ago
  92. 097354e drm/i915: check ACTHD of all rings by Daniel Vetter · 14 years ago
  93. f45b555 drm/i915: enable semaphores on per-device defaults by Eugeni Dodonov · 14 years ago
  94. c0f372b3 drm/i915: By default, enable RC6 on IVB and SNB when reasonable by Keith Packard · 14 years ago
  95. 4ed0b57 drm/i915: prevent division by zero when asking for chipset power by Eugeni Dodonov · 14 years ago
  96. 8d715f0 drm/i915: add multi-threaded forcewake support by Keith Packard · 14 years ago
  97. 4415e63 drm/i915: Module parameters using '-1' as default must be signed type by Keith Packard · 14 years ago
  98. 4b9de73 drm/i915: add constants to size fence arrays and fields by Daniel Vetter · 14 years ago
  99. f700088 i915: Move i915_read/write out of line by Andi Kleen · 14 years ago
  100. 27f8227 drm/i915: support 3 pipes on IVB+ by Jesse Barnes · 14 years ago