aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_modes.c
AgeCommit message (Expand)Author
2014-01-14Revert "drm: copy mode type in drm_mode_connector_list_update()"Dave Airlie
2013-10-23drm: copy mode type in drm_mode_connector_list_update()Marc-André Lureau
2013-10-01drm: Implement timings adjustments for frame packingDamien Lespiau
2013-10-01drm: Introduce a crtc_clock for struct drm_display_modeDamien Lespiau
2013-10-01drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modesDamien Lespiau
2013-08-21drm: Remove drm_mode_list_concat()Lespiau, Damien
2013-08-19drm: Remove drm_mode_validate_clocksStéphane Marchesin
2013-06-11drm: Sort connector modes based on vrefreshVille Syrjälä
2013-06-11drm: Preserve the list head in drm_mode_copyVille Syrjälä
2013-06-03drm_modes: videomode: add doubleclk flagSteffen Trumtrar
2013-05-13Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-05-10drm: Add missing break in the command line mode parsing codeDamien Lespiau
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-04-26drm: Add drm_mode_equal_no_clocks()Ville Syrjälä
2013-03-12videomode: combine videomode dmt_flags and data_flagsTomi Valkeinen
2013-03-12videomode: simplify videomode Kconfig and MakefileTomi Valkeinen
2013-01-24drm_modes: add of_videomode helpersSteffen Trumtrar
2013-01-24drm_modes: add videomode helpersSteffen Trumtrar
2012-11-07drm: Constify some function argumentsVille Syrjälä
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-08-22drm: Remove two unused fields from struct drm_display_modeDamien Lespiau
2012-03-15drm: Add drm_mode_copy()Ville Syrjälä
2012-02-13drm/modes: do not enforce an odd vtotal for interlaced modesDaniel Vetter
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-07-25DRM: clean up and document parsing of video= parameterRolf Eike Beer
2011-05-04drm/fb: fix CONFIG_DRM=m && CONFIG_FB=nDave Airlie
2011-04-28drm: Export the command-line mode parserChris Wilson
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-08-27drm/modes: Fix CVT-R modeline generationAdam Jackson
2010-04-09drm/edid: Fix sync polarity for secondary GTF curveAdam Jackson
2010-04-06drm/modes: Fix interlaced mode namesAdam Jackson
2010-04-06drm/edid: Add secondary GTF curve supportAdam Jackson
2010-01-12lib: Introduce generic list_sort functionDave Chinner
2009-12-04drm/modes: Add drm_mode_hsync()Adam Jackson
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie
2009-09-07drm/kms: try to find the std mode in DMT tableZhao Yakui
2009-08-20Merge Linus master to drm-nextDave Airlie
2009-08-13drm: Fix drm_cvt_mode() for interlaced modes.Francisco Jerez
2009-08-09drm: When adding probed modes, preserve duplicate mode typesKeith Packard
2009-08-04drm: Remove the macro defintion of DRM_DEBUG_MODEZhao Yakui
2009-08-04drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODEZhao Yakui
2009-07-15drm/mode: add the GTF algorithm in kernel spaceZhao Yakui
2009-07-15drm/mode: add the CVT algorithm in kernel spaceZhao Yakui
2009-06-12drm: Replace DRM_DEBUG with DRM_DEBUG_MODE in drm_modeyakui_zhao
2008-12-29DRM: add mode setting supportDave Airlie