1. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  2. 299a16b drm: Add TV connector states to drm_connector_state by Boris Brezillon · 8 years ago
  3. acc5ddd Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  4. 5cd57a4 drm: fix possible_crtc's type by Tomi Valkeinen · 8 years ago
  5. 75e75cb Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Daniel Vetter · 8 years ago
  6. 949f088 drm: Make the connector .detect() callback optional by Laurent Pinchart · 8 years ago
  7. a90f583 Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  8. 35838b4 Merge tag 'drm-intel-next-2016-11-21' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  9. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  10. 389f78b drm: Introduce drm_framebuffer_assign() by Chris Wilson · 8 years ago
  11. 79b9555 drm/atomic: Constify drm_atomic_crtc_needs_modeset() by Ville Syrjälä · 8 years ago
  12. 8b2fb7b drm: Fix conflicting macro parameter in drm_mm_for_each_node_in_range() by Chris Wilson · 8 years ago
  13. 218adc1 drm: Fixup kernel doc for driver->gem_create_object by Chris Wilson · 8 years ago
  14. 522e85d drm: Define drm_mm_for_each_node_in_range() by Chris Wilson · 8 years ago
  15. 1ea0c02 drm/atomic: Unconfuse the old_state mess in commmit_tail by Daniel Vetter · 8 years ago
  16. 8c0b55e drm/atomic: cleanup debugfs entries on un-registering the driver. by Liviu Dudau · 8 years ago
  17. 3975797 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  18. bae781b drm: Nuke modifier[1-3] by Ville Syrjälä · 8 years ago
  19. beaf5af drm/fence: add out-fences support by Gustavo Padovan · 8 years ago
  20. 6d6003c drm/fence: add fence timeline to drm_crtc by Gustavo Padovan · 8 years ago
  21. 9626014 drm/fence: add in-fences support by Gustavo Padovan · 8 years ago
  22. b9876d5 drm: drm_irq.h header cleanup by Daniel Vetter · 8 years ago
  23. 2d1e331 drm/irq: Unexport drm_vblank_on/off by Daniel Vetter · 8 years ago
  24. 07600c5 drm/irq: Make drm_vblank_pre/post_modeset internal by Daniel Vetter · 8 years ago
  25. edd420e drm: Drop externs from drm_crtc.h by Daniel Vetter · 8 years ago
  26. 9498c19 drm: Move tile group code into drm_connector.c by Daniel Vetter · 8 years ago
  27. 28575f1 drm: Extract drm_mode_config.[hc] by Daniel Vetter · 8 years ago
  28. 2d5e836d drm/print: Move kerneldoc next to definition by Daniel Vetter · 8 years ago
  29. 4f93624 drm: Consolidate dumb buffer docs by Daniel Vetter · 8 years ago
  30. 6c4789e drm: Clean up kerneldoc for struct drm_driver by Daniel Vetter · 8 years ago
  31. 85e634b drm: Extract drm_drv.h by Daniel Vetter · 8 years ago
  32. 196594e drm/fb_cma_helper: Add missing forward declaration by Marek Vasut · 8 years ago
  33. a6b5fac drm: re-export drm_dev_set_unique by Gerd Hoffmann · 8 years ago
  34. 35cf035 drm: don't let crtc_ww_class leak out by Rob Clark · 8 years ago
  35. 14d7f96 drm/fb_cma_helper: Add drm_fb_cma_prepare_fb() helper by Marek Vasut · 8 years ago
  36. 1e00892 drm/fb-helper: add fb_debug_* to DRM_FB_HELPER_DEFAULT_OPS by Stefan Christ · 8 years ago
  37. b3c11ac drm: move allocation out of drm_get_format_name() by Eric Engestrom · 8 years ago
  38. 3e91168 Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  39. 1f4faef drm/edid: Remove drm_select_eld by Maarten Lankhorst · 8 years ago
  40. 6559c90 drm/atomic: add debugfs file to dump out atomic state by Rob Clark · 8 years ago
  41. fceffb32 drm/atomic: add new drm_debug bit to dump atomic state by Rob Clark · 8 years ago
  42. 1638d30 drm: add helpers to go from plane state to drm_rect by Rob Clark · 8 years ago
  43. d8187177 drm: add helper for printing to log or seq_file by Rob Clark · 8 years ago
  44. 65c7dc1 drm: helper macros to print composite types by Rob Clark · 8 years ago
  45. 3835b46 drm/plane: add inline doc for struct drm_plane by Gustavo Padovan · 8 years ago
  46. 13b5566 drm/atomic: add drm_atomic_set_fence_for_plane() by Gustavo Padovan · 8 years ago
  47. 0dc9967 drm/atomic-helper: fix reference to drm_atomic_helper_commit_planes by Stefan Agner · 8 years ago
  48. 5705670 drm: Track drm_mm allocators and show leaks on shutdown by Chris Wilson · 8 years ago
  49. 7b624ad Backmerge tag 'v4.9-rc4' into drm-next by Dave Airlie · 8 years ago
  50. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 8 years ago
  51. 220196b Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  52. 329f4c8 drm: mark drm_of_component_match_add dummy inline by Arnd Bergmann · 8 years ago
  53. 38d868e drm: Don't force all planes to be added to the state due to zpos by Ville Syrjälä · 8 years ago
  54. 00c635e video: add header file for Mobile High-Definition Link (MHL) interface by Andrzej Hajda · 8 years ago
  55. a2ab19fe drm/ttm: make eviction decision a driver callback v2 by Christian König · 8 years ago
  56. 585ffd6 drm/ttm: fix coding style in ttm_bo_driver.h by Christian König · 8 years ago
  57. 97ac0e4 drm: convert DT component matching to component_match_add_release() by Russell King · 8 years ago
  58. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  59. 0fc4f78 Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 8 years ago
  60. 714cf7e drm/dp: Factor out helper to distinguish between branch and sink devices by Imre Deak · 8 years ago
  61. 5481e27 Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  62. 6686df8 drm: RIP mode_config->rotation_property by Ville Syrjälä · 8 years ago
  63. d138dd3 drm: Add support for optional per-plane rotation property by Ville Syrjälä · 8 years ago
  64. bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 8 years ago
  65. 613a308 drm: Fix LSPCON kernel-doc by Jani Nikula · 8 years ago
  66. 488546f drm: Don't export the drm_fb_get_bpp_depth() function by Laurent Pinchart · 8 years ago
  67. 333d2da drm: WARN when calling drm_format_info() for an unsupported format by Laurent Pinchart · 8 years ago
  68. 84770cc drm: Centralize format information by Laurent Pinchart · 8 years ago
  69. 056996b drm: Helper for lspcon in drm_dp_dual_mode by Shashank Sharma · 8 years ago
  70. 9edbf1f drm: Add API for capturing frame CRCs by Tomeu Vizoso · 8 years ago
  71. 0853695 drm: Add reference counting to drm_atomic_state by Chris Wilson · 8 years ago
  72. 1dfdb0e drm/crtc: constify drm_crtc_mask parameter by Maarten Lankhorst · 8 years ago
  73. d807ed1 drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset by Brian Starkey · 8 years ago
  74. c0c8b9ed Merge tag 'drm-for-v4.9' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  75. a5bd451 drm/crtc: constify drm_crtc_index parameter by Jani Nikula · 8 years ago
  76. 621a999 drm: use the right function name in documentation by Grazvydas Ignotas · 8 years ago
  77. 21bf75e drm/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPS by Stefan Christ · 8 years ago
  78. a4fce9c drm/prime: Take a ref on the drm_dev when exporting a dma_buf by Chris Wilson · 8 years ago
  79. 56a76c0 drm/prime: Pass the right module owner through to dma_buf_export() by Chris Wilson · 8 years ago
  80. 7d83a15 drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooks by Marek Vasut · 8 years ago
  81. 561b069 drm/bridge: analogix_dp: Add analogix_dp_psr_supported by Tomeu Vizoso · 8 years ago
  82. 7406489 drm/fb-helper: add DRM_FB_HELPER_DEFAULT_OPS for fb_ops by Stefan Christ · 8 years ago
  83. 6180213 drm: Document caveats around atomic event handling by Daniel Vetter · 8 years ago
  84. 6bd488d drm: Simplify drm_printk to reduce object size quite a bit by Joe Perches · 8 years ago
  85. 2a272ca drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info by Ville Syrjälä · 8 years ago
  86. ab5603c drm/edid: Make max_tmds_clock kHz instead of MHz by Ville Syrjälä · 8 years ago
  87. 077675c drm: Convert prime dma-buf <-> handle to rbtree by Chris Wilson · 8 years ago
  88. 011a9b9 Merge tag 'drm/panel/for-4.9-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  89. 3f346d5 Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  90. 226714d drm: Fix plane type uabi breakage by Daniel Vetter · 8 years ago
  91. f931894 drm/i915/dp: DP audio API changes for MST by Pandiyan, Dhinakaran · 8 years ago
  92. a6acccf drm/doc: Document color space handling by Daniel Vetter · 8 years ago
  93. f1e2f66 drm: Extract drm_color_mgmt.[hc] by Daniel Vetter · 8 years ago
  94. 1873380 drm: Conslidate blending properties in drm_blend.[hc] by Daniel Vetter · 8 years ago
  95. 532b367 drm/doc: Polish for drm_plane.[hc] by Daniel Vetter · 8 years ago
  96. 43968d7 drm: Extract drm_plane.[hc] by Daniel Vetter · 8 years ago
  97. b81a617 Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  98. bd4a68d Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  99. 699fbee drm/fb-helper: Fix sparse warnings by Ville Syrjälä · 8 years ago
  100. cdc3d09 drm: Move all decl for drm_edid.c to drm_edid.h by Daniel Vetter · 8 years ago