summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-291-4/+2
|\
| * drm/modes: replace deprecated strncpy with strscpy_padJustin Stitt2023-12-011-4/+2
* | drm: Move drm_set_preferred_mode() helper from drm_edid to drm_modesJavier Martinez Canillas2024-01-051-0/+22
|/
* drm: Fix comment on mode parsingThomas Zimmermann2023-02-201-2/+1
* drm: Include <linux/of.h> where neededThomas Zimmermann2023-01-131-2/+3
* drm/modes: Use strscpy() to copy command-line mode nameMaxime Ripard2022-12-011-1/+1
* drm/modes: Introduce more named modesMaxime Ripard2022-11-241-0/+2
* drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard2022-11-241-1/+28
* drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard2022-11-241-3/+34
* drm/modes: Add a function to generate analog display modesMaxime Ripard2022-11-241-0/+476
* drm/connector: Add pixel clock to cmdline modeMaxime Ripard2022-11-151-3/+6
* drm/modes: Fill drm_cmdline mode from named modesMaxime Ripard2022-11-151-2/+16
* drm/modes: Switch to named mode descriptorsMaxime Ripard2022-11-151-6/+11
* drm/modes: Move named modes parsing to a separate functionMaxime Ripard2022-11-151-12/+58
* drm/modes: parse_cmdline: Add support for named modes containing dashesGeert Uytterhoeven2022-10-101-0/+2
* drm/modes: Only consider bpp and refresh before optionsMaxime Ripard2022-10-101-7/+9
* 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