1. 70d21f0 drm/i915/skl: Implement the new update_plane() for primary planes by Damien Lespiau · 11 years ago
  2. 1fada4c drm/i915/skl: Framebuffers need to be aligned to 256KB on Skylake by Damien Lespiau · 11 years ago
  3. b680c37 drm/i915: DocBook integration for frontbuffer tracking by Daniel Vetter · 10 years ago
  4. 24955f2 drm/i915: Clarify mmio_flip_lock locking by Daniel Vetter · 10 years ago
  5. d2e40e2 drm/i915: Clarify uncore.lock locking by Daniel Vetter · 10 years ago
  6. f326038 drm/i915: Clarify event_lock locking, irq&mixed context by Daniel Vetter · 10 years ago
  7. 5e2d7af drm/i915: Clarify event_lock locking, process context by Daniel Vetter · 10 years ago
  8. 4b3a952 drm/i915: Move vblank enable earlier and disable later by Ville Syrjälä · 10 years ago
  9. 4f905cf9 drm/i915: static inline for intel_wait_for_vblank by Daniel Vetter · 10 years ago
  10. 51e31d4 drm/i915: Use generic vblank wait by Daniel Vetter · 10 years ago
  11. 47bf17a drm/i915: Only set CURSOR_PIPE_CSC_ENABLE when cursor is enabled by Ville Syrjälä · 10 years ago
  12. 99d1f38 drm/i915: Move the cursor_base setup to i{845, 9xx}_update_cursor() by Ville Syrjälä · 10 years ago
  13. e30e8f7 drm/i915: create intel_update_pipe_size() by Gustavo Padovan · 10 years ago
  14. 94f598f drm/i915: remove !enabled handling from commit primary plane step by Gustavo Padovan · 10 years ago
  15. 3c692a4 drm/i915: split intel_primary_plane_setplane() into check() and commit() by Gustavo Padovan · 10 years ago
  16. 852e787 drm/i915: split intel_cursor_plane_update() into check() and commit() by Gustavo Padovan · 10 years ago
  17. f0d3dad drm/i915: Wrap -EIO send-vblank event for failed pageflip in spinlock by Chris Wilson · 10 years ago
  18. 1c4e027 drm/i915: Fix DVO 2x clock enable on 830M by Ville Syrjälä · 10 years ago
  19. 40d201a Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  20. b2efb3f drm: backmerge tag 'v3.17-rc5' into drm-next by Dave Airlie · 10 years ago
  21. 336879b Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework by Daniel Vetter · 10 years ago
  22. 9c78794 drm/i915: Decouple the stuck pageflip on modeset by Chris Wilson · 10 years ago
  23. d6bbafa drm/i915: Check for a stalled page flip after each vblank by Chris Wilson · 10 years ago
  24. e39b999 drm/i915: Fix edp vdd locking by Ville Syrjälä · 10 years ago
  25. 55522f3 drm/i915: Check of !HAS_PCH_SPLIT() in PCH transcoder funcs by Ville Syrjälä · 10 years ago
  26. a3ed6aa drm/i915: Use HAS_GMCH_DISPLAY un underrun reporting code by Ville Syrjälä · 10 years ago
  27. c317adc drm/i915: Don't call gen8_fbc_sw_flush() on chv by Ville Syrjälä · 10 years ago
  28. 059b2fe drm/i915: change CHV write_eld/global_resources function pointers by Paulo Zanoni · 10 years ago
  29. 69769f9 drm/i915: Preserve VGACNTR bits from the BIOS by Ville Syrjälä · 10 years ago
  30. b6b5d04 drm/i915: Add pipe B force quirk for 830M by Ville Syrjälä · 10 years ago
  31. 5f080c0 Revert "drm/i915: Nuke pipe A quirk on i830M" by Ville Syrjälä · 10 years ago
  32. 67adc64 drm/i915: Disable double wide even when leaving the pipe on by Ville Syrjälä · 10 years ago
  33. 575f7ab drm/i915: Pass intel_crtc to intel_disable_pipe() and intel_wait_for_pipe_off() by Ville Syrjälä · 10 years ago
  34. 21386f8 drm/i915: trivial: remove unneed set to NULL by Gustavo Padovan · 10 years ago
  35. c76bb61 drm/i915/bdw: BDW Software Turbo by Daisy Sun · 10 years ago
  36. b9897127 drm/i915: s, fb->bits_per_pixel/8, pixel_size, in primary plane code by Ville Syrjälä · 10 years ago
  37. c9ba6fa drm/i915: Don't dereference fb when disabling primary plane by Ville Syrjälä · 10 years ago
  38. c5ad011 drm/i915: FBC flush nuke for BDW by Rodrigo Vivi · 10 years ago
  39. bedd4db drm/i915: improve assert_panel_unlocked by Jani Nikula · 10 years ago
  40. ec49ba2 drm/i915: fix panel unlock register mask by Jani Nikula · 10 years ago
  41. 975d568 drm/i915: Make wait-for-pending-flips more defensive by Chris Wilson · 10 years ago
  42. 31e4b89 drm/i915: Print the pipe on which the vblank wait times out by Damien Lespiau · 10 years ago
  43. 055e393 drm/i915: Use dev_priv as first argument of for_each_pipe() by Damien Lespiau · 10 years ago
  44. 6a9e736 drm/i915: don't check for i830 in vlv specific code by Jani Nikula · 10 years ago
  45. 48404c1 drm/i915: Add 180 degree primary plane rotation support by Sonika Jindal · 10 years ago
  46. ce54d85 drm/i915: Updating plane parameters for primary plane in setplane by Sonika Jindal · 10 years ago
  47. a18b29f Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  48. a4bf214 drm/i915: Move intel_ddi_set_vc_payload_alloc(false) to haswell_crtc_disable() by Ville Syrjälä · 10 years ago
  49. d6dd684 drm/i915: fix plane/cursor handling when runtime suspended by Paulo Zanoni · 10 years ago
  50. dfb3d47b drm/i915: Ignore VBT backlight presence check on Acer C720 (4005U) by Scot Doyle · 10 years ago
  51. d5a0f2e Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  52. 1d0d343 drm/i915: cancel hotplug and dig_port work during suspend and unload by Imre Deak · 10 years ago
  53. 6323751 drm/i915: fix HPD IRQ reenable work cancelation by Imre Deak · 10 years ago
  54. 1add143 drm/i915: Don't try to enable cursor from setplane when crtc is disabled by Ville Syrjälä · 10 years ago
  55. a459249 drm/i915: Skip load detect when intel_crtc->new_enable==true by Ville Syrjälä · 10 years ago
  56. 208bf9f drm/i915: Fix locking for intel_enable_pipe_a() by Ville Syrjälä · 10 years ago
  57. 4ed9109 drm/i915: Track cursor changes as frontbuffer tracking flushes by Daniel Vetter · 10 years ago
  58. dc41c15 drm/i915: Add support for variable cursor size on 845/865 by Ville Syrjälä · 10 years ago
  59. 8ac5466 drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor() by Ville Syrjälä · 10 years ago
  60. d7ce484 drm/i915: Move CURSIZE setup to i845_update_cursor() by Ville Syrjälä · 10 years ago
  61. a08a42a drm/i915: Don't try to enable cursor from setplane when crtc is disabled by Ville Syrjälä · 10 years ago
  62. 14bf993 drm/i915/bdw: Always use MMIO flips with Execlists by Oscar Mateo · 10 years ago
  63. f6daaec drm/i915: Make intel_disable_shared_dpll() static by Damien Lespiau · 10 years ago
  64. 3bb11b5 drm/i915: Continuation of future readiness series by Sonika Jindal · 10 years ago
  65. fdd508a drm/i915: Call .update_primary_plane in intel_{enable, disable}_primary_hw_plane() by Ville Syrjälä · 10 years ago
  66. f45651b drm/i915: Eliminate rmw from .update_primary_plane() by Ville Syrjälä · 10 years ago
  67. e2fcdaa drm/i915: Free pending page flip events at .preclose() by Ville Syrjälä · 10 years ago
  68. b2784e1 drm/i915: Introduce a for_each_intel_encoder() macro by Damien Lespiau · 10 years ago
  69. 1ae0d13 drm/i915: Split chv_update_pll() apart by Ville Syrjälä · 10 years ago
  70. d17ec4c drm/i915: Leave DPLL ref clocks on by Ville Syrjälä · 10 years ago
  71. d49a340 drm/i915: Disable cdclk changes for chv until Punit is ready by Ville Syrjälä · 10 years ago
  72. 383c5a6 drm/i915: Add cdclk change support for chv by Ville Syrjälä · 10 years ago
  73. 7d2c817 drm/i915: Extract the HSW DDI selection code into its own function by Damien Lespiau · 10 years ago
  74. 74dd692 drm/i915: Add a space to the shared DPLL debug message by Damien Lespiau · 10 years ago
  75. 026b96e drm/i915: Fix read back of plane stride register by Rafael Barbalho · 10 years ago
  76. a74d782 drm/i915: Kill intel_reset_dpio() by Ville Syrjälä · 10 years ago
  77. 210871b drm/i915: Kill intel_crtc->vbl_wait by Ville Syrjälä · 10 years ago
  78. b95af8b drm/i915: State readout and cross-checking for dp_m2_n2 by Vandana Kannan · 10 years ago
  79. f769cd2 drm/i915: Set M2_N2 registers during mode set by Vandana Kannan · 10 years ago
  80. f573de5 drm/i915: Add correct hw/sw config check for DSI encoder by Shobhit Kumar · 10 years ago
  81. d297e10 drm/i915: Update scanline_offset only for active crtcs by Ville Syrjälä · 10 years ago
  82. 08c71e5 drm/i915: Warn if drm_vblank_get() still works after drm_vblank_off() by Ville Syrjälä · 10 years ago
  83. 5d42f82 Merge tag 'v3.16' into drm-next by Dave Airlie · 10 years ago
  84. 4dac3ed Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 10 years ago
  85. baff296 drm/i915: Returning from increase/decrease of pllclock when invalid by Sonika Jindal · 10 years ago
  86. 7a1db49 drm/i915: Setting legacy palette correctly for different platforms by Sonika Jindal · 10 years ago
  87. 3abfce7 drm/i915: Writing proper check for reading of pipe status reg by Sonika Jindal · 10 years ago
  88. c17c654 drm/i915: remove plane/cursor/pipe assertions from intel_crtc_disable by Paulo Zanoni · 10 years ago
  89. eb21b92 drm/i915: mark IRQs as disabled on unload by Jesse Barnes · 10 years ago
  90. 9df7575f drm/i915: add helper for checking whether IRQs are enabled by Jesse Barnes · 10 years ago
  91. c5107b8 drm/i915: HSW_BLC_PWM2_CTL doesn't exist on BDW by Paulo Zanoni · 10 years ago
  92. 9ca1530 drm/i915: Fix up PSR frontbuffer tracking by Daniel Vetter · 10 years ago
  93. b04c5bd drm/i915: Power gating display wells during i915_pm_suspend by Borun Fu · 10 years ago
  94. 0e32b39 drm/i915: add DP 1.2 MST support (v0.7) by Dave Airlie · 10 years ago
  95. d05410f drm/i915: split conversion function out into separate function by Dave Airlie · 10 years ago
  96. 36cd744 drm/i915: check connector->encoder before using it. by Dave Airlie · 10 years ago
  97. c51f716 Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  98. 7707e65 drm/i915: use helpers by Rob Clark · 10 years ago
  99. 9c8958b drm/i915: Track the primary plane correctly when reassigning planes by Daniel Vetter · 10 years ago
  100. 724cb06 drm/i915: Ignore VBT backlight presence check on HP Chromebook 14 by Scot Doyle · 10 years ago