1. c6a828d drm/i915: move all rps state into dev_priv->rps by Daniel Vetter · 12 years ago
  2. c96ea64 drm/i915: dump the device info by Daniel Vetter · 12 years ago
  3. acbe947 drm/i915: rip out sanitize_pm again by Daniel Vetter · 12 years ago
  4. e6994ae drm/i915: Export ability of changing cache levels to userspace by Chris Wilson · 12 years ago
  5. 42d6ab4 drm/i915: Segregate memory domains in the GTT using coloring by Chris Wilson · 12 years ago
  6. f27b926 drm/i915: Expand DPF support to Haswell by Ben Widawsky · 12 years ago
  7. e1ef7cc drm/i915: Macro to determine DPF support by Ben Widawsky · 12 years ago
  8. f047e39 drm/i915: Avoid concurrent access when marking the device as idle/busy by Chris Wilson · 12 years ago
  9. a7b9761 drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs by Chris Wilson · 12 years ago
  10. 69c2fc8 drm/i915: Remove the per-ring write list by Chris Wilson · 12 years ago
  11. 65ce302 drm/i915: Remove the defunct flushing list by Chris Wilson · 12 years ago
  12. 0201f1e drm/i915: Replace the pending_gpu_write flag with an explicit seqno by Chris Wilson · 12 years ago
  13. 3bb73ab drm/i915: Allow late allocation of request for i915_add_request() by Chris Wilson · 12 years ago
  14. c0c7bab drm/i915: add register read IOCTL by Ben Widawsky · 12 years ago
  15. 12f5581 drm/i915: Add comments to explain the BSD tail write workaround by Chris Wilson · 12 years ago
  16. 6c2b7c12 drm/i915: introduce for_each_encoder_on_crtc by Daniel Vetter · 12 years ago
  17. d6b2c79 drm/i915: non-interruptible sleeps can't handle -EAGAIN by Daniel Vetter · 12 years ago
  18. 45e6e3a drm/i915: get rid of dev_priv->info->has_pch_split by Paulo Zanoni · 12 years ago
  19. f035083 drm/i915: add PCH_NONE to enum intel_pch by Paulo Zanoni · 12 years ago
  20. 930ebb4 drm/i915: fix up ilk rc6 disabling confusion by Daniel Vetter · 12 years ago
  21. 990bbda drm/i915: Group the GT routines together in both code and vtable by Chris Wilson · 12 years ago
  22. 7b0cfee Merge tag 'v3.5-rc4' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  23. 9355360 drm/i915: don't enable PPGTT on VLV yet by Jesse Barnes · 12 years ago
  24. df12c6d drm/i915: initialize the context idr unconditionally by Daniel Vetter · 12 years ago
  25. 8e96d9c drm/i915: reset the GPU on context fini by Ben Widawsky · 12 years ago
  26. 8462481 drm/i915/context: create & destroy ioctls by Ben Widawsky · 12 years ago
  27. b9a3906 drm/i915: add ccid to error state by Ben Widawsky · 12 years ago
  28. e055684 drm/i915: context switch implementation by Ben Widawsky · 12 years ago
  29. 4052105 drm/i915: context basic create & destroy by Ben Widawsky · 12 years ago
  30. 254f965 drm/i915: preliminary context support by Ben Widawsky · 12 years ago
  31. dd2757f drm/i915: stop using dev->agp->base by Daniel Vetter · 12 years ago
  32. 6cf98d6 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  33. b7884eb drm/i915: hold forcewake around ring hw init by Daniel Vetter · 12 years ago
  34. e269f90 Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  35. 9a70cc2 i915: add dma-buf vmap support for exporting vmapped buffer by Dave Airlie · 12 years ago
  36. b9524a1 drm/i915: remap l3 on hw init by Ben Widawsky · 12 years ago
  37. e368919 drm/i915: Dynamic Parity Detection handling by Ben Widawsky · 12 years ago
  38. 199b2bc drm/i915: s/i915_wait_request/i915_wait_seqno/g by Ben Widawsky · 12 years ago
  39. 23ba4fd drm/i915: wait render timeout ioctl by Ben Widawsky · 12 years ago
  40. 1286ff7 i915: add dmabuf/prime buffer sharing support. by Daniel Vetter · 12 years ago
  41. b451951 drm/i915: Introduce for_each_ring() macro by Chris Wilson · 12 years ago
  42. 1f8eeab drm/i915: program WM_LINETIME on Haswell by Eugeni Dodonov · 12 years ago
  43. d4b8bb2 drm/i915: kill flags parameter for reset functions by Daniel Vetter · 12 years ago
  44. 742cbee drm/i915: rework dev->first_error locking by Daniel Vetter · 12 years ago
  45. e5eb3d6 drm/i915: add interface to simulate gpu hangs by Daniel Vetter · 12 years ago
  46. 9104183 drm/i915: Periodically sanity check power management by Chris Wilson · 12 years ago
  47. 316d388 drm/i915: rework legacy GFX HWS handling by Daniel Vetter · 12 years ago
  48. 09422b2 drm/i915: move LP_RING&friends to i915_dma.c by Daniel Vetter · 12 years ago
  49. d05c617 drm/i915: extract dri1 breadcrumb update from irq handler by Daniel Vetter · 12 years ago
  50. 9488867 drm/i915: move dri1 irq ioctl code to i915_dma.c by Daniel Vetter · 12 years ago
  51. 64c43c3 drm/i915: rip out dev_priv->tex_lru_log_granularity by Daniel Vetter · 12 years ago
  52. 8781342 drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-struct by Daniel Vetter · 12 years ago
  53. d1c1edb drm/i915: move dri1 vblank stubs to i915_dma.c by Daniel Vetter · 12 years ago
  54. 7001f22 drm/i915: Remove unused dev_priv->vblank_pipe by Chris Wilson · 12 years ago
  55. 9574b3f drm/i915: kill waiting_seqno by Ben Widawsky · 12 years ago
  56. be998e2 drm/i915: move vbetool invoked ier stuff by Ben Widawsky · 12 years ago
  57. b2da9fe drm/i915: remove do_retire from i915_wait_request by Ben Widawsky · 12 years ago
  58. 4f7d1e7 drm/i915: Clear FlipDone semantics change for pageflipping on gen3 by Chris Wilson · 12 years ago
  59. e0f608d drm/i915: pending_flip_is_done is gen3, name it so by Chris Wilson · 12 years ago
  60. 2e895b1 drm/i915: rip out dev_priv->has_gem by Daniel Vetter · 12 years ago
  61. 1070a42 drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c by Chris Wilson · 12 years ago
  62. 9797fbf drm/i915: Split the stolen handling for GEM out of i915_dma.c by Chris Wilson · 12 years ago
  63. 1488fc0 drm/i915: Remove the deferred-free list by Chris Wilson · 12 years ago
  64. 1b50247 drm/i915: Remove the list of pinned inactive objects by Chris Wilson · 12 years ago
  65. a39d7ef drm/i915: Remove i915_gem_evict_inactive() by Chris Wilson · 12 years ago
  66. ee7b9f9 drm/i915: manage PCH PLLs separately from pipes by Jesse Barnes · 12 years ago
  67. 5d82e3e drm/i915: Clarify the semantics of tiling_changed by Chris Wilson · 12 years ago
  68. 5bc4418 drm/i915: [sparse] __iomem fixes for opregion by Ben Widawsky · 12 years ago
  69. 1c293ea drm/i915: Discard the unused obj->last_fenced_ring by Chris Wilson · 12 years ago
  70. 69963e7 drm/i915: Remove unused ring->setup_seqno by Chris Wilson · 12 years ago
  71. 06d9813 drm/i915: Remove the pipelined parameter from get_fence() by Chris Wilson · 12 years ago
  72. c43b563 drm/i915: [sparse] trivial sparse fixes by Ben Widawsky · 12 years ago
  73. f817586 drm/i915: re-init modeset hw state after gpu reset by Daniel Vetter · 12 years ago
  74. 0136db58 drm/i915: rc6 in sysfs by Ben Widawsky · 12 years ago
  75. 2911a35 drm/i915: use semaphores for the display plane by Ben Widawsky · 12 years ago
  76. 9a5a53b drm/i915: Reorganise rules for get_fence/put_fence by Chris Wilson · 12 years ago
  77. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  78. 2b13952 drm/i915: add enumeration for DDI ports by Eugeni Dodonov · 12 years ago
  79. eb877eb drm/i915: add support for LynxPoint PCH by Eugeni Dodonov · 12 years ago
  80. 4cae9ae drm/i915: add Haswell devices and their PCI IDs by Eugeni Dodonov · 12 years ago
  81. 7e508a2 drm/i915: transform HAS_PCH_SPLIT in a feature check by Eugeni Dodonov · 12 years ago
  82. 650dc07 drm/i915: disable ppgtt on snb when dmar is enabled by Daniel Vetter · 12 years ago
  83. 83b7f9a drm/i915: allow to select rc6 modes via kernel parameter by Eugeni Dodonov · 12 years ago
  84. 575155a drm/i915: add ValleyView specific force wake get/put functions by Jesse Barnes · 12 years ago
  85. 57f350b drm/i915: add DPIO support by Jesse Barnes · 12 years ago
  86. 70a3eb7 drm/i915: add ValleyView driver structs and IS_VALLEYVIEW macro by Jesse Barnes · 12 years ago
  87. f2c9677 drm/i915/intel_i2c: allocate gmbus array as part of drm_i915_private by Daniel Kurtz · 12 years ago
  88. 2ed06c9 drm/i915/intel_i2c: gmbus disabled and reserved ports are invalid by Daniel Kurtz · 12 years ago
  89. 3bd7d90 drm/i915/intel_i2c: refactor using intel_gmbus_get_adapter by Daniel Kurtz · 12 years ago
  90. a0356fc drm/i915: kill ranged cpu read domain support by Daniel Vetter · 12 years ago
  91. dabdfe0 drm/i915: Avoid using mappable space for relocation processing through the CPU by Chris Wilson · 12 years ago
  92. 644ec02 drm/i915: s/i915_gem_do_init/i915_gem_init_global_gtt by Daniel Vetter · 12 years ago
  93. 110447fc drm/i915: add an explict mmio base for gpio/gmbus io by Daniel Vetter · 12 years ago
  94. b7d8409 drm/i915: move NEEDS_FORCE_WAKE to i915_drv.c by Jesse Barnes · 12 years ago
  95. 121d527 drm/i915: Add lvds_channel module option by Takashi Iwai · 12 years ago
  96. b035438 drm/i915: Check VBIOS value for determining LVDS dual channel mode, too by Takashi Iwai · 12 years ago
  97. 74898d7 drm/i915: bind objects to the global gtt only when needed by Daniel Vetter · 13 years ago
  98. 7416390 drm/i915: split out dma mapping from global gtt bind/unbind functions by Daniel Vetter · 13 years ago
  99. 4dca20e drm/i915: panel: invert brightness via quirk by Carsten Emde · 12 years ago
  100. f6f808c drm/i915: i2c: unconditionally set up gpio fallback by Daniel Vetter · 13 years ago