1. 2e17c5a Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  2. f5adf94 drm/i915: Introduce an HAS_IPS() macro by Damien Lespiau · 11 years ago
  3. 2841926 Merge tag 'drm-intel-next-2013-06-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  4. 854c94a drm/i915: remove a superflous semi-colon by Dan Carpenter · 11 years ago
  5. 19b2dbd drm/i915: Restore fences after resume and GPU resets by Chris Wilson · 11 years ago
  6. 7d736f4 drm/i915: add batch bo to i915_add_request() by Mika Kuoppala · 11 years ago
  7. 0025c07 drm/i915: change i915_add_request to macro by Mika Kuoppala · 11 years ago
  8. c0bb617 drm/i915: add i915_gem_context_get_hang_stats() by Mika Kuoppala · 11 years ago
  9. e59ec13 drm/i915: add struct i915_ctx_hang_stats by Mika Kuoppala · 11 years ago
  10. 66e985c drm/i915: hw state readout and cross-checking for shared dplls by Daniel Vetter · 11 years ago
  11. 5358901 drm/i915: display pll hw state readout and checking by Daniel Vetter · 11 years ago
  12. b8c3af7 drm/i915: WARN if the fence pin_count is invalid by Chris Wilson · 11 years ago
  13. e6dfcc5 Merge tag 'drm-intel-next-2013-06-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  14. e7b903d drm/i915: enable/disable hooks for shared dplls by Daniel Vetter · 11 years ago
  15. e9a632a drm/i915: scrap register address storage by Daniel Vetter · 11 years ago
  16. 46edb02 drm/i915: metadata for shared dplls by Daniel Vetter · 11 years ago
  17. e2b7826 drm/i915: switch crtc->shared_dpll from a pointer to an enum by Daniel Vetter · 11 years ago
  18. e72f9fb drm/i915: s/pch_pll/shared_dpll/ by Daniel Vetter · 11 years ago
  19. a38911a i915/drm: Add private api for power well usage by Wang Xingchao · 11 years ago
  20. ee9300b drm/i915: move find_pll callback to dev_priv->display by Daniel Vetter · 11 years ago
  21. 96a764d drm/i915: remove i915_hangcheck_hung by Mika Kuoppala · 11 years ago
  22. 35c20a6 drm/i915: Rename the gtt_list to global_list by Ben Widawsky · 11 years ago
  23. 3c4ca58 drm/i915: add enable_ips module option by Paulo Zanoni · 11 years ago
  24. f72a118 drm/i915: add HAS_VEBOX by Xiang, Haihao · 11 years ago
  25. 92cab73 drm/i915: track ring progression using seqnos by Mika Kuoppala · 11 years ago
  26. 4c4ff43 drm/i915: add "enable" argument to intel_update_sprite_watermarks by Paulo Zanoni · 11 years ago
  27. e81f3d8 Merge tag 'drm-intel-next-2013-05-20-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  28. 6493625 drm/i915: change VLV IOSF sideband accessors to not return error code by Jani Nikula · 11 years ago
  29. ae99258 drm/i915: rename VLV IOSF sideband functions logically by Jani Nikula · 11 years ago
  30. 59de081 drm/i915: group sideband register accessors to a new file by Jani Nikula · 11 years ago
  31. edc3d88 drm/i915: avoid big kmallocs on reading error state by Mika Kuoppala · 11 years ago
  32. df97729 drm/i915: add msecs_to_jiffies_timeout to guarantee minimum duration by Imre Deak · 11 years ago
  33. 1011d8c drm/i915: remove intel_update_linetime_watermarks by Paulo Zanoni · 11 years ago
  34. 41aa344 drm/i915: Organize VBT stuff inside drm_i915_private by Rodrigo Vivi · 11 years ago
  35. c9cddff drm/i915: BIOS and power context stolen mem handling for VLV v7 by Jesse Barnes · 11 years ago
  36. 7d708ee drm/i915: HSW: allow PCH clock gating for suspend by Imre Deak · 12 years ago
  37. b97186f drm/i915: add intel_display_power_enabled by Paulo Zanoni · 11 years ago
  38. 8f375e1 drm/i915: Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} by Jan-Simon Möller · 11 years ago
  39. 0e50e96 drm/i915: add context into request struct by Mika Kuoppala · 11 years ago
  40. dce3271 drm/i915: reference count for i915_hw_contexts by Mika Kuoppala · 11 years ago
  41. 68fc874 drm/i915: move lvds_border_bits to pipe_config by Daniel Vetter · 11 years ago
  42. f49e38d drm/i915: cleanup opregion asle pipestat enable by Jani Nikula · 11 years ago
  43. b074cec drm/i915: move PCH pfit controls into pipe_config by Jesse Barnes · 11 years ago
  44. 81a0780 drm/i915: drop code duplication in favor of asle interrupt handler by Jani Nikula · 11 years ago
  45. 8ba2d18 drm/i915: protect backlight registers and data with a spinlock by Jani Nikula · 12 years ago
  46. 52ceb90 drm/i915: make sure GPU freq drops to minimum after entering RC6 v4 by Jesse Barnes · 11 years ago
  47. 30568c4 drm/i915: Turn HAS_FPGA_DBG_UNCLAIMED into a device_info flag by Damien Lespiau · 11 years ago
  48. e76ebff drm/i915: Introduce HAS_FPGA_DBG_UNCLAIMED() by Damien Lespiau · 11 years ago
  49. dd93be5 drm/i915: Turn HAS_DDI() into a device_info flag by Damien Lespiau · 11 years ago
  50. a587f77 drm/i915: Use DEV_INFO_FOR_EACH_FLAG() to declare flags as well by Damien Lespiau · 11 years ago
  51. 79fc46d drm/i915: Turn DEV_INFO_FLAGS into a foreach style macro by Damien Lespiau · 11 years ago
  52. 142e239 drm/i915: Add bit field to record which pins have received HPD events (v3) by Egbert Eich · 12 years ago
  53. 2d04bef drm/i915: Add PTE encoding function to the gtt/ppgtt vtables. by Kenneth Graunke · 11 years ago
  54. 0a073b8 drm/i915: turbo & RC6 support for VLV v7 by Jesse Barnes · 12 years ago
  55. 855ba3b drm/i915: VLV GPU frequency to opcode functions by Jesse Barnes · 12 years ago
  56. 06da8da drm/i915: Use alphabetical names for sprites by Ville Syrjälä · 12 years ago
  57. 3f704fa drm/i915: set CPT FDI RX polarity bits based on VBT by Paulo Zanoni · 12 years ago
  58. ac4c16c drm/i915: Add Reenable Timer to turn Hotplug Detection back on (v4) by Egbert Eich · 12 years ago
  59. b543fb0 drm/i915: Add HPD IRQ storm detection (v5) by Egbert Eich · 12 years ago
  60. 42b5aea drm/i915: IVB/HSW have 32 fence register by Ville Syrjälä · 12 years ago
  61. 31c7738 drm/i915: Better overclock support by Ben Widawsky · 12 years ago
  62. b7c36d2 drm/i915: Allow PPGTT enable to fail by Ben Widawsky · 12 years ago
  63. 6197349 drm/i915: Abstract PPGTT enabling by Ben Widawsky · 12 years ago
  64. 40c7ead drm/i915: PCH_NOP by Ben Widawsky · 12 years ago
  65. 0e8ffe1 drm/i915: add hw state readout/checking for pipe_config by Daniel Vetter · 12 years ago
  66. ecb135a Merge tag 'v3.9-rc5' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  67. a0e4e19 drm/i915: add Punit read/write routines for VLV v2 by Jesse Barnes · 12 years ago
  68. 7f1f385 drm/i915: sprite support for ValleyView v4 by Jesse Barnes · 12 years ago
  69. 31ad8ec drm/i915: group backlight related stuff into a struct by Jani Nikula · 12 years ago
  70. b8cecdf drm/i915: introduce struct intel_crtc_config by Daniel Vetter · 12 years ago
  71. 2db76d7 lib/scatterlist: sg_page_iter: support sg lists w/o backing pages by Imre Deak · 12 years ago
  72. 4f770a5 DRM/i915: Get rid if the 'hotplug_supported_mask' in struct drm_i915_private. by Egbert Eich · 12 years ago
  73. 1d843f9 DRM/I915: Add enum hpd_pin to intel_encoder. by Egbert Eich · 12 years ago
  74. 866d12b drm/i915: Introduce i915_gem_object_create_stolen_for_preallocated by Chris Wilson · 12 years ago
  75. 2124b72 drm/i915: don't disable the power well yet by Paulo Zanoni · 12 years ago
  76. 7eb552a drm/i915: Move num_pipes to intel info by Ben Widawsky · 12 years ago
  77. 67d5a50 drm/i915: handle walking compact dma scatter lists by Imre Deak · 12 years ago
  78. 86d52df drm/i915: add HAS_POWER_WELL by Paulo Zanoni · 12 years ago
  79. 8c123e5 drm/i915: Capture current context on error by Ben Widawsky · 12 years ago
  80. 2bb4629 drm/i915: Add to_user_ptr() by Ville Syrjälä · 12 years ago
  81. 46c06a3 drm/i915: Kill pipestat[] cache by Ville Syrjälä · 12 years ago
  82. 3e68320 drm/i915: Preserve the FDI line reversal override bit on CPT by Damien Lespiau · 12 years ago
  83. 3d56e2d drm/i915: Kill obj->pending_flip by Ville Syrjälä · 12 years ago
  84. 41907dd drm/i915: Fix gen2 mappable calculations by Ben Widawsky · 12 years ago
  85. 2c6602d drm/i915: Fix sprite_scaling_enabled for multiple sprites by Ville Syrjälä · 12 years ago
  86. b8efb17 i915: ignore lid open event when resuming by Zhang Rui · 12 years ago
  87. 6dc1c49 Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next by Dave Airlie · 12 years ago
  88. 766aa1c drm/i915: Introduce i915_vgacntrl_reg() by Ville Syrjälä · 12 years ago
  89. a54c0c2 drm/i915: remove intel_gtt structure by Ben Widawsky · 12 years ago
  90. baa09f5 drm/i915: Add probe and remove to the gtt ops by Ben Widawsky · 12 years ago
  91. 3440d26 drm/i915: extract hw ppgtt setup/cleanup code by Daniel Vetter · 12 years ago
  92. def886c drm/i915: vfuncs for ppgtt by Daniel Vetter · 12 years ago
  93. 7faf1ab drm/i915: vfuncs for gtt_clear_range/insert_entries by Daniel Vetter · 12 years ago
  94. 44cec74 drm/i915: dont save/restore VGA state for kms by Daniel Vetter · 12 years ago
  95. d8157a3 drm/i915: extract ums suspend/resume into i915_ums.c by Daniel Vetter · 12 years ago
  96. 10fce67 drm/i915: Add display_display_mmio_offset to intel_device_info by Ville Syrjälä · 12 years ago
  97. f69061b drm/i915: create a race-free reset detection by Daniel Vetter · 12 years ago
  98. 1f83fee drm/i915: clear up wedged transitions by Daniel Vetter · 12 years ago
  99. 33196de drm/i915: move wedged to the other gpu error handling stuff by Daniel Vetter · 12 years ago
  100. 99584db drm/i915: extract hangcheck/reset/error_state state into substruct by Daniel Vetter · 12 years ago