aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-21gpu:drm: Fix typo in Documentation/DocBook/drm.xmlMasanari Iida1-1/+1
2014-08-06drm: Perform cmdline mode parsing during connector initialisationChris Wilson1-0/+1
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie1-2/+7
2014-03-13drm: polish function kerneldoc for drm_modes.[hc]Daniel Vetter1-65/+106
2014-03-13drm/modes: drop maxPitch from drm_mode_validate_sizeDaniel Vetter1-5/+1
2014-03-13drm/modes: drop return value from drm_display_mode_from_videomodeDaniel Vetter1-4/+2
2014-03-13drm/modes: remove drm_mode_height/widthDaniel Vetter1-35/+0
2014-03-13drm: extract drm_modes.h for drm_crtc.h functionsDaniel Vetter1-0/+1
2014-03-13drm: move drm_mode related functions into drm_modes.cDaniel Vetter1-0/+62
2014-03-13drm/doc: Repleace LOCKING kerneldoc sections in drm_modes.cDaniel Vetter1-57/+2
2014-03-13drm/doc: Integrate drm_modes.c kerneldocDaniel Vetter1-11/+17
2014-01-14Revert "drm: copy mode type in drm_mode_connector_list_update()"Dave Airlie1-1/+1
2013-10-23drm: copy mode type in drm_mode_connector_list_update()Marc-André Lureau1-1/+1
2013-10-01drm: Implement timings adjustments for frame packingDamien Lespiau1-1/+21
2013-10-01drm: Introduce a crtc_clock for struct drm_display_modeDamien Lespiau1-0/+1
2013-10-01drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau1-6/+12
2013-08-21drm: Remove drm_mode_list_concat()Lespiau, Damien1-21/+0
2013-08-19drm: Remove drm_mode_validate_clocksStéphane Marchesin1-37/+0
2013-06-11drm: Sort connector modes based on vrefreshVille Syrjälä1-0/+5
2013-06-11drm: Preserve the list head in drm_mode_copyVille Syrjälä1-3/+4
2013-06-03drm_modes: videomode: add doubleclk flagSteffen Trumtrar1-0/+2
2013-05-13Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2013-05-10drm: Add missing break in the command line mode parsing codeDamien Lespiau1-0/+1
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+21
2013-04-26drm: Add drm_mode_equal_no_clocks()Ville Syrjälä1-1/+21
2013-03-12videomode: combine videomode dmt_flags and data_flagsTomi Valkeinen1-6/+6
2013-03-12videomode: simplify videomode Kconfig and MakefileTomi Valkeinen1-4/+4
2013-01-24drm_modes: add of_videomode helpersSteffen Trumtrar1-0/+33
2013-01-24drm_modes: add videomode helpersSteffen Trumtrar1-0/+37
2012-11-07drm: Constify some function argumentsVille Syrjälä1-4/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-08-22drm: Remove two unused fields from struct drm_display_modeDamien Lespiau1-3/+0
2012-03-15drm: Add drm_mode_copy()Ville Syrjälä1-5/+23
2012-02-13drm/modes: do not enforce an odd vtotal for interlaced modesDaniel Vetter1-2/+0
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-07-25DRM: clean up and document parsing of video= parameterRolf Eike Beer1-27/+60
2011-05-04drm/fb: fix CONFIG_DRM=m && CONFIG_FB=nDave Airlie1-0/+2
2011-04-28drm: Export the command-line mode parserChris Wilson1-0/+154
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson1-3/+3
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-08-27drm/modes: Fix CVT-R modeline generationAdam Jackson1-1/+4
2010-04-09drm/edid: Fix sync polarity for secondary GTF curveAdam Jackson1-1/+4
2010-04-06drm/modes: Fix interlaced mode namesAdam Jackson1-9/+12
2010-04-06drm/edid: Add secondary GTF curve supportAdam Jackson1-27/+54
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-86/+4
2009-12-04drm/modes: Add drm_mode_hsync()Adam Jackson1-1/+27
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-2/+1
2009-09-07drm/kms: try to find the std mode in DMT tableZhao Yakui1-5/+6