summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Always warn if user-defined modes are not supportedThomas Zimmermann2022-05-161-0/+4
* drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() m...Marek Vasut2022-04-241-4/+4
* drm: Use drm_mode_init() for on-stack modesVille Syrjälä2022-04-121-1/+3
* drm: Add drm_mode_init()Ville Syrjälä2022-03-141-0/+17
* drm/modes: Add of_get_drm_panel_display_mode()Noralf Trønnes2022-02-281-0/+49
* drm/modes: Remove trailing whitespaceNoralf Trønnes2022-02-281-1/+1
* drm/modes: Fix drm_mode_copy() docsVille Syrjälä2022-02-161-1/+1
* drm: Fix typo in commentsCai Huoqing2021-08-021-2/+2
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-05-111-1/+2
|\
| * Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-0/+3
| |\
| * | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
* | | drm: Use drm_mode_is_420_only() instead of open coding itVille Syrjälä2021-05-051-9/+4
| |/ |/|
* | drm: Refuse to create zero width/height cmdline modesVille Syrjälä2021-04-011-0/+3
|/
* drm/modes: Switch to 64bit maths to avoid integer overflowVille Syrjälä2021-01-141-2/+2
* drm: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* drm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-201-1/+1
* drm: Flatten drm_mode_vrefresh()Ville Syrjälä2020-05-271-14/+12
* drm: Shrink drm_display_mode timingsVille Syrjälä2020-05-271-7/+0
* drm: Nuke mode->vrefreshVille Syrjälä2020-05-271-6/+3
* drm: Nuke mode->hsyncVille Syrjälä2020-04-291-26/+0
* 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