- 96a9151 drm: prefer DRM_MODE_FMT/ARG over drm_mode_debug_printmodeline() by Jani Nikula · 11 months ago
- 0ae55a4 drm/modes: switch to drm device based error logging by Jani Nikula · 11 months ago
- 4db102d Merge drm/drm-next into drm-misc-next by Maxime Ripard · 1 year, 1 month ago
- 5343f29 drm: Move drm_set_preferred_mode() helper from drm_edid to drm_modes by Javier Martinez Canillas · 1 year, 2 months ago
- 3b2894c drm/modes: replace deprecated strncpy with strscpy_pad by Justin Stitt · 1 year, 5 months ago
- 1e84dad drm: Fix comment on mode parsing by Thomas Zimmermann · 2 years, 1 month ago
- fb28b3f drm: Include <linux/of.h> where needed by Thomas Zimmermann · 2 years, 2 months ago
- 0f9aa07 drm/modes: Use strscpy() to copy command-line mode name by Maxime Ripard · 2 years, 3 months ago
- 0740ac3 drm/modes: Introduce more named modes by Maxime Ripard · 2 years, 4 months ago
- fedcaf7 drm/modes: Properly generate a drm_display_mode from a named mode by Maxime Ripard · 2 years, 4 months ago
- e691c99 drm/modes: Introduce the tv_mode property as a command-line option by Maxime Ripard · 2 years, 4 months ago
- 4fcd238 drm/modes: Add a function to generate analog display modes by Maxime Ripard · 2 years, 4 months ago
- 0e308ef drm/connector: Add pixel clock to cmdline mode by Maxime Ripard · 2 years, 4 months ago
- 00dcc4a drm/modes: Fill drm_cmdline mode from named modes by Maxime Ripard · 2 years, 4 months ago
- a7ab155 drm/modes: Switch to named mode descriptors by Maxime Ripard · 2 years, 4 months ago
- a631bf3 drm/modes: Move named modes parsing to a separate function by Maxime Ripard · 2 years, 4 months ago
- 8b6e28e drm/modes: parse_cmdline: Add support for named modes containing dashes by Geert Uytterhoeven · 2 years, 5 months ago
- 90c258b drm/modes: Only consider bpp and refresh before options by Maxime Ripard · 2 years, 5 months ago
- 73289af drm: Remove linux/fb.h from drm_crtc.h by Ville Syrjälä · 2 years, 8 months ago
- 255490f9 drm: Drop drm_edid.h from drm_crtc.h by Ville Syrjälä · 2 years, 9 months ago
- b6415bd drm: Always warn if user-defined modes are not supported by Thomas Zimmermann · 2 years, 10 months ago
- f470cfe drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() mandatory by Marek Vasut · 2 years, 11 months ago
- 563c4a7 drm: Use drm_mode_init() for on-stack modes by Ville Syrjälä · 3 years, 1 month ago
- 2d3eec8 drm: Add drm_mode_init() by Ville Syrjälä · 3 years, 1 month ago
- 95ae342 drm/modes: Add of_get_drm_panel_display_mode() by Noralf Trønnes · 3 years ago
- 5558d6c drm/modes: Remove trailing whitespace by Noralf Trønnes · 3 years ago
- b3d9f59 drm/modes: Fix drm_mode_copy() docs by Ville Syrjälä · 3 years, 1 month ago
- 0ae865e drm: Fix typo in comments by Cai Huoqing · 3 years, 7 months ago
- fd53102 Merge drm/drm-next into drm-misc-next by Thomas Zimmermann · 3 years, 10 months ago
- 1c4f39b drm: Use drm_mode_is_420_only() instead of open coding it by Ville Syrjälä · 3 years, 10 months ago
- 68a32ba Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 11 months ago
- 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 4 years ago
- 19a9a0e drm: Refuse to create zero width/height cmdline modes by Ville Syrjälä · 6 years ago
- 5b34ab5 drm/modes: Switch to 64bit maths to avoid integer overflow by Ville Syrjälä · 4 years, 5 months ago
- e9d2871 drm: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
- b0487e0 drm: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 8 months ago
- 4ed2101 drm: Flatten drm_mode_vrefresh() by Ville Syrjälä · 4 years, 11 months ago
- d857e16 drm: Shrink drm_display_mode timings by Ville Syrjälä · 4 years, 11 months ago
- 0425662 drm: Nuke mode->vrefresh by Ville Syrjälä · 4 years, 11 months ago
- 58911c2 drm: Nuke mode->hsync by Ville Syrjälä · 4 years, 11 months ago
- e6980a7 drm/modes: Make sure to parse valid rotation value from cmdline by Stephan Gerhold · 5 years ago
- f199af0 drm/modes: tag unused variables to avoid warnings by Benjamin Gaignard · 5 years ago
- d1fe276 drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode struct by Hans de Goede · 5 years ago
- 5b92661 drm/modes: parse_cmdline: Remove some unnecessary code (v2) by Hans de Goede · 5 years ago
- 4e7a4a6 drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2) by Hans de Goede · 5 years ago
- 7b1cce7 drm/modes: parse_cmdline: Allow specifying stand-alone options by Hans de Goede · 5 years ago
- 6a2d163 drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing by Hans de Goede · 5 years ago
- 99e2716 drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options() by Hans de Goede · 5 years ago
- 739b200 drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options() by Hans de Goede · 5 years ago
- cfb0881 drm/modes: parse_cmdline: Accept extras directly after mode combined with options by Hans de Goede · 5 years ago
- c2ed3e9 drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', ' by Hans de Goede · 5 years ago
- 83e14ea drm/modes: parse_cmdline: Make various char pointers const by Hans de Goede · 5 years ago
- 8582e244 drm/modes: parse_cmdline: Fix possible reference past end of string by Hans de Goede · 5 years ago
- 574cc45 Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
- a3200de drm/modes: Make the whitelist more const by Maxime Ripard · 6 years ago
- 3764137 drm/modes: Introduce a whitelist for the named modes by Maxime Ripard · 6 years ago
- 728a257f drm/modes: Fix the command line parser to take force options into account by Maxime Ripard · 6 years ago
- 325d0ab drm/modes: Add a switch to differentiate free standing options by Maxime Ripard · 6 years ago
- b0383c0 Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
- 9b56243 drm/modes: Fix unterminated strncpy by Chuhong Yuan · 6 years ago
- 48ffc3d Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro by Jonathan Corbet · 6 years ago
- 03b0f2c Merge v5.3-rc1 into drm-misc-next by Maxime Ripard · 6 years ago
- bff9e34 docs: fix broken doc references due to renames by Mauro Carvalho Chehab · 6 years ago
- 7f3bbc0 drm/modes: Skip invalid cmdline mode by Dmitry Osipenko · 6 years ago
- c0898fc drm/selftests: reduce stack usage by Arnd Bergmann · 6 years ago
- 9f396ab drm: WARN on illegal aspect ratio when converting a mode to umode by Ville Syrjälä · 6 years ago
- 993a806 drm: Do not accept garbage mode aspect ratio flags by Ville Syrjälä · 6 years ago
- 700710e drm: Do not use bitwise OR to set picure_aspect_ratio by Ville Syrjälä · 6 years ago
- 3d46a30 drm/modes: Parse overscan properties by Maxime Ripard · 6 years ago
- 1bf4e09 drm/modes: Allow to specify rotation and reflection on the commandline by Maxime Ripard · 6 years ago
- 3aeeb13 drm/modes: Support modes names on the command line by Maxime Ripard · 6 years ago
- e08ab74 drm/modes: Rewrite the command line parser by Maxime Ripard · 6 years ago
- 0500c04 drm: drop use of drmP.h in drm/* by Sam Ravnborg · 6 years ago
- 88bc417 drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags by Laurent Pinchart · 6 years ago
- c06de56 Merge v5.0-rc7 into drm-next by Dave Airlie · 6 years ago
- 1e55a53 drm: Trivial comment grammar cleanups by Matt Roper · 6 years ago
- a2fcd5c drm/modes: Prevent division by zero htotal by Tina Zhang · 6 years ago
- 0e691bc drm: Remove use of drm_mode_object by Shayenne Moura · 6 years ago
- f384d7d drm: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
- 97e14fb drm: drop _mode_ from remaining connector functions by Daniel Vetter · 7 years ago
- 955f60d drm: Add support for extracting sync signal drive edge from videomode by Peter Ujfalusi · 7 years ago
- 6ab0edf drm: Print bad user modes by Ville Syrjälä · 7 years ago
- 900aa8a drm: Add and handle new aspect ratios in DRM layer by Shashank Sharma · 7 years ago
- 222ec16 drm: Add aspect ratio parsing in DRM layer by Shashank Sharma · 7 years ago
- dd7c262 drm/modes: Introduce drm_mode_match() by Ville Syrjälä · 7 years ago
- a01c477 drm: Fix uabi regression by allowing garbage mode->type from userspace by Ville Syrjälä · 7 years ago
- 2f0e9d8 drm: Make drm_mode_vrefresh() a bit more accurate by Ville Syrjälä · 7 years ago
- df55054 drm: Nuke the useless 'ret' variable from drm_mode_convert_umode() by Ville Syrjälä · 7 years ago
- dbd124f drm/doc: Polish for drm_mode_parse_command_line_for_connector by Daniel Vetter · 7 years ago
- 75a655e drm/modes: Provide global mode_valid hook by Ville Syrjälä · 7 years ago
- 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
- c6ed6da drm/uapi: Validate the mode flags/type by Ville Syrjälä · 7 years ago
- 064a3e6 drm/modes: Move 3D stereo flag check into drm_mode_validate_basic() by Ville Syrjälä · 7 years ago
- 8d0873a drm/modes: Fix drm_mode_is_420_only() comment by Sean Paul · 8 years ago
- 4bf9914 drm: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
- 2570fe2 drm: add helper functions for YCBCR420 handling by Shashank Sharma · 8 years ago
- d852315 drm: add helper to validate YCBCR420 modes by Shashank Sharma · 8 years ago
- 2135ea7 drm: Rename drm_mode_object_get() by Thierry Reding · 8 years ago
- 969218f drm: Clean up the 1366x768 fixup codes by Takashi Iwai · 8 years ago