Age | Commit message (Expand) | Author | Files | Lines |
2013-06-11 | drm: Sort connector modes based on vrefresh | Ville Syrjälä | 1 | -0/+5 |
2013-06-11 | drm: Preserve the list head in drm_mode_copy | Ville Syrjälä | 1 | -3/+4 |
2013-06-03 | drm_modes: videomode: add doubleclk flag | Steffen Trumtrar | 1 | -0/+2 |
2013-05-13 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+1 |
2013-05-10 | drm: Add missing break in the command line mode parsing code | Damien Lespiau | 1 | -0/+1 |
2013-05-02 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+21 |
2013-04-26 | drm: Add drm_mode_equal_no_clocks() | Ville Syrjälä | 1 | -1/+21 |
2013-03-12 | videomode: combine videomode dmt_flags and data_flags | Tomi Valkeinen | 1 | -6/+6 |
2013-03-12 | videomode: simplify videomode Kconfig and Makefile | Tomi Valkeinen | 1 | -4/+4 |
2013-01-24 | drm_modes: add of_videomode helpers | Steffen Trumtrar | 1 | -0/+33 |
2013-01-24 | drm_modes: add videomode helpers | Steffen Trumtrar | 1 | -0/+37 |
2012-11-07 | drm: Constify some function arguments | Ville Syrjälä | 1 | -4/+4 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 1 | -2/+2 |
2012-10-02 | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. | David Howells | 1 | -1/+0 |
2012-08-22 | drm: Remove two unused fields from struct drm_display_mode | Damien Lespiau | 1 | -3/+0 |
2012-03-15 | drm: Add drm_mode_copy() | Ville Syrjälä | 1 | -5/+23 |
2012-02-13 | drm/modes: do not enforce an odd vtotal for interlaced modes | Daniel Vetter | 1 | -2/+0 |
2011-10-31 | gpu: Add export.h as required to drivers/gpu files. | Paul Gortmaker | 1 | -0/+1 |
2011-07-25 | DRM: clean up and document parsing of video= parameter | Rolf Eike Beer | 1 | -27/+60 |
2011-05-04 | drm/fb: fix CONFIG_DRM=m && CONFIG_FB=n | Dave Airlie | 1 | -0/+2 |
2011-04-28 | drm: Export the command-line mode parser | Chris Wilson | 1 | -0/+154 |
2011-02-23 | drm: Mark constant arrays of drm_display_mode const | Chris Wilson | 1 | -3/+3 |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+1 |
2010-08-27 | drm/modes: Fix CVT-R modeline generation | Adam Jackson | 1 | -1/+4 |
2010-04-09 | drm/edid: Fix sync polarity for secondary GTF curve | Adam Jackson | 1 | -1/+4 |
2010-04-06 | drm/modes: Fix interlaced mode names | Adam Jackson | 1 | -9/+12 |
2010-04-06 | drm/edid: Add secondary GTF curve support | Adam Jackson | 1 | -27/+54 |
2010-01-12 | lib: Introduce generic list_sort function | Dave Chinner | 1 | -86/+4 |
2009-12-04 | drm/modes: Add drm_mode_hsync() | Adam Jackson | 1 | -1/+27 |
2009-09-25 | drm/kms: start adding command line interface using fb. | Dave Airlie | 1 | -2/+1 |
2009-09-07 | drm/kms: try to find the std mode in DMT table | Zhao Yakui | 1 | -5/+6 |
2009-08-20 | Merge Linus master to drm-next | Dave Airlie | 1 | -0/+2 |
2009-08-13 | drm: Fix drm_cvt_mode() for interlaced modes. | Francisco Jerez | 1 | -1/+1 |
2009-08-09 | drm: When adding probed modes, preserve duplicate mode types | Keith Packard | 1 | -0/+2 |
2009-08-04 | drm: Remove the macro defintion of DRM_DEBUG_MODE | Zhao Yakui | 1 | -2/+2 |
2009-08-04 | drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE | Zhao Yakui | 1 | -5/+3 |
2009-07-15 | drm/mode: add the GTF algorithm in kernel space | Zhao Yakui | 1 | -0/+197 |
2009-07-15 | drm/mode: add the CVT algorithm in kernel space | Zhao Yakui | 1 | -0/+219 |
2009-06-12 | drm: Replace DRM_DEBUG with DRM_DEBUG_MODE in drm_mode | yakui_zhao | 1 | -7/+11 |
2008-12-29 | DRM: add mode setting support | Dave Airlie | 1 | -0/+576 |