summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_modes.c
AgeCommit message (Expand)AuthorFilesLines
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...Dave 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 i...Jonathan 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
2019-06-24drm: Do not use bitwise OR to set picure_aspect_ratioVille Syrjälä1-4/+4
2019-06-19drm/modes: Parse overscan propertiesMaxime Ripard1-0/+44
2019-06-19drm/modes: Allow to specify rotation and reflection on the commandlineMaxime Ripard1-20/+94
2019-06-19drm/modes: Support modes names on the command lineMaxime Ripard1-16/+46
2019-06-19drm/modes: Rewrite the command line parserMaxime Ripard1-115/+210
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-2/+5
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart1-6/+6
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-1/+1
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper1-1/+1
2019-01-24drm/modes: Prevent division by zero htotalTina Zhang1-1/+1
2019-01-15drm: Remove use of drm_mode_objectShayenne Moura1-9/+0
2018-10-01drm: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter1-3/+3
2018-07-10drm: Add support for extracting sync signal drive edge from videomodePeter Ujfalusi1-4/+11
2018-06-15drm: Print bad user modesVille Syrjälä1-1/+1
2018-05-11drm: Add and handle new aspect ratios in DRM layerShashank Sharma1-0/+12
2018-05-11drm: Add aspect ratio parsing in DRM layerShashank Sharma1-1/+34
2018-05-11drm/modes: Introduce drm_mode_match()Ville Syrjälä1-31/+103
2018-03-23drm: Fix uabi regression by allowing garbage mode->type from userspaceVille Syrjälä1-1/+7
2018-03-16drm: Make drm_mode_vrefresh() a bit more accurateVille Syrjälä1-10/+9
2018-03-16drm: Nuke the useless 'ret' variable from drm_mode_convert_umode()Ville Syrjälä1-11/+4
2018-02-20drm/doc: Polish for drm_mode_parse_command_line_for_connectorDaniel Vetter1-2/+2
2018-01-29drm/modes: Provide global mode_valid hookVille Syrjälä1-14/+34
2018-01-29drm/modes: Kill off the oddball DRM_MODE_TYPE_CRTC_C vs. DRM_MODE_TYPE_BUILTI...Ville Syrjälä1-1/+1
2018-01-29drm/uapi: Validate the mode flags/typeVille Syrjälä1-0/+6
2018-01-29drm/modes: Move 3D stereo flag check into drm_mode_validate_basic()Ville Syrjälä1-3/+3
2017-07-31drm/modes: Fix drm_mode_is_420_only() commentSean Paul1-1/+1
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-07-14drm: add helper functions for YCBCR420 handlingShashank Sharma1-0/+58
2017-07-14drm: add helper to validate YCBCR420 modesShashank Sharma1-0/+29
2017-02-28drm: Rename drm_mode_object_get()Thierry Reding1-1/+1
2017-02-01drm: Clean up the 1366x768 fixup codesTakashi Iwai1-6/+2
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-0/+20
2017-01-26drm: Silence the compiler for drm_mode_get_hv_timings()Chris Wilson1-2/+1
2017-01-26drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/Daniel Vetter1-0/+21
2017-01-11drm: Fix broken VT switch with video=1366x768 optionTakashi Iwai1-0/+7