1. faba6c3 drm: bridge: dw-hdmi: Detect PHY type at runtime by Laurent Pinchart · 8 years ago
  2. 69497eb drm: bridge: dw-hdmi: Implement DRM bridge registration by Laurent Pinchart · 8 years ago
  3. c608119 drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common code by Laurent Pinchart · 8 years ago
  4. ecaa98f drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functions by Laurent Pinchart · 8 years ago
  5. f869a6e drm/atomic: Add target_vblank support in atomic helpers (v2) by Andrey Grodzovsky · 8 years ago
  6. f9a87bd drm: Move drm_clflush prototypes to drm_cache header file by Gabriel Krisman Bertazi · 8 years ago
  7. 282d0a3 Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  8. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 8 years ago
  9. a09759e drm: remove useless parameters from drm_pick_cmdline_mode function by Vincent Abriou · 8 years ago
  10. edd1f2f drm/i915: Use fixed-sized types for stolen by Chris Wilson · 8 years ago
  11. 62a0d98 drm: allow to use mmuless SoC by Benjamin Gaignard · 8 years ago
  12. b3ba3f6 drm: Add kernel-doc for drm_crtc_commit_get/put by Daniel Vetter · 8 years ago
  13. 0784bc6 drm/i915: more .is_mobile cleanups for BDW by Paulo Zanoni · 8 years ago
  14. 7fbd995 drm/i915: fix INTEL_BDW_IDS definition by Paulo Zanoni · 8 years ago
  15. ef426c1 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queued by Daniel Vetter · 8 years ago
  16. a402eae Merge tag 'v4.10-rc2' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  17. 24835e4 drm: reference count event->completion by Daniel Vetter · 8 years ago
  18. 5692650 drm: Document deprecated load/unload hook by Gabriel Krisman Bertazi · 8 years ago
  19. 5390974 drm/i915: Update SKL SRV GT4 pci ids reference. by Rodrigo Vivi · 8 years ago
  20. 4541d31 drm/bridge: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
  21. b112481 drm/cma-helper: simplify setup for drivers with ->dirty callbacks by Daniel Vetter · 8 years ago
  22. 347e890 drm: Nuke connector_list locking assert by Daniel Vetter · 8 years ago
  23. ea0dd85 drm/doc: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago
  24. 05fc032 drm/mm: Some doc polish by Daniel Vetter · 8 years ago
  25. 6d1b81d drm: add crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  26. b5c3714 drm/mm: Convert to drm_printer by Daniel Vetter · 8 years ago
  27. 3d387d9 drm/printer: add debug printer by Daniel Vetter · 8 years ago
  28. adb040b drm: Use drm_mm_insert_node_in_range_generic() for everyone by Chris Wilson · 8 years ago
  29. 3f85fb3 drm: Wrap drm_mm_node.hole_follows by Chris Wilson · 8 years ago
  30. 3fa489d drm: Apply tight eviction scanning to color_adjust by Chris Wilson · 8 years ago
  31. f29051f drm: Simplify drm_mm scan-list manipulation by Chris Wilson · 8 years ago
  32. 9a956b1 drm: Optimise power-of-two alignments in drm_mm_scan_add_block() by Chris Wilson · 8 years ago
  33. 0b04d47 drm: Compute tight evictions for drm_mm_scan by Chris Wilson · 8 years ago
  34. 2c4b389 drm: Unconditionally do the range check in drm_mm_scan_add_block() by Chris Wilson · 8 years ago
  35. 9a71e27 drm: Extract struct drm_mm_scan from struct drm_mm by Chris Wilson · 8 years ago
  36. ac9bb7b drm: Simplify drm_mm_clean() by Chris Wilson · 8 years ago
  37. ba004e3 drm: Fix kerneldoc for drm_mm_scan_remove_block() by Chris Wilson · 8 years ago
  38. 7173320 drm: Promote drm_mm alignment to u64 by Chris Wilson · 8 years ago
  39. b3ee963f drm: Compile time enabling for asserts in drm_mm by Chris Wilson · 8 years ago
  40. 2bc98c8 drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm by Chris Wilson · 8 years ago
  41. a743d75 drm: Wrap the check for atomic_commit implementation by Dhinakaran Pandiyan · 8 years ago
  42. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  43. f2b0fee drm/atomic: Remove drm_atomic_helper_framebuffer_changed. by Maarten Lankhorst · 8 years ago
  44. bdc5714 drm/atomic: Clean up wait_for_vblanks, v2. by Maarten Lankhorst · 8 years ago
  45. 188f7882 drm: Fix spelling of clock in drm_connector.h by Peter Meerwald-Stadler · 8 years ago
  46. 91eefc0 drm: Tighten locking in drm_mode_getconnector by Daniel Vetter · 8 years ago
  47. e73ab00 drm: prevent double-(un)registration for connectors by Daniel Vetter · 8 years ago
  48. 613051d drm: locking&new iterators for connector_list by Daniel Vetter · 8 years ago
  49. 5bc9cb4 drm: Move atomic debugfs functions into drm_crtc_internal.h by Daniel Vetter · 8 years ago
  50. 4a878c0 drm: bridge: Detach bridge from encoder at encoder cleanup time by Laurent Pinchart · 8 years ago
  51. 3bb80f2 drm: bridge: Link encoder and bridge in core code by Laurent Pinchart · 8 years ago
  52. 2407d1d drm: Fix compilation warning caused by static inline forward declaration by Laurent Pinchart · 8 years ago
  53. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  54. 45b186f drm: Constify the drm_mm API by Chris Wilson · 8 years ago
  55. ad57900 drm: Add drm_mm_for_each_node_safe() by Chris Wilson · 8 years ago
  56. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 8 years ago
  57. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  58. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 8 years ago
  59. 8f8f6a6 drm: Add drm_framebuffer_plane_{width,height}() by Ville Syrjälä · 8 years ago
  60. e14c23c drm: Store a pointer to drm_format_info under drm_framebuffer by Ville Syrjälä · 8 years ago
  61. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  62. 010f5b9 Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Daniel Vetter · 8 years ago
  63. 5acc614 drm: Protect master->unique with dev->master_mutex by Daniel Vetter · 8 years ago
  64. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  65. 299a16b drm: Add TV connector states to drm_connector_state by Boris Brezillon · 8 years ago
  66. 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
  67. 5cd57a4 drm: fix possible_crtc's type by Tomi Valkeinen · 8 years ago
  68. 75e75cb Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Daniel Vetter · 8 years ago
  69. 93cd6fa6 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  70. 949f088 drm: Make the connector .detect() callback optional by Laurent Pinchart · 8 years ago
  71. 8363e3c drm/i915/glk: Add Geminilake PCI IDs by Ander Conselvan de Oliveira · 8 years ago
  72. 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
  73. 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
  74. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  75. 389f78b drm: Introduce drm_framebuffer_assign() by Chris Wilson · 8 years ago
  76. 79b9555 drm/atomic: Constify drm_atomic_crtc_needs_modeset() by Ville Syrjälä · 8 years ago
  77. 8b2fb7b drm: Fix conflicting macro parameter in drm_mm_for_each_node_in_range() by Chris Wilson · 8 years ago
  78. 218adc1 drm: Fixup kernel doc for driver->gem_create_object by Chris Wilson · 8 years ago
  79. 522e85d drm: Define drm_mm_for_each_node_in_range() by Chris Wilson · 8 years ago
  80. 1ea0c02 drm/atomic: Unconfuse the old_state mess in commmit_tail by Daniel Vetter · 8 years ago
  81. 8c0b55e drm/atomic: cleanup debugfs entries on un-registering the driver. by Liviu Dudau · 8 years ago
  82. 3975797 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued by Daniel Vetter · 8 years ago
  83. bae781b drm: Nuke modifier[1-3] by Ville Syrjälä · 8 years ago
  84. beaf5af drm/fence: add out-fences support by Gustavo Padovan · 8 years ago
  85. 6d6003c drm/fence: add fence timeline to drm_crtc by Gustavo Padovan · 8 years ago
  86. 9626014 drm/fence: add in-fences support by Gustavo Padovan · 8 years ago
  87. b9876d5 drm: drm_irq.h header cleanup by Daniel Vetter · 8 years ago
  88. 2d1e331 drm/irq: Unexport drm_vblank_on/off by Daniel Vetter · 8 years ago
  89. 07600c5 drm/irq: Make drm_vblank_pre/post_modeset internal by Daniel Vetter · 8 years ago
  90. edd420e drm: Drop externs from drm_crtc.h by Daniel Vetter · 8 years ago
  91. 9498c19 drm: Move tile group code into drm_connector.c by Daniel Vetter · 8 years ago
  92. 28575f1 drm: Extract drm_mode_config.[hc] by Daniel Vetter · 8 years ago
  93. 2d5e836d drm/print: Move kerneldoc next to definition by Daniel Vetter · 8 years ago
  94. 4f93624 drm: Consolidate dumb buffer docs by Daniel Vetter · 8 years ago
  95. 6c4789e drm: Clean up kerneldoc for struct drm_driver by Daniel Vetter · 8 years ago
  96. 85e634b drm: Extract drm_drv.h by Daniel Vetter · 8 years ago
  97. 196594e drm/fb_cma_helper: Add missing forward declaration by Marek Vasut · 8 years ago
  98. a6b5fac drm: re-export drm_dev_set_unique by Gerd Hoffmann · 8 years ago
  99. 35cf035 drm: don't let crtc_ww_class leak out by Rob Clark · 8 years ago
  100. 14d7f96 drm/fb_cma_helper: Add drm_fb_cma_prepare_fb() helper by Marek Vasut · 8 years ago