Age | Commit message (Expand) | Author |
2023-02-20 | drm: Fix comment on mode parsing | Thomas Zimmermann |
2023-01-13 | drm: Include <linux/of.h> where needed | Thomas Zimmermann |
2022-12-01 | drm/modes: Use strscpy() to copy command-line mode name | Maxime Ripard |
2022-11-24 | drm/modes: Introduce more named modes | Maxime Ripard |
2022-11-24 | drm/modes: Properly generate a drm_display_mode from a named mode | Maxime Ripard |
2022-11-24 | drm/modes: Introduce the tv_mode property as a command-line option | Maxime Ripard |
2022-11-24 | drm/modes: Add a function to generate analog display modes | Maxime Ripard |
2022-11-15 | drm/connector: Add pixel clock to cmdline mode | Maxime Ripard |
2022-11-15 | drm/modes: Fill drm_cmdline mode from named modes | Maxime Ripard |
2022-11-15 | drm/modes: Switch to named mode descriptors | Maxime Ripard |
2022-11-15 | drm/modes: Move named modes parsing to a separate function | Maxime Ripard |
2022-10-10 | drm/modes: parse_cmdline: Add support for named modes containing dashes | Geert Uytterhoeven |
2022-10-10 | drm/modes: Only consider bpp and refresh before options | Maxime Ripard |
2022-07-05 | drm: Remove linux/fb.h from drm_crtc.h | Ville Syrjälä |
2022-06-20 | drm: Drop drm_edid.h from drm_crtc.h | Ville Syrjälä |
2022-05-16 | drm: Always warn if user-defined modes are not supported | Thomas Zimmermann |
2022-04-24 | drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() m... | Marek Vasut |
2022-04-12 | drm: Use drm_mode_init() for on-stack modes | Ville Syrjälä |
2022-03-14 | drm: Add drm_mode_init() | Ville Syrjälä |
2022-02-28 | drm/modes: Add of_get_drm_panel_display_mode() | Noralf Trønnes |
2022-02-28 | drm/modes: Remove trailing whitespace | Noralf Trønnes |
2022-02-16 | drm/modes: Fix drm_mode_copy() docs | Ville Syrjälä |
2021-08-02 | drm: Fix typo in comments | Cai Huoqing |
2021-05-11 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann |
2021-05-05 | drm: Use drm_mode_is_420_only() instead of open coding it | Ville Syrjälä |
2021-04-28 | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen |
2021-04-01 | drm: Refuse to create zero width/height cmdline modes | Ville Syrjälä |
2021-01-14 | drm/modes: Switch to 64bit maths to avoid integer overflow | Ville Syrjälä |
2020-11-16 | drm: fix some kernel-doc markups | Mauro Carvalho Chehab |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-20 | drm: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-05-27 | drm: Flatten drm_mode_vrefresh() | Ville Syrjälä |
2020-05-27 | drm: Shrink drm_display_mode timings | Ville Syrjälä |
2020-05-27 | drm: Nuke mode->vrefresh | Ville Syrjälä |
2020-04-29 | drm: Nuke mode->hsync | Ville Syrjälä |
2020-02-12 | drm/modes: Make sure to parse valid rotation value from cmdline | Stephan Gerhold |
2020-01-09 | drm/modes: tag unused variables to avoid warnings | Benjamin Gaignard |
2019-12-16 | drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode st... | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Remove some unnecessary code (v2) | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2) | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Allow specifying stand-alone options | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsing | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline... | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options() | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Accept extras directly after mode combined with opt... | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', ' | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Make various char pointers const | Hans de Goede |
2019-12-16 | drm/modes: parse_cmdline: Fix possible reference past end of string | Hans de Goede |
2019-09-19 | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |