summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c
Commit message (Expand)AuthorAgeFilesLines
* drm/modes: Make sure to parse valid rotation value from cmdlineStephan Gerhold2020-02-121-0/+7
* drm/modes: tag unused variables to avoid warningsBenjamin Gaignard2020-01-091-4/+5
* drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode st...Hans de Goede2019-12-161-3/+2
* drm/modes: parse_cmdline: Remove some unnecessary code (v2)Hans de Goede2019-12-161-5/+0
* drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede2019-12-161-0/+32
* drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede2019-12-161-58/+34
* drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsingHans de Goede2019-12-161-4/+5
* drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline...Hans de Goede2019-12-161-0/+5
* drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()Hans de Goede2019-12-161-12/+9
* drm/modes: parse_cmdline: Accept extras directly after mode combined with opt...Hans de Goede2019-12-161-0/+1
* drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede2019-12-161-4/+6
* drm/modes: parse_cmdline: Make various char pointers constHans de Goede2019-12-161-5/+5
* drm/modes: parse_cmdline: Fix possible reference past end of stringHans de Goede2019-12-161-38/+30
* Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-6/+11
|\
| * Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-091-6/+11
| |\
| | * Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-4/+10
| | |\
| | * | drm: WARN on illegal aspect ratio when converting a mode to umodeVille Syrjälä2019-06-241-1/+4
| | * | drm: Do not accept garbage mode aspect ratio flagsVille Syrjälä2019-06-241-1/+3
| | * | drm: Do not use bitwise OR to set picure_aspect_ratioVille Syrjälä2019-06-241-4/+4
* | | | drm/modes: Make the whitelist more constMaxime Ripard2019-09-061-1/+1
* | | | drm/modes: Introduce a whitelist for the named modesMaxime Ripard2019-08-301-0/+20
* | | | drm/modes: Fix the command line parser to take force options into accountMaxime Ripard2019-08-301-5/+19
* | | | drm/modes: Add a switch to differentiate free standing optionsMaxime Ripard2019-08-301-1/+9
* | | | drm/modes: Fix unterminated strncpyChuhong Yuan2019-08-031-1/+3
|/ / /
* | | Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet2019-07-221-1/+1
|\ \ \ | |_|/ |/| |
| * | docs: fix broken doc references due to renamesMauro Carvalho Chehab2019-07-171-1/+1
| |/
* | drm/modes: Skip invalid cmdline modeDmitry Osipenko2019-07-101-0/+6
* | drm/selftests: reduce stack usageArnd Bergmann2019-07-011-4/+4
|/
* drm/modes: Parse overscan propertiesMaxime Ripard2019-06-191-0/+44
* drm/modes: Allow to specify rotation and reflection on the commandlineMaxime Ripard2019-06-191-20/+94
* drm/modes: Support modes names on the command lineMaxime Ripard2019-06-191-16/+46
* drm/modes: Rewrite the command line parserMaxime Ripard2019-06-191-115/+210
* drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-2/+5
* drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart2019-03-181-6/+6
* Merge v5.0-rc7 into drm-nextDave Airlie2019-02-181-1/+1
|\
| * drm/modes: Prevent division by zero htotalTina Zhang2019-01-241-1/+1
* | drm: Trivial comment grammar cleanupsMatt Roper2019-02-041-1/+1
* | drm: Remove use of drm_mode_objectShayenne Moura2019-01-151-9/+0
|/
* drm: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-011-2/+2
* drm: drop _mode_ from remaining connector functionsDaniel Vetter2018-07-131-3/+3
* drm: Add support for extracting sync signal drive edge from videomodePeter Ujfalusi2018-07-101-4/+11
* drm: Print bad user modesVille Syrjälä2018-06-151-1/+1
* drm: Add and handle new aspect ratios in DRM layerShashank Sharma2018-05-111-0/+12
* drm: Add aspect ratio parsing in DRM layerShashank Sharma2018-05-111-1/+34
* drm/modes: Introduce drm_mode_match()Ville Syrjälä2018-05-111-31/+103
* drm: Fix uabi regression by allowing garbage mode->type from userspaceVille Syrjälä2018-03-231-1/+7
* drm: Make drm_mode_vrefresh() a bit more accurateVille Syrjälä2018-03-161-10/+9
* drm: Nuke the useless 'ret' variable from drm_mode_convert_umode()Ville Syrjälä2018-03-161-11/+4
* drm/doc: Polish for drm_mode_parse_command_line_for_connectorDaniel Vetter2018-02-201-2/+2
* drm/modes: Provide global mode_valid hookVille Syrjälä2018-01-291-14/+34