summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_modes.c
Commit message (Expand)AuthorAgeFilesLines
* drm_modes: add of_videomode helpersSteffen Trumtrar2013-01-241-0/+33
* drm_modes: add videomode helpersSteffen Trumtrar2013-01-241-0/+37
* drm: Constify some function argumentsVille Syrjälä2012-11-071-4/+4
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
* drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-221-3/+0Star
* drm: Add drm_mode_copy()Ville Syrjälä2012-03-151-5/+23
* drm/modes: do not enforce an odd vtotal for interlaced modesDaniel Vetter2012-02-131-2/+0Star
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+1
* DRM: clean up and document parsing of video= parameterRolf Eike Beer2011-07-251-27/+60
* drm/fb: fix CONFIG_DRM=m && CONFIG_FB=nDave Airlie2011-05-041-0/+2
* drm: Export the command-line mode parserChris Wilson2011-04-281-0/+154
* drm: Mark constant arrays of drm_display_mode constChris Wilson2011-02-231-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | drm/modes: Fix CVT-R modeline generationAdam Jackson2010-08-271-1/+4
|/
* drm/edid: Fix sync polarity for secondary GTF curveAdam Jackson2010-04-091-1/+4
* drm/modes: Fix interlaced mode namesAdam Jackson2010-04-061-9/+12
* drm/edid: Add secondary GTF curve supportAdam Jackson2010-04-061-27/+54
* lib: Introduce generic list_sort functionDave Chinner2010-01-131-86/+4Star
* drm/modes: Add drm_mode_hsync()Adam Jackson2009-12-031-1/+27
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-2/+1Star
* drm/kms: try to find the std mode in DMT tableZhao Yakui2009-09-071-5/+6
* Merge Linus master to drm-nextDave Airlie2009-08-201-0/+2
|\
| * drm: When adding probed modes, preserve duplicate mode typesKeith Packard2009-08-091-0/+2
* | drm: Fix drm_cvt_mode() for interlaced modes.Francisco Jerez2009-08-131-1/+1
* | drm: Remove the macro defintion of DRM_DEBUG_MODEZhao Yakui2009-08-041-2/+2
* | drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui2009-08-041-5/+3Star
* | drm/mode: add the GTF algorithm in kernel spaceZhao Yakui2009-07-151-0/+197
* | drm/mode: add the CVT algorithm in kernel spaceZhao Yakui2009-07-151-0/+219
|/
* drm: Replace DRM_DEBUG with DRM_DEBUG_MODE in drm_modeyakui_zhao2009-06-121-7/+11
* DRM: add mode setting supportDave Airlie2008-12-291-0/+576