1. 53b3b6b Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  2. 064253c drm: fix use of freed memory in drm_mode_setcrtc by Tomi Valkeinen · 6 years ago
  3. 69fdf42 drm: Differentiate the lack of an interface from invalid parameter by Chris Wilson · 6 years ago
  4. e6120d6 drm: drop drmP.h include from drm_crtc.c by Daniel Vetter · 6 years ago
  5. 69a8a19 drm: Skip __drm_mode_set_config_internal() on atomic drivers by Ville Syrjälä · 7 years ago
  6. 99e227c drm: Remove unecessary dma_fence_ops by Daniel Vetter · 7 years ago
  7. 6a52193 drm: Use drm_crtc_mask() by Ville Syrjälä · 7 years ago
  8. ba1f665 drm: Add checks for atomic_[duplicate/destroy]_state with atomic drivers by Haneen Mohammed · 7 years ago
  9. 6ab0edf drm: Print bad user modes by Ville Syrjälä · 7 years ago
  10. e00fb85 drm: Stop updating plane->crtc/fb/old_fb on atomic drivers by Ville Syrjälä · 7 years ago
  11. 3ed70ec drm: Add local 'plane' variable for tmp->primary by Ville Syrjälä · 7 years ago
  12. ace5bf0 drm: Handle aspect ratio info in legacy modeset path by Ankit Nautiyal · 7 years ago
  13. 51f170a Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1bb16f73b3a01d" by Daniel Vetter · 7 years ago
  14. 95aee35 drm: Remove unecessary dma_fence_ops by Daniel Vetter · 7 years ago
  15. a36c027 drm: Use plane->state->fb over plane->fb by Ville Syrjälä · 7 years ago
  16. bf2d5eb drm: Adjust whitespace for legibility by Ville Syrjälä · 7 years ago
  17. 64c32b4 drm: Add local 'plane' variable for primary/cursor planes by Ville Syrjälä · 7 years ago
  18. 7e7de76 drm: Clear crtc->primary->crtc when disabling the crtc via setcrtc() by Ville Syrjälä · 7 years ago
  19. 23163a7 drm: Check that the plane supports the request format+modifier combo by Ville Syrjälä · 7 years ago
  20. 75a655e drm/modes: Provide global mode_valid hook by Ville Syrjälä · 7 years ago
  21. 2a8d3ea drm: Warn if plane/crtc/encoder/connector index exceeds our 32bit bitmasks by Ville Syrjälä · 7 years ago
  22. 418da17 drm: Pass struct drm_file * to __drm_mode_object_find [v2] by Keith Packard · 8 years ago
  23. 3fa6a07 drm/crtc: Convert setcrtc ioctl locking to interruptible. by Maarten Lankhorst · 7 years ago
  24. 144a799 drm: Handle properties in the core for atomic drivers by Daniel Vetter · 7 years ago
  25. 4a97a3d drm: Don't update property values for atomic drivers by Daniel Vetter · 7 years ago
  26. 53552d5 drm: Take mode_config.mutex in setcrtc ioctl by Daniel Vetter · 8 years ago
  27. 38b6441 drm/atomic-helper: Remove the backoff hack from set_config by Daniel Vetter · 8 years ago
  28. a4eff9a drm: Add acquire ctx parameter to ->set_config by Daniel Vetter · 8 years ago
  29. 2ceb585 drm: Add explicit acquire ctx handling around ->set_config by Daniel Vetter · 8 years ago
  30. d49473a drm: Restrict drm_mode_set_config_internal to non-atomic drivers by Daniel Vetter · 8 years ago
  31. 2c77bb2 drm: simplify the locking in the GETCRTC ioctl by Daniel Vetter · 8 years ago
  32. 18dddad drm/atomic: Introduce drm_atomic_helper_shutdown by Daniel Vetter · 8 years ago
  33. a4a69da drm: Introduce drm_framebuffer_{get,put}() by Thierry Reding · 8 years ago
  34. ad09360 drm: Introduce drm_connector_{get,put}() by Thierry Reding · 8 years ago
  35. 2135ea7 drm: Rename drm_mode_object_get() by Thierry Reding · 8 years ago
  36. 196cd5d drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/ by Daniel Vetter · 8 years ago
  37. d5d487e drm: Update kerneldoc for drm_crtc.[hc] by Daniel Vetter · 8 years ago
  38. d574528 drm/kms-core: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
  39. 931c670 drm: add more document for drm_crtc_from_index() by Shawn Guo · 8 years ago
  40. 6d1b81d drm: add crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  41. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 8 years ago
  42. de7b6be drm: Use atomic state for FB in legacy ioctls by Daniel Stone · 8 years ago
  43. 35f8cc3 drm/fence: add drm_crtc_create_fence() by Gustavo Padovan · 8 years ago
  44. beaf5af drm/fence: add out-fences support by Gustavo Padovan · 8 years ago
  45. 6d6003c drm/fence: add fence timeline to drm_crtc by Gustavo Padovan · 8 years ago
  46. 9498c19 drm: Move tile group code into drm_connector.c by Daniel Vetter · 8 years ago
  47. 28575f1 drm: Extract drm_mode_config.[hc] by Daniel Vetter · 8 years ago
  48. 1a02ea4 drm: Extract drm_dumb_buffers.c by Daniel Vetter · 8 years ago
  49. 35cf035 drm: don't let crtc_ww_class leak out by Rob Clark · 8 years ago
  50. b3c11ac drm: move allocation out of drm_get_format_name() by Eric Engestrom · 8 years ago
  51. 7abc7d4 drm: don't override possible_crtcs for primary/cursor planes by Rob Clark · 8 years ago
  52. bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 8 years ago
  53. 9edbf1f drm: Add API for capturing frame CRCs by Tomeu Vizoso · 8 years ago
  54. f1e2f66 drm: Extract drm_color_mgmt.[hc] by Daniel Vetter · 8 years ago
  55. 1873380 drm: Conslidate blending properties in drm_blend.[hc] by Daniel Vetter · 8 years ago
  56. 532b367 drm/doc: Polish for drm_plane.[hc] by Daniel Vetter · 8 years ago
  57. 43968d7 drm: Extract drm_plane.[hc] by Daniel Vetter · 8 years ago
  58. dec90ea drm: Fix error path in drm_mode_page_flip_ioctl() by Imre Deak · 8 years ago
  59. 5e7a1d0 Merge tag 'topic/drm-misc-2016-08-31' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  60. 59e71ee drm: Extract drm_property.[hc] by Daniel Vetter · 8 years ago
  61. ec5e304 drm: move drm_mode_legacy_fb_format to drm_fourcc.c by Daniel Vetter · 8 years ago
  62. 949619f drm: Extract drm_mode_object.[hc] by Daniel Vetter · 8 years ago
  63. 321a95a drm: Extract drm_encoder.[hc] by Daniel Vetter · 8 years ago
  64. e9c3dde Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  65. b3c6c8b drm: document drm_display_info by Daniel Vetter · 8 years ago
  66. 5221719 drm: Extract drm_connector.[hc] by Daniel Vetter · 8 years ago
  67. adebd6f drm: Export drm_property_replace_global_blob by Daniel Vetter · 8 years ago
  68. 7520a27 drm: Extract drm_framebuffer.[hc] by Daniel Vetter · 8 years ago
  69. 6ab10b7 drm/kms: Nuke dirty_info property by Daniel Vetter · 8 years ago
  70. 62cacc7 drm/doc: Fix more kerneldoc/sphinx warnings by Daniel Vetter · 8 years ago
  71. d382814 drm: remove `const` attribute to hint at caller that they now own the memory by Eric Engestrom · 8 years ago
  72. 90844f0 drm: make drm_get_format_name thread-safe by Eric Engestrom · 8 years ago
  73. f8725ad Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  74. f837297 drm: Add DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags v2 by Michel Dänzer · 8 years ago
  75. c229bfb drm: Add page_flip_target CRTC hook v2 by Michel Dänzer · 8 years ago
  76. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  77. 5c6c201 drm: Paper over locking inversion after registration rework by Daniel Vetter · 8 years ago
  78. 6942559 drm: drm_connector->s/connector_id/index/ for consistency by Daniel Vetter · 8 years ago
  79. 6100598 drm: Unexport drm_connector_unregister_all() by Chris Wilson · 9 years ago
  80. 0dcac50 Revert "drm: Resurrect atomic rmfb code" by Daniel Vetter · 9 years ago
  81. 11c21e7 drm: Resurrect atomic rmfb code by Daniel Vetter · 9 years ago
  82. 041401f drm: Unexport drm_connector_register_all() by Chris Wilson · 9 years ago
  83. 3e31d24 drm: Use helper to turn off CRTC by Lukas Wunner · 9 years ago
  84. 6a0d952 drm: Add helpers to turn off CRTCs by Lukas Wunner · 9 years ago
  85. 3b96a0b drm: document drm_auth.c by Daniel Vetter · 9 years ago
  86. b3ac9f2 drm: Extract drm_is_current_master by Daniel Vetter · 9 years ago
  87. 8106554 drm: Clean up drm_crtc.h by Daniel Vetter · 9 years ago
  88. 79190ea drm: Add callbacks for late registering by Benjamin Gaignard · 9 years ago
  89. e28cd4d drm: Automatically register/unregister all connectors by Chris Wilson · 9 years ago
  90. 80de346 drm: Automatically unregister the connector during cleanup by Chris Wilson · 9 years ago
  91. 40daac6 drm: Make drm_connector_register() safe against multiple calls by Chris Wilson · 9 years ago
  92. aaf285e drm: Add a callback from connector registering by Chris Wilson · 9 years ago
  93. 3b24f7d drm/atomic: Add struct drm_crtc_commit to track async updates by Daniel Vetter · 9 years ago
  94. ae4df11 drm: Move format-related helpers to drm_fourcc.c by Laurent Pinchart · 9 years ago
  95. 3c85f20 Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 9 years ago
  96. 76c6dcc Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 9 years ago
  97. 2cca455 Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  98. fa625c1 Backmerge tag 'v4.7-rc2' into drm-next by Dave Airlie · 9 years ago
  99. f8ed34a drm: drm_helper_crtc_enable_color_mgmt() => drm_crtc_enable_color_mgmt() by Jyri Sarha · 9 years ago
  100. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 9 years ago