1. fbf3218 drm/i915: remove "dsi" argument form intel_enable_pipe by Paulo Zanoni · 11 years ago
  2. 30421c4 drm/i915: remove pch_port argument form intel_enable_pipe by Paulo Zanoni · 11 years ago
  3. 0372264 drm/i915: pass intel_crtc as argument for intel_enable_pipe by Paulo Zanoni · 11 years ago
  4. 3fddd40 drm/i915: remove the vblank_wait hack from HSW+ by Paulo Zanoni · 11 years ago
  5. f1ff696 drm/i915: don't wait for vblank after enabling pipe on HSW by Paulo Zanoni · 11 years ago
  6. 851855d drm/i915: add wait_for_vblank argument to intel_enable_pipe by Paulo Zanoni · 11 years ago
  7. a57ce0b drm/i915: split aligned height calculation out v2 by Jesse Barnes · 11 years ago
  8. a8bb681 drm/i915: Fix error path leak in fbdev fb allocation by Daniel Vetter · 11 years ago
  9. ef2d633 drm/i915: Use normal fb deref for the fbcon framebuffer by Daniel Vetter · 11 years ago
  10. c0cc8a5 drm/i915: Short-circuit no-op vga_set_state() by Chris Wilson · 11 years ago
  11. 75fa041 drm/i915: Propagate PCI read/write errors during vga_set_state() by Chris Wilson · 11 years ago
  12. 8bcd455 drm/i915: alloc intel_fb in the intel_fbdev struct by Jesse Barnes · 11 years ago
  13. e358990 drm/i915: Consolidate FUSE_STRAP in one set of defines by Damien Lespiau · 11 years ago
  14. 22d3fd46 drm/i915: Move num_plane to the intel_device_info structure by Damien Lespiau · 11 years ago
  15. 3d13ef2 drm/i915: Always use INTEL_INFO() to access the device_info structure by Damien Lespiau · 11 years ago
  16. e515b47 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  17. 45ab1e0 Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 11 years ago
  18. d330a95 drm/i915: move module parameters into a struct, in a new file by Jani Nikula · 11 years ago
  19. 2b37c61 drm/i915: We implement WaEnableVGAAccessThroughIOPort:ctg, elk, ilk, snb, ivb, vlv, hsw by Ville Syrjälä · 11 years ago
  20. 2d9d2b0 drm/i915: Limit FIFO underrun reports on GMCH platforms by Ville Syrjälä · 11 years ago
  21. a9a7e98 drm/i915: always check clocks when comparing pipe configs by Jesse Barnes · 11 years ago
  22. 0f540c3 drm/i915: quirk invert brightness for Acer Aspire 5336 by Jani Nikula · 11 years ago
  23. 754970ee drm/i915: Shuffle modeset reset handling around by Daniel Vetter · 11 years ago
  24. 412b61d drm/i915: Fix new_config and new_enabled for load detect by Ville Syrjälä · 11 years ago
  25. 7bd0a8e drm/i915: Set crtc->new_config to NULL for pipes that are about to be disabled by Ville Syrjälä · 11 years ago
  26. 7d00a1f drm/i915: Don't oops if the initial modeset fails by Ville Syrjälä · 11 years ago
  27. 2f2d7aa drm/i915: Use new_config and new_enabled to simplify the VLV cdclk code by Ville Syrjälä · 11 years ago
  28. 50741ab drm/i915: Prepare to track new pipe config per pipe by Ville Syrjälä · 11 years ago
  29. 7668851 drm/i915: Pre-compute pipe enabled state by Ville Syrjälä · 11 years ago
  30. 85ba7b7 Revert "drm/i915: Mask reserved bits in display/sprite address registers" by Daniel Vetter · 11 years ago
  31. 5dce5b93 drm/i915: Wait for completion of pending flips when starved of fences by Chris Wilson · 11 years ago
  32. c326c0a drm/i915: Call drm_calc_timestamping_constants() earlier by Ville Syrjälä · 11 years ago
  33. 4b4b923 drm/i915: Kill hwmode save/restore by Ville Syrjälä · 11 years ago
  34. 545cdd5 drm: Pass the display mode to drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  35. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  36. 1450991 drm/i915: Use drm_encoder_crtc_ok() by Thierry Reding · 11 years ago
  37. 0fb5822 drm/i915: 830M doesn't have an LVDS port by Ville Syrjälä · 11 years ago
  38. dc9e7dec drm/i915: No panel fitter on 830M or non-mobile gen2/3 platforms by Ville Syrjälä · 11 years ago
  39. e5cbfbf drm/i915: vlv: W/a for hotplug/manual VGA detection by Imre Deak · 11 years ago
  40. 404faab drm/i915: vlv: make CRI clock enabling explicit during resume by Imre Deak · 11 years ago
  41. 41e6fc4 drm/i915: only apply GAMMA_MODE IPS WA on HSW by Paulo Zanoni · 11 years ago
  42. ba0fbca drm/i915: Introduce new intel_output_name() by Damien Lespiau · 11 years ago
  43. 5a65f35 drm/i915: don't set modes for 2 connectors on the same encoder by Paulo Zanoni · 11 years ago
  44. 3a77c4c drm/i915: Drop I915_ prefix from HAS_FBC by Daniel Vetter · 11 years ago
  45. 38af609 drm/i915: Don't swap planes on 830M by Ville Syrjälä · 11 years ago
  46. 7ad228b drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init() by Ville Syrjälä · 11 years ago
  47. 89eff4b drm/i915: fix wrong PLL debug messages. by Paulo Zanoni · 11 years ago
  48. e59150d drm/i915/bdw: don't try to check IPS state on BDW v2 by Jesse Barnes · 11 years ago
  49. 0637d60 drm/i915: fix fastboot pfit disable hack to update pipe w/h by Jesse Barnes · 11 years ago
  50. 7ca51a3 drm/i915: check modeset state after a pipe_set_base if using fastboot by Jesse Barnes · 11 years ago
  51. 38cc1da drm/i915: avoid unclaimed registers when capturing the error state by Paulo Zanoni · 11 years ago
  52. be505f6 Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM" by Alexander van Heukelum · 11 years ago
  53. a885b3c drm/i915: Use the correct GMCH_CTRL register for Sandybridge+ by Chris Wilson · 11 years ago
  54. 96f90c5 drm/i915: Move ILK/SNB/IVB over to the HSW WM code by Ville Syrjälä · 11 years ago
  55. 5382f5f35 drm/i915/vlv: split DPIO init and reset by Jesse Barnes · 11 years ago
  56. f42bb70 drm/i915/vlv: add early DPIO init v3 by Jesse Barnes · 11 years ago
  57. 96b4026 drm/i915: change CRTC assertion on LCPLL disable by Paulo Zanoni · 11 years ago
  58. 566b734 drm/i915: split intel_ddi_pll_mode_set in 2 pieces by Paulo Zanoni · 11 years ago
  59. 9c33371 drm/i915: Decrease gen2 vco frequency minimum to 908 MHz by Ville Syrjälä · 11 years ago
  60. e91e941 drm/i915: Fix 66 MHz LVDS SSC freq for gen2 by Ville Syrjälä · 11 years ago
  61. c7721d3 drm/i915: Increase gen2 vco frequency limit to 1512 MHz by Ville Syrjälä · 11 years ago
  62. 91dbe5f drm/i915: Change N divider minimum from 3 to 2 for gen2 by Ville Syrjälä · 11 years ago
  63. b1c560d drm/i915: Extract p2 divider correctly for gen2 LVDS dual channel by Ville Syrjälä · 11 years ago
  64. 8771a7f drm/i915: add runtime PM support on Haswell by Paulo Zanoni · 11 years ago
  65. 6806e63 drm/i915: do not assert DE_PCH_EVENT_IVB enabled by Paulo Zanoni · 11 years ago
  66. 7125ecb8 drm/i915: WARN if !HAS_PC8 when enabling/disabling PC8 by Paulo Zanoni · 11 years ago
  67. 8212d56 drm/i915: Move VLV PHY CRI clock enable into intel_init_dpio() by Ville Syrjälä · 11 years ago
  68. f7698ba Merge tag 'v3.13-rc3' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  69. 798183c drm/i915: change CRTC assertion on LCPLL disable by Paulo Zanoni · 11 years ago
  70. 1f1c2e2 drm/i915: Swap primary planes on gen2 for FBC by Ville Syrjälä · 11 years ago
  71. 5ae68b4 drm/i915: Skip clock checks on BDW by Ville Syrjälä · 11 years ago
  72. edd5b13 drm/i915: Do not clobber config status after a forced restore of hw state by Chris Wilson · 11 years ago
  73. 0274766 drm/i915: Take modeset locks around intel_modeset_setup_hw_state() by Ville Syrjälä · 11 years ago
  74. ed5ca77 drm/i915: Avoid div-by-zero in clock calculation funcs by Ville Syrjälä · 11 years ago
  75. be46ffd drm/i915: Fix port name in vlv_wait_port_ready() timeout warning by Ville Syrjälä · 11 years ago
  76. 22613c9 drm/i915: Make the DERRMR SRM target global GTT by Ville Syrjälä · 11 years ago
  77. a121644 drm/i915: use the correct force_wake function at the PC8 code by Paulo Zanoni · 11 years ago
  78. 32cf0cb drm/i915: Fix pipe CSC post offset calculation by Ville Syrjälä · 11 years ago
  79. ddf9c53 drm/i915: add intel_display_power_enabled_sw() for use in atomic ctx by Imre Deak · 11 years ago
  80. 5d8a775 drm/i915: Check VBT for eDP ports on VLV by Ville Syrjälä · 11 years ago
  81. c8d9a59 drm/i915: Add power well arguments to force wake routines. by Deepak S · 11 years ago
  82. 947fdaadf drm/i915: Do not attempt to re-enable an unconnected primary plane by Chris Wilson · 11 years ago
  83. f9e711e drm/i915: protect HSW power well check with IS_HASWELL in redisable_vga by Jesse Barnes · 11 years ago
  84. 190be11 drm/i915: use IS_HASWELL/BROADWELL instead of HAS_POWER_WELL by Imre Deak · 11 years ago
  85. 3458122 drm/i915: Hold pc8 lock around toggling pc8.gpu_idle by Chris Wilson · 11 years ago
  86. 7c6c265 drm/i915: Do not enable package C8 on unsupported hardware by Chris Wilson · 11 years ago
  87. be1c1fe drm/i915: Hold pc8 lock around toggling pc8.gpu_idle by Chris Wilson · 11 years ago
  88. 1d37b68 drm/i915: encoder->get_config is no longer optional by Daniel Vetter · 11 years ago
  89. b2ea8ef drm/i915: flush cursors harder by Daniel Vetter · 11 years ago
  90. c09cd6e Merge branch 'backlight-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  91. bc0bb9f drm/i915: remove QUIRK_NO_PCH_PWM_ENABLE by Jani Nikula · 11 years ago
  92. 7bd688c drm/i915: handle backlight through chip specific functions by Jani Nikula · 11 years ago
  93. db31af1 drm/i915: clean up backlight conditional build by Jani Nikula · 11 years ago
  94. e4607fc drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centric by Chon Ming Lee · 11 years ago
  95. ab0169b Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  96. b42c600 drm/i915/bdw: Enable trickle feed on Broadwell by Ville Syrjälä · 11 years ago
  97. 2a114cc drm/i915/bdw: Use The GT mailbox for IPS enable/disable by Ben Widawsky · 11 years ago
  98. bafb655 drm/i915/bdw: BDW also has only 2 FDI lanes by Paulo Zanoni · 11 years ago
  99. 6bbfa1c drm/i915/bdw: Use pipe CSC on Broadwell by Ville Syrjälä · 11 years ago
  100. 756f85c drm/i915/bdw: Broadwell has PIPEMISC by Paulo Zanoni · 11 years ago