aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-16drm: Always warn if user-defined modes are not supportedThomas Zimmermann1-0/+4
2022-04-24drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() mandatoryMarek Vasut1-4/+4
2022-04-12drm: Use drm_mode_init() for on-stack modesVille Syrjälä1-1/+3
2022-03-14drm: Add drm_mode_init()Ville Syrjälä1-0/+17
2022-02-28drm/modes: Add of_get_drm_panel_display_mode()Noralf Trønnes1-0/+49
2022-02-28drm/modes: Remove trailing whitespaceNoralf Trønnes1-1/+1
2022-02-16drm/modes: Fix drm_mode_copy() docsVille Syrjälä1-1/+1
2021-08-02drm: Fix typo in commentsCai Huoqing1-2/+2
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+2
2021-05-05drm: Use drm_mode_is_420_only() instead of open coding itVille Syrjälä1-9/+4
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-01drm: Refuse to create zero width/height cmdline modesVille Syrjälä1-0/+3
2021-01-14drm/modes: Switch to 64bit maths to avoid integer overflowVille Syrjälä1-2/+2
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20drm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-27drm: Flatten drm_mode_vrefresh()Ville Syrjälä1-14/+12
2020-05-27drm: Shrink drm_display_mode timingsVille Syrjälä1-7/+0
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-6/+3
2020-04-29drm: Nuke mode->hsyncVille Syrjälä1-26/+0
2020-02-12drm/modes: Make sure to parse valid rotation value from cmdlineStephan Gerhold1-0/+7
2020-01-09drm/modes: tag unused variables to avoid warningsBenjamin Gaignard1-4/+5
2019-12-16drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode structHans de Goede1-3/+2
2019-12-16drm/modes: parse_cmdline: Remove some unnecessary code (v2)Hans de Goede1-5/+0
2019-12-16drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede1-0/+32
2019-12-16drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede1-58/+34
2019-12-16drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsingHans de Goede1-4/+5
2019-12-16drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options()Hans de Goede1-0/+5
2019-12-16drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()Hans de Goede1-12/+9
2019-12-16drm/modes: parse_cmdline: Accept extras directly after mode combined with optionsHans de Goede1-0/+1
2019-12-16drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede1-4/+6
2019-12-16drm/modes: parse_cmdline: Make various char pointers constHans de Goede1-5/+5
2019-12-16drm/modes: parse_cmdline: Fix possible reference past end of stringHans de Goede1-38/+30
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+11
2019-09-06drm/modes: Make the whitelist more constMaxime Ripard1-1/+1
2019-08-30drm/modes: Introduce a whitelist for the named modesMaxime Ripard1-0/+20
2019-08-30drm/modes: Fix the command line parser to take force options into accountMaxime Ripard1-5/+19
2019-08-30drm/modes: Add a switch to differentiate free standing optionsMaxime Ripard1-1/+9
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-6/+11
2019-08-03drm/modes: Fix unterminated strncpyChuhong Yuan1-1/+3
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauroJonathan Corbet1-1/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+10
2019-07-17docs: fix broken doc references due to renamesMauro Carvalho Chehab1-1/+1
2019-07-10drm/modes: Skip invalid cmdline modeDmitry Osipenko1-0/+6
2019-07-01drm/selftests: reduce stack usageArnd Bergmann1-4/+4
2019-06-24drm: WARN on illegal aspect ratio when converting a mode to umodeVille Syrjälä1-1/+4
2019-06-24drm: Do not accept garbage mode aspect ratio flagsVille Syrjälä1-1/+3