1. 798183c drm/i915: change CRTC assertion on LCPLL disable by Paulo Zanoni · 11 years ago
  2. 1f1c2e2 drm/i915: Swap primary planes on gen2 for FBC by Ville Syrjälä · 11 years ago
  3. ed5ca77 drm/i915: Avoid div-by-zero in clock calculation funcs by Ville Syrjälä · 11 years ago
  4. be46ffd drm/i915: Fix port name in vlv_wait_port_ready() timeout warning by Ville Syrjälä · 11 years ago
  5. ddf9c53 drm/i915: add intel_display_power_enabled_sw() for use in atomic ctx by Imre Deak · 11 years ago
  6. c8d9a59 drm/i915: Add power well arguments to force wake routines. by Deepak S · 11 years ago
  7. 947fdaadf drm/i915: Do not attempt to re-enable an unconnected primary plane by Chris Wilson · 11 years ago
  8. f9e711e drm/i915: protect HSW power well check with IS_HASWELL in redisable_vga by Jesse Barnes · 11 years ago
  9. 190be11 drm/i915: use IS_HASWELL/BROADWELL instead of HAS_POWER_WELL by Imre Deak · 11 years ago
  10. 3458122 drm/i915: Hold pc8 lock around toggling pc8.gpu_idle by Chris Wilson · 11 years ago
  11. c09cd6e Merge branch 'backlight-rework' into drm-intel-next-queued by Daniel Vetter · 11 years ago
  12. bc0bb9f drm/i915: remove QUIRK_NO_PCH_PWM_ENABLE by Jani Nikula · 11 years ago
  13. 7bd688c drm/i915: handle backlight through chip specific functions by Jani Nikula · 11 years ago
  14. db31af1 drm/i915: clean up backlight conditional build by Jani Nikula · 11 years ago
  15. e4607fc drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centric by Chon Ming Lee · 11 years ago
  16. 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
  17. b42c600 drm/i915/bdw: Enable trickle feed on Broadwell by Ville Syrjälä · 11 years ago
  18. 2a114cc drm/i915/bdw: Use The GT mailbox for IPS enable/disable by Ben Widawsky · 11 years ago
  19. bafb655 drm/i915/bdw: BDW also has only 2 FDI lanes by Paulo Zanoni · 11 years ago
  20. 6bbfa1c drm/i915/bdw: Use pipe CSC on Broadwell by Ville Syrjälä · 11 years ago
  21. 756f85c drm/i915/bdw: Broadwell has PIPEMISC by Paulo Zanoni · 11 years ago
  22. b3dc685 drm/i915/bdw: add Broadwell sprite/plane/cursor checks by Paulo Zanoni · 11 years ago
  23. 4e0bbc3 drm/i915/bdw: display stuff by Ben Widawsky · 11 years ago
  24. ab3c759 drm/i915/vlv: Rename VLV DPIO register to be more structure to match configdb document. by Chon Ming Lee · 11 years ago
  25. 9191526 Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  26. 57e22f4 drm/i915: Use frame counter for intel_wait_for_vblank() on CTG by Ville Syrjälä · 11 years ago
  27. 752aa88 drm/i915: make backlight functions take a connector by Jesse Barnes · 11 years ago
  28. c164f83 drm/i915: Sanitize prepare_pipes after valleyview_modeset_global_pipes() by Ville Syrjälä · 11 years ago
  29. 3f2c205 drm/i915: Return -ENOENT when a mode object can't be found by Ville Syrjälä · 11 years ago
  30. 586f49d drm/i915/vlv: split CCK and DDR freq usage by Jesse Barnes · 11 years ago
  31. 30a970c drm/i915/vlv: modeset_global_* for VLV v7 by Jesse Barnes · 11 years ago
  32. 9ca2fe7 drm/i915/vlv: enable HDA display audio for Valleyview2 by Mengdong Lin · 11 years ago
  33. 7f16e5c Merge tag 'v3.12' into drm-intel-next by Daniel Vetter · 11 years ago
  34. 9d1cb91 drm/i915: avoid unclaimed registers when capturing the error state by Paulo Zanoni · 11 years ago
  35. 1fbc0d7 drm/i915: Fix the PPT fdi lane bifurcate state handling on ivb by Daniel Vetter · 11 years ago
  36. 92e76c8 drm/i915: Clamp cursor coordinates to int16_t range by Ville Syrjälä · 11 years ago
  37. 4f56d12 drm/i915: Add support for pipe_bpp readout by Ville Syrjälä · 11 years ago
  38. baa7070 drm/i915: use power get/put instead of set for power on after init by Imre Deak · 11 years ago
  39. 6efdf35 drm/i915: enable only the needed power domains during modeset by Imre Deak · 11 years ago
  40. 4f07412 drm/i915: factor out modeset_update_power_wells by Imre Deak · 11 years ago
  41. 1cf84bb drm/i915: Whitespace alignment fix for block header in display error state by Chris Wilson · 11 years ago
  42. 3c9d87e drm/i915: remove dead code in ironlake_crtc_mode_set by Daniel Vetter · 11 years ago
  43. 1a91510 drm/i915: set HDMI pixel clock in audio configuration by Jani Nikula · 11 years ago
  44. 3442705 drm/i915: pass mode to ELD write vfuncs by Jani Nikula · 11 years ago
  45. 53155c0 drm/i915: check gem bo size when creating framebuffers by Daniel Vetter · 11 years ago
  46. 80075d4 drm/i915: prevent tiling changes on framebuffer backing storage by Daniel Vetter · 11 years ago
  47. dd4916c drm/i915: grab dev->struct_mutex around framebuffer_init by Daniel Vetter · 11 years ago
  48. 585a94b drm/i915: preserve dispaly init order on ByT by Artem Bityutskiy · 11 years ago
  49. 6f2bcce drm/i915: Use pipe_name() instead of the pipe number by Damien Lespiau · 11 years ago
  50. 243e6a4 drm/i915: Init HSW watermark tracking in intel_modeset_setup_hw_state() by Ville Syrjälä · 11 years ago
  51. f646628 drm/i915: Use vlv_clock() in vlv_crtc_clock_get() by Ville Syrjälä · 11 years ago
  52. fb03ac0 drm/i915: Use DIV_ROUND_CLOSEST() to calculate dot/vco by Ville Syrjälä · 11 years ago
  53. 0632fef drm/i915: rename intel_fb.c to intel_fbdev.c by Daniel Vetter · 11 years ago
  54. 4520f53 drm/i915: Kconfig option to disable the legacy fbdev support by Daniel Vetter · 11 years ago
  55. fbf49ea drm/i915: Fix pipe off timeout handling for pre-gen4 by Ville Syrjälä · 11 years ago
  56. ebff5fa9 Revert "i915: Update VGA arbiter support for newer devices" by Dave Airlie · 11 years ago
  57. e1264eb Revert "drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is done" by Dave Airlie · 11 years ago
  58. 4c445e0 drm/i915: Rename primary_disabled to primary_enabled by Ville Syrjälä · 11 years ago
  59. e5b611f drm/i915: Populate primary_disabled in intel_modeset_readout_hw_state() by Ville Syrjälä · 11 years ago
  60. 5ade2c2 drm/i915: wait for IPS_ENABLE when enabling IPS by Paulo Zanoni · 11 years ago
  61. a4945f9 drm/i915: Undo the PIPEA quirk for i845 by Chris Wilson · 11 years ago
  62. 0037f71 drm/i915: WARN if primary plane state doesn't match expectations by Ville Syrjälä · 11 years ago
  63. d1de00e drm/i915: Rename intel_{enable, disable}_plane to intel_{enable, disable}_primary_plane by Ville Syrjälä · 11 years ago
  64. 1dba99f drm/i915: Rename intel_flush_display_plane to intel_flush_primary_plane by Ville Syrjälä · 11 years ago
  65. 20bc8673 drm/i915: Enable/disable IPS when primary is enabled/disabled by Ville Syrjälä · 11 years ago
  66. 939c2fe drm/i915: Set primary_disabled in intel_{enable, disable}_plane by Ville Syrjälä · 11 years ago
  67. e1553fa drm/i915: Fix VGA_DISP_DISABLE check by Ville Syrjälä · 11 years ago
  68. f01b796 drm/i915: Use intel_PLL_is_valid() in vlv_find_best_dpll() by Ville Syrjälä · 11 years ago
  69. 49e497e drm/i915: Don't lie about findind suitable PLL settings on VLV by Ville Syrjälä · 11 years ago
  70. dc73051 drm/i915: intel_limits_vlv_dac and intel_limits_vlv_hdmi are the same by Ville Syrjälä · 11 years ago
  71. 5fdc9c49 drm/i915: Remove unused dot_limit from VLV PLL limits by Ville Syrjälä · 11 years ago
  72. 4150404 drm/i915: Remove the unused p and m limits for VLV by Ville Syrjälä · 11 years ago
  73. 889059d drm/i915: Respect p2 divider minimum limit on VLV by Ville Syrjälä · 11 years ago
  74. b99ab66 drm/i915: Allow p1 divider 2 on VLV by Ville Syrjälä · 11 years ago
  75. 811bbf0 drm/i915: Clarify VLV PLL p1 limits by Ville Syrjälä · 11 years ago
  76. 27e639b drm/i915: Make sure we respect n.max on VLV by Ville Syrjälä · 11 years ago
  77. c1a9ae4 drm/i915: De-magic the VLV p2 divider step size by Ville Syrjälä · 11 years ago
  78. 6b4bf1c drm/i915: Rewrite vlv_find_best_dpll() by Ville Syrjälä · 11 years ago
  79. c686122 drm/i915: Don't underflow bestppm by Ville Syrjälä · 11 years ago
  80. 69e4f900 drm/i915: Make vlv_find_best_dpll() ppm calculation safe by Ville Syrjälä · 11 years ago
  81. d7bf63f drm/i915: Use adjusted_mode in the fastboot hack to disable pfit by Damien Lespiau · 11 years ago
  82. bb2043d drm/i915: Add a more detailed comment about the set_base() fastboot hack by Damien Lespiau · 11 years ago
  83. 40e9cf6 drm/i915/vlv: reset DPIO on load and resume v2 by Jesse Barnes · 11 years ago
  84. c9976dc drm/i915: Only apply DPMS to the encoder if enabled by Chris Wilson · 11 years ago
  85. b29c19b drm/i915: Boost RPS frequency for CPU stalls by Chris Wilson · 11 years ago
  86. e41a56b drm/i915: Don't populate pipe_src_{w,h} multiple times by Ville Syrjälä · 11 years ago
  87. e491694 drm/i915: implement the Haswell mode set sequence workaround by Paulo Zanoni · 11 years ago
  88. dda9a66 drm/i915: Disable/enable planes as the first/last thing during modeset on HSW by Ville Syrjälä · 11 years ago
  89. f607116 i915/vlv: untangle integrated clock source handling v4 by Jesse Barnes · 11 years ago
  90. d9255d5 drm/i915: destroy connector sysfs files earlier by Paulo Zanoni · 11 years ago
  91. 5de56df drm/i915: Use DIV_ROUND_CLOSEST() by Ville Syrjälä · 11 years ago
  92. 43b0ac5 drm/i915: Eliminate one indent leel from vlv_find_best_dpll by Ville Syrjälä · 11 years ago
  93. 350a10c drm/i915: Prefer crtc_{h|v}display for pipe src dimensions by Damien Lespiau · 11 years ago
  94. 6ce70f5 drm/i915: Ask the DRM core do make stereo timings adjustements by Damien Lespiau · 11 years ago
  95. 241bfc3 drm/i915: Use crtc_clock with the adjusted mode by Damien Lespiau · 11 years ago
  96. 1342830 drm/i915: Use crtc_clock in intel_dump_crtc_timings() by Damien Lespiau · 11 years ago
  97. 662c6ec drm/i915/vlv: fix up broken precision in vlv_crtc_clock_get by Chris Wilson · 11 years ago
  98. acbec81 drm/i915/vlv: add VLV specific clock_get function v3 by Jesse Barnes · 11 years ago
  99. 6ff58d5 drm/i915: make hsw_{disable, restore}_lcpll static by Paulo Zanoni · 11 years ago
  100. 6743768 drm/i915: make intel_crtc_fb_gamma_{set, get} static by Paulo Zanoni · 11 years ago