Age | Commit message (Expand) | Author |
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 |
2019-09-06 | drm/modes: Make the whitelist more const | Maxime Ripard |
2019-08-30 | drm/modes: Introduce a whitelist for the named modes | Maxime Ripard |
2019-08-30 | drm/modes: Fix the command line parser to take force options into account | Maxime Ripard |
2019-08-30 | drm/modes: Add a switch to differentiate free standing options | Maxime Ripard |
2019-08-09 | Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2019-08-03 | drm/modes: Fix unterminated strncpy | Chuhong Yuan |
2019-07-22 | Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i... | Jonathan Corbet |
2019-07-22 | Merge v5.3-rc1 into drm-misc-next | Maxime Ripard |
2019-07-17 | docs: fix broken doc references due to renames | Mauro Carvalho Chehab |
2019-07-10 | drm/modes: Skip invalid cmdline mode | Dmitry Osipenko |
2019-07-01 | drm/selftests: reduce stack usage | Arnd Bergmann |
2019-06-24 | drm: WARN on illegal aspect ratio when converting a mode to umode | Ville Syrjälä |
2019-06-24 | drm: Do not accept garbage mode aspect ratio flags | Ville Syrjälä |
2019-06-24 | drm: Do not use bitwise OR to set picure_aspect_ratio | Ville Syrjälä |
2019-06-19 | drm/modes: Parse overscan properties | Maxime Ripard |
2019-06-19 | drm/modes: Allow to specify rotation and reflection on the commandline | Maxime Ripard |
2019-06-19 | drm/modes: Support modes names on the command line | Maxime Ripard |
2019-06-19 | drm/modes: Rewrite the command line parser | Maxime Ripard |
2019-05-27 | drm: drop use of drmP.h in drm/* | Sam Ravnborg |
2019-03-18 | drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags | Laurent Pinchart |
2019-02-18 | Merge v5.0-rc7 into drm-next | Dave Airlie |
2019-02-04 | drm: Trivial comment grammar cleanups | Matt Roper |
2019-01-24 | drm/modes: Prevent division by zero htotal | Tina Zhang |