summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_modes.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-15Revert "drm: Add aspect ratio parsing in DRM layer"Ville Syrjälä1-31/+0
2016-11-15Revert "drm: Add and handle new aspect ratios in DRM layer"Ville Syrjälä1-12/+0
2016-11-08drm: helper macros to print composite typesRob Clark1-7/+1
2016-10-21drm: Use u64 for intermediate dotclock calculationsChris Wilson1-2/+6
2016-10-17drm: Add and handle new aspect ratios in DRM layerShashank Sharma1-0/+12
2016-10-17drm: Add aspect ratio parsing in DRM layerShashank Sharma1-0/+31
2016-08-16drm: update kerneldoc for changes introduced by commits "16fadc2568e9" and "9...Lothar Waßmann1-0/+10
2016-08-08drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...Lothar Waßmann1-1/+4
2016-08-08drm: add a helper function to extract 'de-active' and 'pixelclk-active' from DTLothar Waßmann1-0/+15
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+3
2016-06-03drm/doc: Switch to sphinx/rst fixed-width quotingDaniel Vetter1-1/+2
2016-06-02drm/doc: Appease sphinxDaniel Vetter1-0/+1
2016-06-01drm: add missing drm_mode_set_crtcinfo callTomi Valkeinen1-0/+2
2016-04-22drm/mode: rework drm_mode_object_put to drm_mode_object_unregister.Dave Airlie1-1/+1
2016-02-09drm: modes: add missing [drm] to message printingLABBE Corentin1-2/+1
2015-12-15drm/doc: Convert to markdownDanilo Cesar Lemes de Paula1-6/+6
2015-12-11drm: modes: Revert cc344980c767 "replace simple_strtoul by kstrtouint"LABBE Corentin1-11/+5
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä1-9/+3
2015-12-11drm: Only merge mode type bits between new probed modesVille Syrjälä1-7/+27
2015-12-11drm: Flatten drm_mode_connector_list_update() a bitVille Syrjälä1-18/+18
2015-12-11drm: Rename MODE_UNVERIFIED to MODE_STALEVille Syrjälä1-1/+1
2015-12-09drm: Move drm_display_mode an related docs into kerneldocDaniel Vetter1-1/+2
2015-12-01drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz cloc...Ville Syrjälä1-1/+18
2015-11-24drm: modes: replace simple_strtoul by kstrtouintLABBE Corentin1-5/+11
2015-05-22drm/mode: Unstatic kernel-userspace mode conversionDaniel Stone1-0/+87
2015-03-23drm: mode: Allow NULL modes for equality checkDaniel Stone1-0/+6
2015-03-23drm: mode: Fix typo in kerneldocDaniel Stone1-1/+1
2015-03-10drm: Fix trivial typos in commentsYannick Guerrini1-2/+2
2015-02-03drm/modes: Print the mode status in human readable formVille Syrjälä1-2/+59
2015-01-21Merge tag 'imx-drm-next-2015-01-09' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-0/+40
2015-01-10Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-10/+16
2015-01-07drm_modes: add drm_display_mode_to_videomodeSteve Longerbeam1-0/+40
2014-12-17drm: Perform basic sanity checks on probed modesVille Syrjälä1-0/+32