summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_modes.c
AgeCommit message (Expand)AuthorFilesLines
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/jiko...Linus 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
2009-08-20Merge Linus master to drm-nextDave Airlie1-0/+2
2009-08-13drm: Fix drm_cvt_mode() for interlaced modes.Francisco Jerez1-1/+1
2009-08-09drm: When adding probed modes, preserve duplicate mode typesKeith Packard1-0/+2
2009-08-04drm: Remove the macro defintion of DRM_DEBUG_MODEZhao Yakui1-2/+2
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui1-5/+3
2009-07-15drm/mode: add the GTF algorithm in kernel spaceZhao Yakui1-0/+197
2009-07-15drm/mode: add the CVT algorithm in kernel spaceZhao Yakui1-0/+219
2009-06-12drm: Replace DRM_DEBUG with DRM_DEBUG_MODE in drm_modeyakui_zhao1-7/+11
2008-12-29DRM: add mode setting supportDave Airlie1-0/+576