summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_modes.c
AgeCommit message (Expand)AuthorFilesLines
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