summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_modes.c
AgeCommit message (Expand)Author
2020-02-12drm/modes: Make sure to parse valid rotation value from cmdlineStephan Gerhold
2020-01-09drm/modes: tag unused variables to avoid warningsBenjamin Gaignard
2019-12-16drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode st...Hans de Goede
2019-12-16drm/modes: parse_cmdline: Remove some unnecessary code (v2)Hans de Goede
2019-12-16drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede
2019-12-16drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede
2019-12-16drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsingHans de Goede
2019-12-16drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline...Hans de Goede
2019-12-16drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()Hans de Goede
2019-12-16drm/modes: parse_cmdline: Accept extras directly after mode combined with opt...Hans de Goede
2019-12-16drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede
2019-12-16drm/modes: parse_cmdline: Make various char pointers constHans de Goede
2019-12-16drm/modes: parse_cmdline: Fix possible reference past end of stringHans de Goede
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-09-06drm/modes: Make the whitelist more constMaxime Ripard
2019-08-30drm/modes: Introduce a whitelist for the named modesMaxime Ripard
2019-08-30drm/modes: Fix the command line parser to take force options into accountMaxime Ripard
2019-08-30drm/modes: Add a switch to differentiate free standing optionsMaxime Ripard
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-08-03drm/modes: Fix unterminated strncpyChuhong Yuan
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17docs: fix broken doc references due to renamesMauro Carvalho Chehab
2019-07-10drm/modes: Skip invalid cmdline modeDmitry Osipenko
2019-07-01drm/selftests: reduce stack usageArnd Bergmann
2019-06-24drm: WARN on illegal aspect ratio when converting a mode to umodeVille Syrjälä
2019-06-24drm: Do not accept garbage mode aspect ratio flagsVille Syrjälä
2019-06-24drm: Do not use bitwise OR to set picure_aspect_ratioVille Syrjälä
2019-06-19drm/modes: Parse overscan propertiesMaxime Ripard
2019-06-19drm/modes: Allow to specify rotation and reflection on the commandlineMaxime Ripard
2019-06-19drm/modes: Support modes names on the command lineMaxime Ripard
2019-06-19drm/modes: Rewrite the command line parserMaxime Ripard
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper
2019-01-24drm/modes: Prevent division by zero htotalTina Zhang
2019-01-15drm: Remove use of drm_mode_objectShayenne Moura
2018-10-01drm: Convert to using %pOFn instead of device_node.nameRob Herring
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter
2018-07-10drm: Add support for extracting sync signal drive edge from videomodePeter Ujfalusi
2018-06-15drm: Print bad user modesVille Syrjälä
2018-05-11drm: Add and handle new aspect ratios in DRM layerShashank Sharma
2018-05-11drm: Add aspect ratio parsing in DRM layerShashank Sharma
2018-05-11drm/modes: Introduce drm_mode_match()Ville Syrjälä
2018-03-23drm: Fix uabi regression by allowing garbage mode->type from userspaceVille Syrjälä
2018-03-16drm: Make drm_mode_vrefresh() a bit more accurateVille Syrjälä
2018-03-16drm: Nuke the useless 'ret' variable from drm_mode_convert_umode()Ville Syrjälä
2018-02-20drm/doc: Polish for drm_mode_parse_command_line_for_connectorDaniel Vetter
2018-01-29drm/modes: Provide global mode_valid hookVille Syrjälä