summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Revert "drm: Add aspect ratio parsing in DRM layer"Ville Syrjälä2016-11-151-31/+0
* Revert "drm: Add and handle new aspect ratios in DRM layer"Ville Syrjälä2016-11-151-12/+0
* drm: helper macros to print composite typesRob Clark2016-11-081-7/+1
* drm: Use u64 for intermediate dotclock calculationsChris Wilson2016-10-211-2/+6
* drm: Add and handle new aspect ratios in DRM layerShashank Sharma2016-10-171-0/+12
* drm: Add aspect ratio parsing in DRM layerShashank Sharma2016-10-171-0/+31
* drm: update kerneldoc for changes introduced by commits "16fadc2568e9" and "9...Lothar Waßmann2016-08-161-0/+10
* drm/imx: convey the pixelclk-active and de-active flags from DT to the ipu-di...Lothar Waßmann2016-08-081-1/+4
* drm: add a helper function to extract 'de-active' and 'pixelclk-active' from DTLothar Waßmann2016-08-081-0/+15
* Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-1/+3
|\
| * drm/doc: Switch to sphinx/rst fixed-width quotingDaniel Vetter2016-06-031-1/+2
| * drm/doc: Appease sphinxDaniel Vetter2016-06-021-0/+1
* | drm: add missing drm_mode_set_crtcinfo callTomi Valkeinen2016-06-011-0/+2
|/
* drm/mode: rework drm_mode_object_put to drm_mode_object_unregister.Dave Airlie2016-04-221-1/+1
* drm: modes: add missing [drm] to message printingLABBE Corentin2016-02-091-2/+1
* drm/doc: Convert to markdownDanilo Cesar Lemes de Paula2015-12-151-6/+6
* drm: modes: Revert cc344980c767 "replace simple_strtoul by kstrtouint"LABBE Corentin2015-12-111-11/+5
* drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä2015-12-111-9/+3
* drm: Only merge mode type bits between new probed modesVille Syrjälä2015-12-111-7/+27
* drm: Flatten drm_mode_connector_list_update() a bitVille Syrjälä2015-12-111-18/+18
* drm: Rename MODE_UNVERIFIED to MODE_STALEVille Syrjälä2015-12-111-1/+1
* drm: Move drm_display_mode an related docs into kerneldocDaniel Vetter2015-12-091-1/+2
* drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz cloc...Ville Syrjälä2015-12-011-1/+18
* drm: modes: replace simple_strtoul by kstrtouintLABBE Corentin2015-11-241-5/+11
* drm/mode: Unstatic kernel-userspace mode conversionDaniel Stone2015-05-221-0/+87
* drm: mode: Allow NULL modes for equality checkDaniel Stone2015-03-231-0/+6
* drm: mode: Fix typo in kerneldocDaniel Stone2015-03-231-1/+1
* drm: Fix trivial typos in commentsYannick Guerrini2015-03-101-2/+2
* drm/modes: Print the mode status in human readable formVille Syrjälä2015-02-031-2/+59
OpenPOWER on IntegriCloud