1. 4e7a4a6 drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2) by Hans de Goede · 5 years ago
  2. 7b1cce7 drm/modes: parse_cmdline: Allow specifying stand-alone options by Hans de Goede · 5 years ago
  3. 6a2d163 drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing by Hans de Goede · 5 years ago
  4. 99e2716 drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options() by Hans de Goede · 5 years ago
  5. 739b200 drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options() by Hans de Goede · 5 years ago
  6. cfb0881 drm/modes: parse_cmdline: Accept extras directly after mode combined with options by Hans de Goede · 5 years ago
  7. c2ed3e9 drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', ' by Hans de Goede · 5 years ago
  8. 83e14ea drm/modes: parse_cmdline: Make various char pointers const by Hans de Goede · 5 years ago
  9. 8582e244 drm/modes: parse_cmdline: Fix possible reference past end of string by Hans de Goede · 5 years ago
  10. 574cc45 Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  11. a3200de drm/modes: Make the whitelist more const by Maxime Ripard · 5 years ago
  12. 3764137 drm/modes: Introduce a whitelist for the named modes by Maxime Ripard · 5 years ago
  13. 728a257 drm/modes: Fix the command line parser to take force options into account by Maxime Ripard · 5 years ago
  14. 325d0ab drm/modes: Add a switch to differentiate free standing options by Maxime Ripard · 5 years ago
  15. b0383c0 Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 5 years ago
  16. 9b56243 drm/modes: Fix unterminated strncpy by Chuhong Yuan · 5 years ago
  17. 48ffc3d Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro by Jonathan Corbet · 5 years ago
  18. 03b0f2c Merge v5.3-rc1 into drm-misc-next by Maxime Ripard · 5 years ago
  19. bff9e34 docs: fix broken doc references due to renames by Mauro Carvalho Chehab · 5 years ago
  20. 7f3bbc0 drm/modes: Skip invalid cmdline mode by Dmitry Osipenko · 5 years ago
  21. c0898fc drm/selftests: reduce stack usage by Arnd Bergmann · 6 years ago
  22. 9f396ab drm: WARN on illegal aspect ratio when converting a mode to umode by Ville Syrjälä · 6 years ago
  23. 993a806 drm: Do not accept garbage mode aspect ratio flags by Ville Syrjälä · 6 years ago
  24. 700710e drm: Do not use bitwise OR to set picure_aspect_ratio by Ville Syrjälä · 6 years ago
  25. 3d46a30 drm/modes: Parse overscan properties by Maxime Ripard · 6 years ago
  26. 1bf4e09 drm/modes: Allow to specify rotation and reflection on the commandline by Maxime Ripard · 6 years ago
  27. 3aeeb13 drm/modes: Support modes names on the command line by Maxime Ripard · 6 years ago
  28. e08ab74 drm/modes: Rewrite the command line parser by Maxime Ripard · 6 years ago
  29. 0500c04 drm: drop use of drmP.h in drm/* by Sam Ravnborg · 6 years ago
  30. 88bc417 drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags by Laurent Pinchart · 6 years ago
  31. c06de56 Merge v5.0-rc7 into drm-next by Dave Airlie · 6 years ago
  32. 1e55a53 drm: Trivial comment grammar cleanups by Matt Roper · 6 years ago
  33. a2fcd5c drm/modes: Prevent division by zero htotal by Tina Zhang · 6 years ago
  34. 0e691bc drm: Remove use of drm_mode_object by Shayenne Moura · 6 years ago
  35. f384d7d drm: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  36. 97e14fb drm: drop _mode_ from remaining connector functions by Daniel Vetter · 6 years ago
  37. 955f60d drm: Add support for extracting sync signal drive edge from videomode by Peter Ujfalusi · 7 years ago
  38. 6ab0edf drm: Print bad user modes by Ville Syrjälä · 7 years ago
  39. 900aa8a drm: Add and handle new aspect ratios in DRM layer by Shashank Sharma · 7 years ago
  40. 222ec16 drm: Add aspect ratio parsing in DRM layer by Shashank Sharma · 7 years ago
  41. dd7c262 drm/modes: Introduce drm_mode_match() by Ville Syrjälä · 7 years ago
  42. a01c477 drm: Fix uabi regression by allowing garbage mode->type from userspace by Ville Syrjälä · 7 years ago
  43. 2f0e9d8 drm: Make drm_mode_vrefresh() a bit more accurate by Ville Syrjälä · 7 years ago
  44. df55054 drm: Nuke the useless 'ret' variable from drm_mode_convert_umode() by Ville Syrjälä · 7 years ago
  45. dbd124f drm/doc: Polish for drm_mode_parse_command_line_for_connector by Daniel Vetter · 7 years ago
  46. 75a655e drm/modes: Provide global mode_valid hook by Ville Syrjälä · 7 years ago
  47. 4f09c77 drm/modes: Kill off the oddball DRM_MODE_TYPE_CRTC_C vs. DRM_MODE_TYPE_BUILTIN handling by Ville Syrjälä · 7 years ago
  48. c6ed6da drm/uapi: Validate the mode flags/type by Ville Syrjälä · 7 years ago
  49. 064a3e6 drm/modes: Move 3D stereo flag check into drm_mode_validate_basic() by Ville Syrjälä · 7 years ago
  50. 8d0873a drm/modes: Fix drm_mode_is_420_only() comment by Sean Paul · 7 years ago
  51. 4bf9914 drm: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  52. 2570fe2 drm: add helper functions for YCBCR420 handling by Shashank Sharma · 7 years ago
  53. d852315 drm: add helper to validate YCBCR420 modes by Shashank Sharma · 7 years ago
  54. 2135ea7 drm: Rename drm_mode_object_get() by Thierry Reding · 8 years ago
  55. 969218f drm: Clean up the 1366x768 fixup codes by Takashi Iwai · 8 years ago
  56. 012bbe2 Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  57. 6f15f84 drm: Silence the compiler for drm_mode_get_hv_timings() by Chris Wilson · 8 years ago
  58. 196cd5d drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/ by Daniel Vetter · 8 years ago
  59. fdf35a6 drm: Fix broken VT switch with video=1366x768 option by Takashi Iwai · 8 years ago
  60. 83113df5 Revert "drm: Add aspect ratio parsing in DRM layer" by Ville Syrjälä · 8 years ago
  61. 7920232 Revert "drm: Add and handle new aspect ratios in DRM layer" by Ville Syrjälä · 8 years ago
  62. 65c7dc1 drm: helper macros to print composite types by Rob Clark · 8 years ago
  63. 8a5bbf3 drm: Use u64 for intermediate dotclock calculations by Chris Wilson · 8 years ago
  64. a68362f drm: Add and handle new aspect ratios in DRM layer by Shashank Sharma · 8 years ago
  65. 6dffd43 drm: Add aspect ratio parsing in DRM layer by Shashank Sharma · 8 years ago
  66. cb34d7f drm: update kerneldoc for changes introduced by commits "16fadc2568e9" and "9671e228fb78" by Lothar Waßmann · 8 years ago
  67. fafc79e drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di driver by Lothar Waßmann · 8 years ago
  68. d72daa0 drm: add a helper function to extract 'de-active' and 'pixelclk-active' from DT by Lothar Waßmann · 8 years ago
  69. 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
  70. da5335b drm/doc: Switch to sphinx/rst fixed-width quoting by Daniel Vetter · 9 years ago
  71. 2e7a570 drm/doc: Appease sphinx by Daniel Vetter · 9 years ago
  72. b201e74 drm: add missing drm_mode_set_crtcinfo call by Tomi Valkeinen · 9 years ago
  73. 7c8f6d2 drm/mode: rework drm_mode_object_put to drm_mode_object_unregister. by Dave Airlie · 9 years ago
  74. 67fe85d drm: modes: add missing [drm] to message printing by LABBE Corentin · 9 years ago
  75. f03d8ed drm/doc: Convert to markdown by Danilo Cesar Lemes de Paula · 9 years ago
  76. d6e6e14 drm: modes: Revert cc344980c767 "replace simple_strtoul by kstrtouint" by LABBE Corentin · 9 years ago
  77. 6af3e65 drm: Drop drm_helper_probe_single_connector_modes_nomerge() by Ville Syrjälä · 9 years ago
  78. fc245f8 drm: Only merge mode type bits between new probed modes by Ville Syrjälä · 9 years ago
  79. 2f8c19e drm: Flatten drm_mode_connector_list_update() a bit by Ville Syrjälä · 9 years ago
  80. 5ba8940 drm: Rename MODE_UNVERIFIED to MODE_STALE by Ville Syrjälä · 9 years ago
  81. 30ecad7 drm: Move drm_display_mode an related docs into kerneldoc by Daniel Vetter · 9 years ago
  82. 4c6bcf4 drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz clock difference by Ville Syrjälä · 9 years ago
  83. cc34498 drm: modes: replace simple_strtoul by kstrtouint by LABBE Corentin · 9 years ago
  84. 934a8a8 drm/mode: Unstatic kernel-userspace mode conversion by Daniel Stone · 10 years ago
  85. 5427095 drm: mode: Allow NULL modes for equality check by Daniel Stone · 10 years ago
  86. 4480024 drm: mode: Fix typo in kerneldoc by Daniel Stone · 10 years ago
  87. 2a97acd drm: Fix trivial typos in comments by Yannick Guerrini · 10 years ago
  88. e4bf44b drm/modes: Print the mode status in human readable form by Ville Syrjälä · 10 years ago
  89. fc83975 Merge tag 'imx-drm-next-2015-01-09' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 10 years ago
  90. adc3184 Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  91. d490f45 drm_modes: add drm_display_mode_to_videomode by Steve Longerbeam · 10 years ago
  92. abc0b14 drm: Perform basic sanity checks on probed modes by Ville Syrjälä · 10 years ago
  93. 05acaec drm: Reorganize probed mode validation by Ville Syrjälä · 10 years ago
  94. ecb7e16 drm: add helper to get crtc timings (v5) by Gustavo Padovan · 10 years ago
  95. 32197aa gpu:drm: Fix typo in Documentation/DocBook/drm.xml by Masanari Iida · 10 years ago
  96. eaf99c7 drm: Perform cmdline mode parsing during connector initialisation by Chris Wilson · 10 years ago
  97. b87577b drm: try harder to avoid regression when merging mode bits by Dave Airlie · 11 years ago
  98. f5aabb97 drm: polish function kerneldoc for drm_modes.[hc] by Daniel Vetter · 11 years ago
  99. 3e70292 drm/modes: drop maxPitch from drm_mode_validate_size by Daniel Vetter · 11 years ago
  100. ba0c242 drm/modes: drop return value from drm_display_mode_from_videomode by Daniel Vetter · 11 years ago