1. 9eca6832 drm/i915: Move scanline_offset and timestamping constant setup to intel_modeset_readout_hw_state() by Ville Syrjälä · 9 years ago
  2. f9cd7b8 drm/i915: Move sprite/cursor plane disable to intel_sanitize_crtc() by Ville Syrjälä · 9 years ago
  3. 7f4c628 drm/i915: Assign hwmode after encoder state readout by Ville Syrjälä · 9 years ago
  4. 6764e9f drm/i915: skip modeset if compatible for everyone. by Maarten Lankhorst · 9 years ago
  5. bfd16b2 drm/i915: Make updating pipe without modeset atomic. by Maarten Lankhorst · 9 years ago
  6. 44522d8 drm/i915: Set csc coefficients in update_pipe_size. by Maarten Lankhorst · 9 years ago
  7. 8e0e9ce drm/i915: Remove legacy plane updates for cursor and sprite planes. by Maarten Lankhorst · 9 years ago
  8. 9b4101b drm/i915: Use atomic state when changing cursor visibility. by Maarten Lankhorst · 9 years ago
  9. 11c22da drm/i915: Use the atomic state in intel_update_primary_planes. by Maarten Lankhorst · 9 years ago
  10. d4b0863 drm/i915: Use atomic plane state in the primary plane update. by Maarten Lankhorst · 9 years ago
  11. 333b8ca drm/i915: Dump pfit state as hex by Ville Syrjälä · 9 years ago
  12. 1c132b4 drm/i915: Future proof panel fitter. by Rodrigo Vivi · 9 years ago
  13. ea916ea drm/i915/skl+: Add YUV pixel format in Capability list by Kumar, Mahesh · 9 years ago
  14. c269952 drm/i915: Add HAS_PCH_LPT_LP() macro by Ville Syrjälä · 9 years ago
  15. 62f0ace drm/i915: Update comments around base bpp by Daniel Vetter · 9 years ago
  16. e93c28f Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  17. 34e0adb drm/i915: Remove start frame argument to pipe_update_begin/end. by Maarten Lankhorst · 9 years ago
  18. 79e50a4 drm/i915: move intel_hrawclk() to intel_display.c by Jani Nikula · 9 years ago
  19. 02e93c3 drm/i915: Factor out intel_crtc_has_encoders() by Ville Syrjälä · 9 years ago
  20. 0f64614 drm/i915: Fix clock readout when pipes are enabled w/o ports by Ville Syrjälä · 9 years ago
  21. 69f92f6 drm/i915: Preserve SSC earlier by Lukas Wunner · 9 years ago
  22. d8e19f9 drm/i915/skl: Adding DDI_E power well domain by Xiong Zhang · 9 years ago
  23. 2800e4c drm/i915/skl: Enable DDI-E by Rodrigo Vivi · 9 years ago
  24. 39d9b85 drm/i915: set CDCLK if DPLL0 enabled during resuming from S3 by Gary Wang · 9 years ago
  25. b93433c drm/i915: move ibx_digital_port_connected to intel_dp.c by Jani Nikula · 9 years ago
  26. adafdc6 drm/i915: Store max dotclock by Mika Kahola · 9 years ago
  27. c0b4c66 drm/i915: Move VLV/CHV prepare_pll later by Ville Syrjälä · 9 years ago
  28. e27f299 drm/i915: Move DPIO port init earlier by Ville Syrjälä · 9 years ago
  29. d6db995 drm/i915: Add encoder->post_pll_disable() hooks and move CHV clock buffer disables there by Ville Syrjälä · 9 years ago
  30. 25a25df drm/i915: Always program m2 fractional value on CHV by Ville Syrjälä · 10 years ago
  31. 26951ca drm/i915/skl: enable DDI-E hotplug by Xiong Zhang · 9 years ago
  32. 8be6ca8 drm/i915: Also call frontbuffer flip when disabling planes. by Rodrigo Vivi · 9 years ago
  33. f1afe24 drm/i915: Change SRM, LRM instructions to use correct length by Arun Siluvery · 9 years ago
  34. d3638ac Merge tag 'drm-intel-next-fixes-2015-08-16' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  35. 66e2806 drm/i915: remove excessive scaler debugging messages by Jani Nikula · 9 years ago
  36. 90a6b7b drm/i915: Move intel_dp->lane_count into pipe_config by Ville Syrjälä · 10 years ago
  37. 908565c drm/i915: Do not check or a stalled pageflip prior to it being queued by Chris Wilson · 9 years ago
  38. 622147f Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixes by Daniel Vetter · 9 years ago
  39. 5a2376d drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A by Jani Nikula · 9 years ago
  40. a513e3d75 drm/i915: Set power domain for DDI-E by Rodrigo Vivi · 9 years ago
  41. 842315e drm/i915: Handle return value in intel_pin_and_fence_fb_obj, v2. by Maarten Lankhorst · 9 years ago
  42. 4740b0f drm/i915: Only update mode related state if a modeset happened. by Maarten Lankhorst · 9 years ago
  43. 2d406bb drm/i915: Remove connectors_active. by Maarten Lankhorst · 9 years ago
  44. 873ffe6 drm/i915: Remove connectors_active from sanitization, v2. by Maarten Lankhorst · 9 years ago
  45. 4d688a2 drm/i915: Get rid of dpms handling. by Maarten Lankhorst · 9 years ago
  46. 4d20cd8 drm/i915: Make crtc checking use the atomic state, v2. by Maarten Lankhorst · 9 years ago
  47. 7c60d19 drm/i915: Remove connectors_active from state checking. by Maarten Lankhorst · 9 years ago
  48. 7b89b8d drm/i915: Remove some unneeded checks from check_crtc_state. by Maarten Lankhorst · 9 years ago
  49. 35dd3c6 drm/i915: Convert connector checking to atomic, v3. by Maarten Lankhorst · 9 years ago
  50. 20fae98 drm/i915: Update atomic state when removing mst connector, v3. by Maarten Lankhorst · 9 years ago
  51. ee165b1 drm/i915: Validate the state after an atomic modeset only, and pass the state. by Maarten Lankhorst · 9 years ago
  52. c4e2d04 drm/i915: Make the force_thru workaround atomic, v2. by Maarten Lankhorst · 9 years ago
  53. d2944cf drm/i915: Commit planes on each crtc separately. by Maarten Lankhorst · 9 years ago
  54. f0fdc55 drm/i915: calculate primary visibility changes instead of calling from set_config by Maarten Lankhorst · 9 years ago
  55. e8fa427 drm/i915: Only dither on 6bpc panels by Daniel Vetter · 9 years ago
  56. 45e3743 drm/plane: Use consistent data types for format count by Thierry Reding · 9 years ago
  57. 0695726 drm/i915: Use CONFIG_DRM_FBDEV_EMULATION by Daniel Vetter · 9 years ago
  58. 06059d5 Merge tag 'topic/drm-misc-2015-07-28' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  59. 80aa931 drm/i915: disable_shared_pll doesn't work on pre-gen5 by Jesse Barnes · 9 years ago
  60. 74b4ea1 drm/i915: special-case dirtyfb for frontbuffer tracking by Paulo Zanoni · 9 years ago
  61. 4e1e26f drm/i915: don't disable FBC for pipe A when flipping pipe B by Paulo Zanoni · 9 years ago
  62. 698e84e drm/i915: don't call intel_fbc_update() at intel_unpin_work_fn() by Paulo Zanoni · 9 years ago
  63. 8c10342 drm/atomic: Update legacy DPMS state during modesets, v3. by Maarten Lankhorst · 9 years ago
  64. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  65. 613d2b2 drm/atomic: pass old crtc state to atomic_begin/flush. by Maarten Lankhorst · 9 years ago
  66. fc59666 drm/atomic: add connectors_changed to separate it from mode_changed, v2 by Maarten Lankhorst · 9 years ago
  67. 2649548 drm/i915: Invert fastboot check by Daniel Vetter · 9 years ago
  68. 1ed51de drm/i915: Clarify logic for initial modeset by Daniel Vetter · 9 years ago
  69. e2ff2d4 drm/i915: Unconditionally check gmch pfit state by Daniel Vetter · 9 years ago
  70. ca6e440 Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  71. 8f539a83 drm/i915: always disable irqs in intel_pipe_update_start by Maarten Lankhorst · 9 years ago
  72. 342defd drm/i915: Remove use of runtime pm in atomic commit functions by Maarten Lankhorst · 9 years ago
  73. f6ac4b2 drm/i915: Call plane update functions directly from intel_atomic_commit. by Maarten Lankhorst · 9 years ago
  74. 74c090b drm/i915: Use full atomic modeset. by Maarten Lankhorst · 9 years ago
  75. 1f7457b drm/i915: Fix noatomic crtc disabling, v2. by Maarten Lankhorst · 9 years ago
  76. cd13f5a drm/i915: fill in more mode members by Maarten Lankhorst · 9 years ago
  77. 70e0bd7 drm/i915: Make intel_display_suspend atomic, try 2. by Maarten Lankhorst · 9 years ago
  78. e694eb0 drm/i915: Always force a modeset in intel_crtc_restore_mode, v2. by Maarten Lankhorst · 9 years ago
  79. 292b990 drm/i915: Update power domains on readout. by Maarten Lankhorst · 9 years ago
  80. ad3c558 drm/i915: Get rid of unused transitional members. by Maarten Lankhorst · 9 years ago
  81. 043e9bd drm/i915: Convert resume to atomic. by Maarten Lankhorst · 9 years ago
  82. 5c1e342 drm/i915: Readout initial hw mode. by Maarten Lankhorst · 9 years ago
  83. 3a03dfb drm/i915: Calculate vblank timestamping constants before enabling vblank. by Maarten Lankhorst · 9 years ago
  84. 4be40c9 drm/i915: Zero the mode in intel_sanitize_crtc when force disabling. by Maarten Lankhorst · 9 years ago
  85. b06f8b0 drm/i915: Fix reference leak in intel_modeset_readout_hw_state. by Maarten Lankhorst · 9 years ago
  86. 4cf0ebb drm/i915: Rework plane readout. by Maarten Lankhorst · 9 years ago
  87. eeebeac drm/i915: Remove plane_config from struct intel_crtc, v2. by Maarten Lankhorst · 9 years ago
  88. be5651f drm/i915: Update missing properties in find_initial_plane_obj by Maarten Lankhorst · 9 years ago
  89. cfb23ed drm/i915: Allow fuzzy matching in pipe_config_compare, v2. by Maarten Lankhorst · 9 years ago
  90. e435d6e drm/i915: Do not update pfit state when toggling crtc enabled. by Maarten Lankhorst · 9 years ago
  91. 8a75d15 drm/i915: Only update state on crtc's that are part of the atomic state. by Maarten Lankhorst · 9 years ago
  92. ccfb8b2 drm/i915: Do not call intel_crtc_disable if the crtc is already disabled. by Maarten Lankhorst · 9 years ago
  93. bbf4702 drm/i915: fix oops in primary_check_plane by Daniel Vetter · 9 years ago
  94. e4ca061 drm/i915: Don't forget to mark crtc as inactive after disable by Patrik Jakobsson · 10 years ago
  95. 60bfe44 drm/i915: Apply OCD to VLV/CHV DPLL defines by Ville Syrjälä · 10 years ago
  96. b8afb91 drm/i915: Keep GMCH DPLL VGA mode always disabled by Ville Syrjälä · 10 years ago
  97. 01e2d06 Revert "drm/i915: Use crtc_state->active in primary check_plane func" by Linus Torvalds · 9 years ago
  98. 86c9858 drm/i915: dirty fb operation flushsing frontbuffer by Rodrigo Vivi · 9 years ago
  99. dec4f79 drm/i915: Use crtc_state->active in primary check_plane func by Daniel Vetter · 10 years ago
  100. 63fef06 drm/i915: Check crtc->active in intel_crtc_disable_planes by Daniel Vetter · 10 years ago