1. 53b3b6b Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  2. db05c48 drm: fb-helper: Reject all pixel format changing requests by Eugeniy Paltsev · 6 years ago
  3. 4be9bd1 drm/fb_helper: Allow leaking fbdev smem_start by Neil Armstrong · 6 years ago
  4. 4d4c2d8 drm/cma-helper: Fix crash in fbdev error path by Noralf Trønnes · 6 years ago
  5. 7b76d058 Merge drm/drm-next into drm-misc-next by Sean Paul · 6 years ago
  6. bf78296 BackMerge v4.19-rc5 into drm-next by Dave Airlie · 6 years ago
  7. 6129369 drm/fb-helper: Improve error reporting in setup by Noralf Trønnes · 6 years ago
  8. 6ee67e3 drm/fb-helper: Remove set but not used variable 'connector_funcs' by YueHaibing · 6 years ago
  9. 6be8f3b drm/fb: Stop leaking physical address by Daniel Vetter · 6 years ago
  10. c10802b drm/fb-helper: improve documentation and print warnings by Peter Wu · 6 years ago
  11. 9060d7f drm/fb-helper: Finish the generic fbdev emulation by Noralf Trønnes · 7 years ago
  12. d536540 drm/fb-helper: Add generic fbdev emulation .fb_probe function by Noralf Trønnes · 7 years ago
  13. 83aefbb drm: Add drm_connector_for_each_possible_encoder() by Ville Syrjälä · 7 years ago
  14. 0d998891 drm/fb-helper: Eliminate the .best_encoder() usage by Ville Syrjälä · 7 years ago
  15. e00fb85 drm: Stop updating plane->crtc/fb/old_fb on atomic drivers by Ville Syrjälä · 7 years ago
  16. d104328 drm/fb-helper: Fix typo on kerneldoc by Daniel Vetter · 7 years ago
  17. 222ec16 drm: Add aspect ratio parsing in DRM layer by Shashank Sharma · 7 years ago
  18. 11b83e3 drm: Remove now pointelss blob->data casts by Ville Syrjälä · 7 years ago
  19. 8d44e9e drm/framebuffer: Print task that allocated the fb in debug info. by Maarten Lankhorst · 7 years ago
  20. 48c9571 drm/fb-helper: Add drm_fb_helper_defio_init() by Noralf Trønnes · 7 years ago
  21. 95b0137 drm/fb-helper: Update DOC with new helpers by Noralf Trønnes · 7 years ago
  22. 8741216 drm/fb-helper: Add drm_fb_helper_fbdev_setup/teardown() by Noralf Trønnes · 7 years ago
  23. 89f3f35 drm/fb-helper: Fix potential NULL pointer dereference by Gustavo A. R. Silva · 7 years ago
  24. 8f0cb41 drm/fb-helper: Apply panel orientation connector prop to the primary plane, v6. by Hans de Goede · 7 years ago
  25. 2c1c55c Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  26. 52dd065 drm/fb_helper: Disable all crtc's when initial setup fails. by Maarten Lankhorst · 7 years ago
  27. b5f0538 drm/fb: add support for not enabling fbcon on non-desktop displays [v2] by Dave Airlie · 7 years ago
  28. 304a4f6 drm/fb-helper: Add .last_close and .output_poll_changed helpers by Noralf Trønnes · 7 years ago
  29. 29ad20b22 drm: Add drm_device->fb_helper pointer by Noralf Trønnes · 7 years ago
  30. c777990 drm/fb-helper: Handle function NULL argument by Noralf Trønnes · 7 years ago
  31. 4b947b1c drm: Replace kzalloc with kcalloc by Harsha Sharma · 7 years ago
  32. b52f09c drm/fb-helper: Avoid NULL ptr dereference in fb_set_suspend() by Noralf Trønnes · 7 years ago
  33. 991a399 drm/fb-helper: pass physical dimensions to fbdev by David Lechner · 7 years ago
  34. f461bd2 drm/fb-helper: add new drm_setup_crtcs_fb() function by David Lechner · 7 years ago
  35. 27a061f drm/fb: Fix pointer dereference before null check. by David Lechner · 7 years ago
  36. ca91a27 drm/fb-helper: Support deferred setup by Daniel Vetter · 8 years ago
  37. 964c600 drm/fb-helper: separate the fb_setcmap helper into atomic and legacy paths by Peter Rosin · 8 years ago
  38. 08c992c drm/fb-helper: remove drm_fb_helper_save_lut_atomic by Peter Rosin · 8 years ago
  39. a3562a0 drm/fb-helper: keep the .gamma_store updated in drm_fb_helper_setcmap by Peter Rosin · 8 years ago
  40. b8e2b01 drm/fb-helper: factor out pseudo-palette by Peter Rosin · 8 years ago
  41. 6b7dc6e drm/fb-helper: Split dpms handling into legacy and atomic paths by Daniel Vetter · 8 years ago
  42. e13a058 drm/fb-helper: Stop using mode_config.mutex for internals by Daniel Vetter · 8 years ago
  43. 1d0c64109 drm/fb-helper: Push locking into restore_fbdev_mode_atomic|legacy by Daniel Vetter · 8 years ago
  44. 5c2e344 drm/fb-helper: Push locking into pan_display_atomic|legacy by Daniel Vetter · 8 years ago
  45. 235d3e4 drm/fb-helper: Drop locking from the vsync wait ioctl code by Daniel Vetter · 8 years ago
  46. bdac4a0 drm/fb-helper: Push locking in fb_is_bound by Daniel Vetter · 8 years ago
  47. e9827d8 drm/fb-helper: Add top-level lock by Thierry Reding · 8 years ago
  48. af2405a drm/fb-helper: Push down modeset lock into FB helpers by Thierry Reding · 8 years ago
  49. 7114d2e drm/fb-helper: Remove drm_mode_config_fb. by Maarten Lankhorst · 8 years ago
  50. c2c446a drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI by Robert Foss · 8 years ago
  51. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  52. 7128645 drm/fb-helper: Extract _legacy kms functions by Daniel Vetter · 8 years ago
  53. 6d124ff drm: Add acquire ctx to ->gamma_set hook by Daniel Vetter · 8 years ago
  54. 9c79e0b drm/fb-helper: Give up on kgdb for atomic drivers by Daniel Vetter · 8 years ago
  55. c829a33 Merge airlied/drm-next into drm-misc-next by Sean Paul · 8 years ago
  56. 50021ff drm/fb-helper: Improve code readability by Thierry Reding · 8 years ago
  57. 39b8b2e drm/fb-helper: Reshuffle code for subsequent patches by Thierry Reding · 8 years ago
  58. 4b4f99f drm/fb-helper: Cleanup checkpatch warnings by Thierry Reding · 8 years ago
  59. e5c1ff1 Backmerge tag 'v4.11-rc4' into drm-next by Dave Airlie · 8 years ago
  60. 12ffed9 drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height again by Michel Dänzer · 8 years ago
  61. 0f3bbe0 drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC by Maxime Ripard · 8 years ago
  62. b982dab drm: Rename connector list iterator API by Thierry Reding · 8 years ago
  63. ad09360 drm: Introduce drm_connector_{get,put}() by Thierry Reding · 8 years ago
  64. 5f15257 drm/fb-helper: Add multi buffer support for cma fbdev by Xinliang Liu · 8 years ago
  65. 8e22e1b Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 8 years ago
  66. 24f76b2 drm: Cancel drm_fb_helper_resume_work on unload by Chris Wilson · 8 years ago
  67. f21b9a9 drm: Cancel drm_fb_helper_dirty_work on unload by Chris Wilson · 8 years ago
  68. da7bdda drm/fb-helper: Automatically clean up fb_info by Daniel Vetter · 8 years ago
  69. ed84e25 drm/fb-helper: Explain unload sequence a bit better by Daniel Vetter · 8 years ago
  70. e4563f6 drm: Rely on mode_config data for fb_helper initialization by Gabriel Krisman Bertazi · 8 years ago
  71. 6806cdf drm/kms-helpers: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
  72. a09759e drm: remove useless parameters from drm_pick_cmdline_mode function by Vincent Abriou · 8 years ago
  73. a743d75 drm: Wrap the check for atomic_commit implementation by Dhinakaran Pandiyan · 8 years ago
  74. c36a325 drm: Convert all helpers to drm_connector_list_iter by Daniel Vetter · 8 years ago
  75. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  76. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 8 years ago
  77. a53ca63 drm: Protect fb_helper list manipulation with a mutex by Chris Wilson · 8 years ago
  78. 64e9440 drm: Pull together probe + setup for drm_fb_helper by Chris Wilson · 8 years ago
  79. 966a6a1 drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcs by Chris Wilson · 8 years ago
  80. c96521e drm: Fix shift operations for drm_fb_helper::drm_target_preferred() by Chris Wilson · 8 years ago
  81. 1b99b72 drm/fb-helper: fix segfaults in drm_fb_helper_debug_* by Stefan Christ · 8 years ago
  82. 7b624ad Backmerge tag 'v4.9-rc4' into drm-next by Dave Airlie · 8 years ago
  83. a288960 drm/fb-helper: Keep references for the current set of used connectors by Ville Syrjälä · 8 years ago
  84. 7dfcb36 drm/fb-helper: Fix connector ref leak on error by Ville Syrjälä · 8 years ago
  85. 87d3b65 drm/fb-helper: Don't call dirty callback for untouched clips by Takashi Iwai · 8 years ago
  86. 6686df8 drm: RIP mode_config->rotation_property by Ville Syrjälä · 8 years ago
  87. d138dd3 drm: Add support for optional per-plane rotation property by Ville Syrjälä · 8 years ago
  88. 865afb1 drm/fb-helper: reject any changes to the fbdev by Stefan Agner · 8 years ago
  89. 0853695 drm: Add reference counting to drm_atomic_state by Chris Wilson · 8 years ago
  90. ca09fb9 Merge tag 'v4.8-rc8' into drm-next by Dave Airlie · 8 years ago
  91. 699fbee drm/fb-helper: Fix sparse warnings by Ville Syrjälä · 8 years ago
  92. 28579f3 drm/fb-helper: Make docs for fb_set_suspend wrappers consistent by Daniel Vetter · 8 years ago
  93. cfe6342 drm/fb-helper: Add drm_fb_helper_set_suspend_unlocked() by Noralf Trønnes · 8 years ago
  94. f17b3ea Revert "drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference" by Johannes Berg · 8 years ago
  95. 62cacc7 drm/doc: Fix more kerneldoc/sphinx warnings by Daniel Vetter · 8 years ago
  96. b1116f6 drm: Remove superflous linux/fb.h includes by Daniel Vetter · 8 years ago
  97. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  98. fa7d81b drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference by Chris Wilson · 9 years ago
  99. 95c081c drm: Move master pointer from drm_minor to drm_device by Daniel Vetter · 9 years ago
  100. d3a4618 drm: Replace fb_helper->atomic with mode_config->atomic_commit by Daniel Vetter · 9 years ago