1. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 8 years ago
  2. 6605ca0 drm/crtc-helper: disable_unused_functions really isn't for atomic by Daniel Vetter · 8 years ago
  3. 93f5597 drm/crtc: only store the necessary data for set_config rollback by Philipp Zabel · 8 years ago
  4. fffc5f5 drm/crtc: fix connector reference counting mismatch in drm_crtc_helper_set_config by Philipp Zabel · 8 years ago
  5. f8ed34a drm: drm_helper_crtc_enable_color_mgmt() => drm_crtc_enable_color_mgmt() by Jyri Sarha · 8 years ago
  6. 75229ec drm: Make drm_encoder_helper_funcs optional by Noralf Trønnes · 8 years ago
  7. 0955c12 drm/crtc: take references to connectors used in a modeset. (v2) by Dave Airlie · 8 years ago
  8. 6c14838 drm/crtc_helper: Reset empty plane state in drm_helper_crtc_mode_set_base() by Liu Ying · 8 years ago
  9. 5488dc1 drm: introduce pipe color correction properties by Lionel Landwerlin · 8 years ago
  10. 49f718c drm: fixes crct set_mode when crtc mode_fixup is null. by Carlos Palminha · 8 years ago
  11. 70412cf drm/kms_helper: Add a common place to call init and exit functions. by Rafael Antognolli · 8 years ago
  12. 3c5b267 drm: fixes crct set_mode when encoder mode_fixup is null. by Carlos Palminha · 8 years ago
  13. 09859d2 drm/crtc-helper: Add caveat to disable_unused_functions doc by Daniel Vetter · 8 years ago
  14. 2deafc7 drm/crtc_helper/set_config: Remove redundant NULL pointer check on set->mode by Liu Ying · 8 years ago
  15. 07096bd drm/crtc_helper/set_config: Remove redundant handling when set->fb is NULL by Liu Ying · 8 years ago
  16. fa3ab4c drm: Add crtc->name and use it in debug messages by Ville Syrjälä · 9 years ago
  17. 2be9497 drm: Merge helper docbook into kerneldoc comments by Daniel Vetter · 9 years ago
  18. 092d01d drm: Reorganize helper vtables and their docs by Daniel Vetter · 9 years ago
  19. 1494276 drm/atomic-helper: Implement subsystem-level suspend/resume by Thierry Reding · 9 years ago
  20. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  21. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  22. dcd14dd Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  23. e4f6254 drm: Roll out drm_for_each_{plane,crtc,encoder} by Daniel Vetter · 9 years ago
  24. 9a9f5ce drm: Roll out drm_for_each_connector more by Daniel Vetter · 9 years ago
  25. 6295d60 drm: Add modeset object iterators by Daniel Vetter · 9 years ago
  26. e4f31ad drm: reset empty state in transitional helpers by Daniel Vetter · 9 years ago
  27. ce14ec2 drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set by Daniel Vetter · 9 years ago
  28. 819364d drm: Add drm_atomic_set_mode_for_crtc by Daniel Stone · 9 years ago
  29. 9f658b7 drm/crtc_helper: Replace open-coded CRTC state helpers by Daniel Stone · 9 years ago
  30. 862e686 drm: bridge: Allow daisy chaining of bridges by Archit Taneja · 9 years ago
  31. 9b0adc2 drm/atomic: Don't open-code CRTC state destroy by Daniel Stone · 9 years ago
  32. be26a66 drm/drm: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  33. 5a27528 drm: crtc_helper: Update hwmode before mode_set call by Daniel Stone · 9 years ago
  34. e3eb325 drm: add support for tiled/compressed/etc modifier in addfb2 by Rob Clark · 9 years ago
  35. 07cc0ef drm/atomic: Introduce state->obj backpointers by Daniel Vetter · 10 years ago
  36. 321ebf0 drm/atomic: Refcounting for plane_state->fb by Daniel Vetter · 10 years ago
  37. 3150c7d drm: Docbook integration and over sections for all the new helpers by Daniel Vetter · 10 years ago
  38. 623369e drm: Atomic crtc/connector updates using crtc/plane helper interfaces by Daniel Vetter · 10 years ago
  39. 2f324b4 drm/crtc-helper: Transitional functions using atomic plane helpers by Daniel Vetter · 10 years ago
  40. d980b18 drm/crtc-helper: use drm_framebuffer flags by Fabien DESSENNE · 10 years ago
  41. 8d4ad9d Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next by Dave Airlie · 10 years ago
  42. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  43. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 10 years ago
  44. 83a8cfd drm: replace drm_get_encoder_name() with direct name field use by Jani Nikula · 10 years ago
  45. 2593382 drm: replace drm_get_connector_name() with direct name field use by Jani Nikula · 10 years ago
  46. ba6f582 drm/crtc-helper: skip locking checks in panicking path by Sergei Antonov · 10 years ago
  47. b5e6c1d drm: fix typo by Rob Clark · 10 years ago
  48. a74591d drm: Make drm_crtc_helper_disable() return void by Thierry Reding · 10 years ago
  49. 49d9ec1 drm/crtc-helper: gc usless connector loop in disable_unused_functions by Daniel Vetter · 10 years ago
  50. 8d75454 drm: Split out drm_probe_helper.c from drm_crtc_helper.c by Daniel Vetter · 10 years ago
  51. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  52. 2844ea3 Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 10 years ago
  53. e3d6ddb drm/crtc-helper: don't disable disconnected outputs by Daniel Vetter · 10 years ago
  54. 177cf92 drm/crtc-helpers: fix dpms on logic by Daniel Vetter · 10 years ago
  55. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  56. 3ea8785 drm/helper: lock all around force mode restore by Dave Airlie · 10 years ago
  57. b182cc5 drm/crtc-helper: fix locking for drm_helper_disable_unused_functions by Daniel Vetter · 10 years ago
  58. 3fcc42e drm: kerneldoc polish for drm_crtc_helper.c by Daniel Vetter · 10 years ago
  59. 00d762c drm: drop error code for drm_helper_resume_force_mode by Daniel Vetter · 10 years ago
  60. 62ff94a drm/crtc-helper: remove LOCKING from kerneldoc by Daniel Vetter · 10 years ago
  61. 9fd9378 drm: remove return value from drm_helper_mode_fill_fb_struct by Daniel Vetter · 10 years ago
  62. 3e70292 drm/modes: drop maxPitch from drm_mode_validate_size by Daniel Vetter · 10 years ago
  63. aa4cd91 drm/doc: Document drm_helper_resume_force_mode by Daniel Vetter · 10 years ago
  64. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  65. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  66. 45ab1e0 Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 10 years ago
  67. 545cdd5 drm: Pass the display mode to drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  68. 3d88736 drm: Move drm_encoder_crtc_ok() to core by Thierry Reding · 10 years ago
  69. db5f7a6 drm: provide a helper for the encoder possible_crtcs mask by Russell King · 10 years ago
  70. 02ee4e9 drm: eliminate bit-copy restoration of crtc by Ilija Hadzic · 11 years ago
  71. 48b1f5d drm: do not set crtc enabled field twice by Ilija Hadzic · 11 years ago
  72. 7e99acd drm: fix error recovery path in drm_crtc_helper_set_mode by Ilija Hadzic · 11 years ago
  73. fbce406 drm: restore crtc origin if mode_set_base fails by Ilija Hadzic · 11 years ago
  74. bec2eac drm: eliminate old_fb from drm_crtc_helper_set_config by Ilija Hadzic · 11 years ago
  75. fc50a89 drm: remove redundant if statement by Ilija Hadzic · 11 years ago
  76. 90c3706 Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 11 years ago
  77. a6ad623 drm: Track the proper DPMS mode of connectors by Thierry Reding · 11 years ago
  78. be51e4a Merge tag 'drm-intel-next-2013-10-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  79. b8206d3 drm: return if changed in drm_helper_hpd_irq_event() by Marc-André Lureau · 11 years ago
  80. 92b6f89 drm: Add separate Kconfig option for fbdev helpers by Daniel Vetter · 11 years ago
  81. 967ad7f Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  82. 1eee814 drm: Fix comment referring to the long gone ->probe() connector vfunc by Lespiau, Damien · 11 years ago
  83. 560a067 drm: Make exposing stereo modes a per-connector opt-in by Damien Lespiau · 11 years ago
  84. 3b336ec drm: Add drm_bridge by Sean Paul · 11 years ago
  85. 25f397a drm/crtc-helper: explicit DPMS on after modeset by Daniel Vetter · 11 years ago
  86. d482e5f Revert "drm: kms_helper: don't lose hotplug event" by Dave Airlie · 11 years ago
  87. 160954b drm: kms_helper: don't lose hotplug event by Daniel Vetter · 11 years ago
  88. 372835a drm/crtc-helper: explicit DPMS on after modeset by Daniel Vetter · 11 years ago
  89. cbdfebc drm/crtc-helper: no need to check for fb->depth/bpp by Daniel Vetter · 11 years ago
  90. e58de88 drm/crtc-helpers: Enforce sane set_config api by Daniel Vetter · 11 years ago
  91. 9bc3cd5 drm: Sort connector modes based on vrefresh by Ville Syrjälä · 11 years ago
  92. b2dfcae drm: Only print a debug message when the polled connector has changed by Lespiau, Damien · 11 years ago
  93. ed7951d drm: Make the HPD status updates debug logs more readable by Lespiau, Damien · 11 years ago
  94. ebbd97a drm: Don't prune modes loudly when a connector is disconnected by Damien Lespiau · 11 years ago
  95. ce83adf drm: Perform a full mode set when the pixel format changed by Laurent Pinchart · 11 years ago
  96. 0d4ed4c drm/doc: integrate crtc helper api into docbook by Daniel Vetter · 12 years ago
  97. a4f968d drm: don't unnecessarily enable the polling work by Daniel Vetter · 12 years ago
  98. 11e6868 drm: don't poll forced connectors by Daniel Vetter · 12 years ago
  99. 905bc9f drm: don't start the poll engine in probe_single_connector by Daniel Vetter · 12 years ago
  100. 69787f7 drm: run the hpd irq event code directly by Daniel Vetter · 12 years ago