1. 4cc3148 drm/i915: Fix initial pipe underrun state tracking by Daniel Vetter · 11 years ago
  2. 4726e0b drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support by Sagar Kamble · 11 years ago
  3. 765dab67 drm/i915: update the PC8 and runtime PM documentation by Paulo Zanoni · 11 years ago
  4. a14cb6f drm/i915: rename __hsw_do_{en, dis}able_pc8 by Paulo Zanoni · 11 years ago
  5. 5d584b2 drm/i915: move pc8.irqs_disabled to pm.irqs_disabled by Paulo Zanoni · 11 years ago
  6. 7c8615d drm/i915: remove dev_priv->pc8.enabled by Paulo Zanoni · 11 years ago
  7. 6a932d8 drm/i915: don't get/put PC8 when getting/putting power wells by Paulo Zanoni · 11 years ago
  8. e1f2de6 drm/i915: remove an indirection level on PC8 functions by Paulo Zanoni · 11 years ago
  9. 34f5754 drm/i915: kill pc8.disable_count by Paulo Zanoni · 11 years ago
  10. 43694d6 drm/i915: get runtime PM references when the GPU is idle/busy by Paulo Zanoni · 11 years ago
  11. ba0239e drm/i915: remove dev_priv->pc8.requirements_met by Paulo Zanoni · 11 years ago
  12. a8a8bd5 drm/i915: make PC8 be part of runtime PM suspend/resume by Paulo Zanoni · 11 years ago
  13. b4d2a9a0 drm/i915: extract __hsw_do_{en, dis}able_package_c8 by Paulo Zanoni · 11 years ago
  14. 262ca2b drm/i915: Rename similar plane functions to avoid confusion by Matt Roper · 11 years ago
  15. 83f26f1 drm/i915: Remove spurious '()' in WARN macros by Damien Lespiau · 11 years ago
  16. 8ac36ec drm/i915: Reduce the time we hold struct mutex in intel_pipe_set_base() by Ville Syrjälä · 11 years ago
  17. e8e6e60 Merge tag 'v3.14-rc6' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  18. bc079e8 drm/i915: Make encoder cloning more flexible by Ville Syrjälä · 11 years ago
  19. ff2652e drm/i915: Avoid requesting a zero-sized stolen object by Chris Wilson · 11 years ago
  20. d1a5986 drm/i915: Prevent use-after-free of inherited framebuffer by Chris Wilson · 11 years ago
  21. 484b41d drm/i915: remove early fb allocation dependency on CONFIG_FB v2 by Jesse Barnes · 11 years ago
  22. d978ef1 drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v12 by Jesse Barnes · 11 years ago
  23. 4c6baa5 drm/i915: get_plane_config support for ILK+ v3 by Jesse Barnes · 11 years ago
  24. 1ad292b drm/i915: get_plane_config for i9xx v13 by Jesse Barnes · 11 years ago
  25. 46f297f drm/i915: add plane_config fetching infrastructure v2 by Jesse Barnes · 11 years ago
  26. 77961eb drm/i915: power domains: add vlv power wells by Imre Deak · 11 years ago
  27. b5482bd drm/i915: check pipe power domain when reading its hw state by Imre Deak · 11 years ago
  28. 319be8a drm/i915: add port power domains by Imre Deak · 11 years ago
  29. 77d22dc drm/i915: move modeset_update_power_wells earlier by Imre Deak · 11 years ago
  30. 1fe4778 drm/i915: Add a for_each_sprite() macro by Damien Lespiau · 11 years ago
  31. 8cc87b7 drm/i915: Use a pipe variable to cycle through the pipes by Damien Lespiau · 11 years ago
  32. 619d4d0 drm/i915: Use DIV_ROUND_UP() when calculating number of required FDI lanes by Ville Syrjälä · 11 years ago
  33. f900db4 drm/i915: Perform pageflip using mmio if the GPU is terminally wedged by Chris Wilson · 11 years ago
  34. 86c4ec0 drm/i915: kill dev_priv->pc8.gpu_idle by Paulo Zanoni · 11 years ago
  35. bb4cdd5 drm/i915: put runtime PM only at the end of intel_mark_idle by Paulo Zanoni · 11 years ago
  36. f62a007 drm/i915: Accurately track when we mark the hardware as idle/busy by Chris Wilson · 11 years ago
  37. 0409875 drm/i915: use power domain api to check vga power state by Imre Deak · 11 years ago
  38. da7e29b drm/i915: use drm_i915_private everywhere in the power domain api by Imre Deak · 11 years ago
  39. 7d5e379 drm/i915: Reject changes of fb base when we have a flip pending by Chris Wilson · 11 years ago
  40. 8b687df drm/i915: re-add locking around hw state readout by Jesse Barnes · 11 years ago
  41. da72356 drm/i915: rename modeset_update_power_wells by Paulo Zanoni · 12 years ago
  42. d9d8208 drm/i915: fix assert_cursor on BDW by Paulo Zanoni · 11 years ago
  43. b5ea642 drm/i915: sprinkle static by Daniel Vetter · 11 years ago
  44. 42738c2 Merge tag 'drm-intel-fixes-2014-02-14' of ssh://git.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  45. 3b25b31 drm/i915: tune down user-triggerable dmesg noise in the cursor/overlay code by Daniel Vetter · 11 years ago
  46. 4c0e552 drm/i915: fix NULL deref in the load detect code by Daniel Vetter · 11 years ago
  47. 4932e2c drm/i915: add unregister callback to connector by Imre Deak · 12 years ago
  48. 1fcb195 drm/i915: kill intel_crtc_update_sarea_pos by Daniel Vetter · 12 years ago
  49. eb1bfe8 drm/i915: allow re-use BIOS connector config for initial fbdev config v3 by Jesse Barnes · 12 years ago
  50. f6a8328 drm/i915: Pass explicit mode into mode_from_pipe_config v3 by Daniel Vetter · 12 years ago
  51. fa9fa08 drm/i915: read out hw state earlier v2 by Jesse Barnes · 12 years ago
  52. 7ad25d4 drm/i915: WARN in case we're enabling the pipe and it's enabled by Paulo Zanoni · 12 years ago
  53. e1fdc47 drm/i915: remove wait_for_vblank argument form intel_enable_pipe by Paulo Zanoni · 12 years ago
  54. fbf3218 drm/i915: remove "dsi" argument form intel_enable_pipe by Paulo Zanoni · 12 years ago
  55. 30421c4 drm/i915: remove pch_port argument form intel_enable_pipe by Paulo Zanoni · 12 years ago
  56. 0372264 drm/i915: pass intel_crtc as argument for intel_enable_pipe by Paulo Zanoni · 12 years ago
  57. 3fddd40 drm/i915: remove the vblank_wait hack from HSW+ by Paulo Zanoni · 12 years ago
  58. f1ff696 drm/i915: don't wait for vblank after enabling pipe on HSW by Paulo Zanoni · 12 years ago
  59. 851855d drm/i915: add wait_for_vblank argument to intel_enable_pipe by Paulo Zanoni · 12 years ago
  60. a57ce0b drm/i915: split aligned height calculation out v2 by Jesse Barnes · 12 years ago
  61. a8bb681 drm/i915: Fix error path leak in fbdev fb allocation by Daniel Vetter · 12 years ago
  62. ef2d633 drm/i915: Use normal fb deref for the fbcon framebuffer by Daniel Vetter · 12 years ago
  63. c0cc8a5 drm/i915: Short-circuit no-op vga_set_state() by Chris Wilson · 12 years ago
  64. 75fa041 drm/i915: Propagate PCI read/write errors during vga_set_state() by Chris Wilson · 12 years ago
  65. 8bcd455 drm/i915: alloc intel_fb in the intel_fbdev struct by Jesse Barnes · 12 years ago
  66. e358990 drm/i915: Consolidate FUSE_STRAP in one set of defines by Damien Lespiau · 12 years ago
  67. 22d3fd46 drm/i915: Move num_plane to the intel_device_info structure by Damien Lespiau · 12 years ago
  68. 3d13ef2 drm/i915: Always use INTEL_INFO() to access the device_info structure by Damien Lespiau · 12 years ago
  69. f66fab8 drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVB by Ville Syrjälä · 12 years ago
  70. e515b47 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  71. 45ab1e0 Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 12 years ago
  72. d330a95 drm/i915: move module parameters into a struct, in a new file by Jani Nikula · 12 years ago
  73. 2b37c61 drm/i915: We implement WaEnableVGAAccessThroughIOPort:ctg, elk, ilk, snb, ivb, vlv, hsw by Ville Syrjälä · 12 years ago
  74. 2d9d2b0 drm/i915: Limit FIFO underrun reports on GMCH platforms by Ville Syrjälä · 12 years ago
  75. a9a7e98 drm/i915: always check clocks when comparing pipe configs by Jesse Barnes · 12 years ago
  76. 0f540c3 drm/i915: quirk invert brightness for Acer Aspire 5336 by Jani Nikula · 12 years ago
  77. 754970e drm/i915: Shuffle modeset reset handling around by Daniel Vetter · 12 years ago
  78. 412b61d drm/i915: Fix new_config and new_enabled for load detect by Ville Syrjälä · 12 years ago
  79. 7bd0a8e drm/i915: Set crtc->new_config to NULL for pipes that are about to be disabled by Ville Syrjälä · 12 years ago
  80. 7d00a1f drm/i915: Don't oops if the initial modeset fails by Ville Syrjälä · 12 years ago
  81. 2f2d7aa drm/i915: Use new_config and new_enabled to simplify the VLV cdclk code by Ville Syrjälä · 12 years ago
  82. 50741ab drm/i915: Prepare to track new pipe config per pipe by Ville Syrjälä · 12 years ago
  83. 7668851 drm/i915: Pre-compute pipe enabled state by Ville Syrjälä · 12 years ago
  84. 85ba7b7 Revert "drm/i915: Mask reserved bits in display/sprite address registers" by Daniel Vetter · 12 years ago
  85. 5dce5b93 drm/i915: Wait for completion of pending flips when starved of fences by Chris Wilson · 12 years ago
  86. c326c0a drm/i915: Call drm_calc_timestamping_constants() earlier by Ville Syrjälä · 12 years ago
  87. 4b4b923 drm/i915: Kill hwmode save/restore by Ville Syrjälä · 12 years ago
  88. 545cdd5 drm: Pass the display mode to drm_calc_timestamping_constants() by Ville Syrjälä · 12 years ago
  89. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 12 years ago
  90. 1450991 drm/i915: Use drm_encoder_crtc_ok() by Thierry Reding · 12 years ago
  91. 0fb5822 drm/i915: 830M doesn't have an LVDS port by Ville Syrjälä · 12 years ago
  92. dc9e7dec drm/i915: No panel fitter on 830M or non-mobile gen2/3 platforms by Ville Syrjälä · 12 years ago
  93. e5cbfbf drm/i915: vlv: W/a for hotplug/manual VGA detection by Imre Deak · 12 years ago
  94. 404faab drm/i915: vlv: make CRI clock enabling explicit during resume by Imre Deak · 12 years ago
  95. 41e6fc4 drm/i915: only apply GAMMA_MODE IPS WA on HSW by Paulo Zanoni · 12 years ago
  96. ba0fbca drm/i915: Introduce new intel_output_name() by Damien Lespiau · 12 years ago
  97. 5a65f35 drm/i915: don't set modes for 2 connectors on the same encoder by Paulo Zanoni · 12 years ago
  98. 3a77c4c drm/i915: Drop I915_ prefix from HAS_FBC by Daniel Vetter · 12 years ago
  99. 38af609 drm/i915: Don't swap planes on 830M by Ville Syrjälä · 12 years ago
  100. 7ad228b drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init() by Ville Syrjälä · 12 years ago