1. 8716ed4 drm: add DRM_CAPs for cursor size by Alex Deucher · 10 years ago
  2. 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
  3. f5395ba Merge branch 'drm-vbl-timestamp' of git://gitorious.org/vsyrjala/linux into drm-next by Dave Airlie · 11 years ago
  4. 985e5dc drm/edid: Populate picture aspect ratio for CEA modes by Vandana Kannan · 11 years ago
  5. 3c184f6 drm: Change {pixel,line,frame}dur_ns from s64 to int by Ville Syrjälä · 11 years ago
  6. 3d88736 drm: Move drm_encoder_crtc_ok() to core by Thierry Reding · 11 years ago
  7. db5f7a6 drm: provide a helper for the encoder possible_crtcs mask by Russell King · 11 years ago
  8. 3cf70da drm: add drm_set_preferred_mode by Gerd Hoffmann · 11 years ago
  9. 5e4e3ba Merge branch 'drm-tda998x-3.12' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-next by Dave Airlie · 11 years ago
  10. 5bdebb1 drm/sysfs: sort out minor and connector device object lifetimes. by Dave Airlie · 11 years ago
  11. 96f60e3 DRM: Armada: Add Armada DRM driver by Russell King · 12 years ago
  12. 967ad7f Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  13. 5848ad4 drm: Reject stereo modes with an unknown layout by Damien Lespiau · 11 years ago
  14. f7e121b drm: Code stereo layouts as an enum rather than a bit field by Damien Lespiau · 11 years ago
  15. 448cce2 drm: Implement timings adjustments for frame packing by Damien Lespiau · 11 years ago
  16. bde2dcf drm: Introduce a crtc_clock for struct drm_display_mode by Damien Lespiau · 11 years ago
  17. 65427b1 drm: Remove synth_clock from struct drm_display_mode by Damien Lespiau · 11 years ago
  18. 99b314a drm: Remove clock_index from struct drm_display_mode by Damien Lespiau · 11 years ago
  19. 560a067 drm: Make exposing stereo modes a per-connector opt-in by Damien Lespiau · 11 years ago
  20. f2ecf2e3 drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes by Damien Lespiau · 11 years ago
  21. 4aa17cf drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfo by Damien Lespiau · 11 years ago
  22. 51f8da5 drm/edid: add drm_edid_duplicate by Jani Nikula · 11 years ago
  23. 3b336ec drm: Add drm_bridge by Sean Paul · 11 years ago
  24. 62f2104 drm: Advertise async page flip ability through GETCAP ioctl by Keith Packard · 11 years ago
  25. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  26. 807ac202 drm: Remove the dithering_mode_property field by Damien Lespiau · 11 years ago
  27. d4e4a31 drm: Don't export drm_find_cea_extension() any more by Lespiau, Damien · 11 years ago
  28. a03eb83 drm: Remove 2 unused defines by Lespiau, Damien · 11 years ago
  29. 86f422d drm: Make drm_mode_remove() static by Lespiau, Damien · 11 years ago
  30. 67587e8 drm: Remove drm_mode_list_concat() by Lespiau, Damien · 11 years ago
  31. ddecb10 drm: Remove drm_mode_create_dithering_property() by Lespiau, Damien · 11 years ago
  32. f51607a drm: Remove stale prototypes by Lespiau, Damien · 11 years ago
  33. b21e3af drm: use ida to allocate connector ids by Ilia Mirkin · 11 years ago
  34. b17df86 drm: Remove drm_mode_validate_clocks by Stéphane Marchesin · 11 years ago
  35. d482e5f Revert "drm: kms_helper: don't lose hotplug event" by Dave Airlie · 11 years ago
  36. 4c813d4 drm: add hotspot support for cursors. by Dave Airlie · 11 years ago
  37. 160954b drm: kms_helper: don't lose hotplug event by Daniel Vetter · 11 years ago
  38. 5cef29a drm: fix fb leak in setcrtc by Daniel Vetter · 11 years ago
  39. 778ad90 drm: Remove some unused stuff from drm_plane by Ville Syrjälä · 11 years ago
  40. 9125e61 drm: Add drm_plane_force_disable() by Ville Syrjälä · 11 years ago
  41. d20d317 drm: Constify the pretty-print functions by Ville Syrjälä · 11 years ago
  42. 6ba6d03 drm: Print pretty names for pixel formats by Ville Syrjälä · 11 years ago
  43. c55b6b3 drm: Kill user_modes list and the associated ioctls by Ville Syrjälä · 11 years ago
  44. ea9cbb0 drm: Silence some sparse warnings by Ville Syrjälä · 11 years ago
  45. 8cc3f23 drm: Add drm_mode_equal_no_clocks() by Ville Syrjälä · 11 years ago
  46. 67af116 drm: Remove explicit vrefresh initialization from DRM_MODE() by Ville Syrjälä · 11 years ago
  47. 715f59c drm: Misc comment cleanup by Christopher Harvey · 11 years ago
  48. 13bcf01 drm: Documentation typo fixes by Christopher Harvey · 11 years ago
  49. 595887e drm: Add some missing forward declarations by Thierry Reding · 12 years ago
  50. 18316c8 drm: Remove duplicate drm_mode_cea_vic() by Thierry Reding · 12 years ago
  51. 6aed8ec drm: review locking for drm_fb_helper_restore_fbdev_mode by Daniel Vetter · 12 years ago
  52. cd17ef4 Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  53. 3620636 drm: revamp framebuffer cleanup interfaces by Daniel Vetter · 12 years ago
  54. 786b99e drm: create drm_framebuffer_lookup by Daniel Vetter · 12 years ago
  55. 4b096ac drm: revamp locking around fb creation/destruction by Daniel Vetter · 12 years ago
  56. 29494c1 drm: add per-crtc locks by Daniel Vetter · 12 years ago
  57. 8484990 drm: add drm_modeset_lock|unlock_all by Daniel Vetter · 12 years ago
  58. 2d13b67 drm: encapsulate crtc->set_config calls by Daniel Vetter · 12 years ago
  59. b1edd6a drm/edid: Add drm_rgb_quant_range_selectable() by Ville Syrjälä · 12 years ago
  60. 55bde6b Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  61. 5849556 drm: remove legacy drm_connector_property fxns by Rob Clark · 12 years ago
  62. 374a868 drm: add drm_mode_cea_vic by Paulo Zanoni · 12 years ago
  63. 905bc9f drm: don't start the poll engine in probe_single_connector by Daniel Vetter · 12 years ago
  64. 69787f7 drm: run the hpd irq event code directly by Daniel Vetter · 12 years ago
  65. 816da85 drm: handle HPD and polled connectors separately by Daniel Vetter · 12 years ago
  66. a479903 drm: get cea video id code for a given display mode by Stephane Marchesin · 12 years ago
  67. 0b3904a drm: Constify some function arguments by Ville Syrjälä · 12 years ago
  68. 1f31c69 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  69. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  70. 19218e4 UAPI: Refer to the DRM UAPI headers with <...> and from certain headers only by David Howells · 12 years ago
  71. fbff469 drm: Export drm_probe_ddc() by Adam Jackson · 12 years ago
  72. 7c80e12 drm: support for rotated scanout by Rob Clark · 12 years ago
  73. f7eff60 drm: refcnt drm_framebuffer (v4.1) by Rob Clark · 12 years ago
  74. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  75. 0b2443e drm/edid: limit printk when facing bad edid by Jerome Glisse · 12 years ago
  76. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 12 years ago
  77. 22f5d11 drm: Initialize object type when using DRM_MODE() macro by Ville Syrjälä · 12 years ago
  78. 451023d drm: remove the raw_edid field from struct drm_display_info by Jani Nikula · 12 years ago
  79. 04ccfe7 drm: Remove two unused fields from struct drm_display_mode by Damien Lespiau · 12 years ago
  80. 59fd415 drm: remove the list_head from drm_mode_set by Daniel Vetter · 12 years ago
  81. fe45616 drm: increase DRM_OBJECT_MAX_PROPERTY to 24 by Paulo Zanoni · 12 years ago
  82. 4d93914 drm: add plane properties by Rob Clark · 12 years ago
  83. 49e2754 drm: add bitmask property type by Rob Clark · 12 years ago
  84. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  85. 3b02ab8 drm: Miscellaneous typo fixes and documentation updates by Laurent Pinchart · 12 years ago
  86. bffd9de0 drm: add CRTC properties by Paulo Zanoni · 12 years ago
  87. 7f88a9b drm: add 'count' to struct drm_object_properties by Paulo Zanoni · 12 years ago
  88. c543188 drm: add generic ioctls to get/set properties on any object by Paulo Zanoni · 12 years ago
  89. 7e3bdf4 drm: create struct drm_object_properties and use it by Paulo Zanoni · 12 years ago
  90. afea2ad drm: WARN() when drm_connector_attach_property fails by Paulo Zanoni · 12 years ago
  91. f89ec8a drm/edid: Try harder to fix up base EDID blocks by Adam Jackson · 12 years ago
  92. f6e252b drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes by Adam Jackson · 12 years ago
  93. 01b68b0 drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions by Ville Syrjälä · 12 years ago
  94. 5a86bd5 drm: Add drm_format_plane_cpp() utility function by Ville Syrjälä · 12 years ago
  95. 141670e drm: Move drm_format_num_planes() to drm_crtc.c by Ville Syrjälä · 12 years ago
  96. da0df92 drm: allow loading an EDID as firmware to override broken monitor by Carsten Emde · 12 years ago
  97. cbc7e22 drm/modeset: add helper to unplug all connectors from sysfs by Dave Airlie · 12 years ago
  98. c3c50e8 drm: Add drm_mode_copy() by Ville Syrjälä · 12 years ago
  99. d63f5e6 drm: Use a flexible array member for blob property data by Ville Syrjälä · 12 years ago
  100. 6bfc56a drm: Handle drm_object_get() failures by Ville Syrjälä · 12 years ago