summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_modes.c
AgeCommit message (Expand)Author
2024-04-15drm: prefer DRM_MODE_FMT/ARG over drm_mode_debug_printmodeline()Jani Nikula
2024-04-15drm/modes: switch to drm device based error loggingJani Nikula
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard
2024-01-05drm: Move drm_set_preferred_mode() helper from drm_edid to drm_modesJavier Martinez Canillas
2023-12-01drm/modes: replace deprecated strncpy with strscpy_padJustin Stitt
2023-02-20drm: Fix comment on mode parsingThomas Zimmermann
2023-01-13drm: Include <linux/of.h> where neededThomas Zimmermann
2022-12-01drm/modes: Use strscpy() to copy command-line mode nameMaxime Ripard
2022-11-24drm/modes: Introduce more named modesMaxime Ripard
2022-11-24drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard
2022-11-24drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard
2022-11-24drm/modes: Add a function to generate analog display modesMaxime Ripard
2022-11-15drm/connector: Add pixel clock to cmdline modeMaxime Ripard
2022-11-15drm/modes: Fill drm_cmdline mode from named modesMaxime Ripard
2022-11-15drm/modes: Switch to named mode descriptorsMaxime Ripard
2022-11-15drm/modes: Move named modes parsing to a separate functionMaxime Ripard
2022-10-10drm/modes: parse_cmdline: Add support for named modes containing dashesGeert Uytterhoeven
2022-10-10drm/modes: Only consider bpp and refresh before optionsMaxime Ripard
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
2022-05-16drm: Always warn if user-defined modes are not supportedThomas Zimmermann
2022-04-24drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() m...Marek Vasut
2022-04-12drm: Use drm_mode_init() for on-stack modesVille Syrjälä
2022-03-14drm: Add drm_mode_init()Ville Syrjälä
2022-02-28drm/modes: Add of_get_drm_panel_display_mode()Noralf Trønnes
2022-02-28drm/modes: Remove trailing whitespaceNoralf Trønnes
2022-02-16drm/modes: Fix drm_mode_copy() docsVille Syrjälä
2021-08-02drm: Fix typo in commentsCai Huoqing
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-05-05drm: Use drm_mode_is_420_only() instead of open coding itVille Syrjälä
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-01drm: Refuse to create zero width/height cmdline modesVille Syrjälä
2021-01-14drm/modes: Switch to 64bit maths to avoid integer overflowVille Syrjälä
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20drm: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-05-27drm: Flatten drm_mode_vrefresh()Ville Syrjälä
2020-05-27drm: Shrink drm_display_mode timingsVille Syrjälä
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä
2020-04-29drm: Nuke mode->hsyncVille Syrjälä
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