summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/modes: Kill off the oddball DRM_MODE_TYPE_CRTC_C vs. DRM_MODE_TYPE_BUILTI...Ville Syrjälä2018-01-291-1/+1
* drm/uapi: Validate the mode flags/typeVille Syrjälä2018-01-291-0/+6
* drm/modes: Move 3D stereo flag check into drm_mode_validate_basic()Ville Syrjälä2018-01-291-3/+3
* drm/modes: Fix drm_mode_is_420_only() commentSean Paul2017-07-311-1/+1
* drm: Convert to using %pOF instead of full_nameRob Herring2017-07-261-2/+2
* drm: add helper functions for YCBCR420 handlingShashank Sharma2017-07-141-0/+58
* drm: add helper to validate YCBCR420 modesShashank Sharma2017-07-141-0/+29
* drm: Rename drm_mode_object_get()Thierry Reding2017-02-281-1/+1
* drm: Clean up the 1366x768 fixup codesTakashi Iwai2017-02-011-6/+2
* Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-02-011-0/+20
|\
| * drm: Silence the compiler for drm_mode_get_hv_timings()Chris Wilson2017-01-261-2/+1
| * drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/Daniel Vetter2017-01-261-0/+21
* | drm: Fix broken VT switch with video=1366x768 optionTakashi Iwai2017-01-111-0/+7
|/