Age | Commit message (Expand) | Author |
2012-03-20 | drm: allow loading an EDID as firmware to override broken monitor | Carsten Emde |
2012-03-15 | drm/modeset: add helper to unplug all connectors from sysfs | Dave Airlie |
2012-03-15 | drm: Add drm_mode_copy() | Ville Syrjälä |
2012-03-15 | drm: Use a flexible array member for blob property data | Ville Syrjälä |
2012-03-15 | drm: Handle drm_object_get() failures | Ville Syrjälä |
2012-03-15 | drm: Fix drm_mode_attachmode_crtc() | Ville Syrjälä |
2012-03-15 | drm: Change drm_display_mode::type to unsigned | Ville Syrjälä |
2012-02-16 | drm: add some caps for userspace to discover more info for dumb KMS driver (v2) | Dave Airlie |
2012-02-09 | drm: add convenience function to create an range property | Sascha Hauer |
2012-02-09 | drm: add convenience function to create an enum property | Sascha Hauer |
2012-02-03 | drm: add proper return value for drm_mode_crtc_set_gamma_size | Sascha Hauer |
2012-01-13 | drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3 | Ben Skeggs |
2012-01-05 | drm: add support for private planes | Rob Clark |
2011-12-20 | drm: Replace pitch with pitches[] in drm_framebuffer | Ville Syrjälä |
2011-12-20 | drm: plane: Make 'formats' parameter to drm_plane_init() const | Ville Syrjälä |
2011-12-06 | drm: document the drm_mode_config structure | Jesse Barnes |
2011-12-06 | drm: document the drm_mode_group structure | Jesse Barnes |
2011-12-06 | drm: document and cleanup drm_mode_config_funcs | Jesse Barnes |
2011-12-06 | drm: document drm_mode_set structure | Jesse Barnes |
2011-12-06 | drm: remove unused fields in drm_connector and document the rest | Jesse Barnes |
2011-12-06 | drm: add drm_encoder comments | Jesse Barnes |
2011-12-06 | drm: add comments for drm_encoder_funcs | Jesse Barnes |
2011-12-06 | drm: fix comments for drm_crtc struct | Jesse Barnes |
2011-12-06 | drm: remove unused connector_count field from drm_display_mode | Jesse Barnes |
2011-11-29 | drm: move the fb bpp/depth helper into the core. | Dave Airlie |
2011-11-15 | drm: add an fb creation ioctl that takes a pixel format v5 | Jesse Barnes |
2011-11-15 | drm: add plane support v3 | Jesse Barnes |
2011-09-21 | drm: support routines for HDMI/DP ELD | Wu Fengguang |
2011-08-04 | drm: Separate EDID Header Check from EDID Block Check | Thomas Reim |
2011-08-03 | drm: track CEA version number if present | Jesse Barnes |
2011-06-16 | drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs. | Dave Airlie |
2011-04-28 | drm: parse color format support for digital displays | Jesse Barnes |
2011-04-28 | drm: add bit depth parsing | Jesse Barnes |
2011-04-07 | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds |
2011-04-01 | drm: export drm_find_cea_extension to drivers | Ben Skeggs |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-02-23 | drm: Mark constant arrays of drm_display_mode const | Chris Wilson |
2011-02-07 | drm: dumb scanout create/mmap for intel/radeon (v3) | Dave Airlie |
2011-01-25 | drm: Add an interface to reset the device | Chris Wilson |
2010-11-22 | drm/vblank: Add support for precise vblank timestamping. | Mario Kleiner |
2010-10-19 | drm/edid: add helper function to detect monitor audio capability | Zhenyu Wang |
2010-10-06 | drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback | Thomas Hellstrom |
2010-09-14 | drm: Use a nondestructive mode for output detect when polling (v2) | Chris Wilson |
2010-09-13 | drm: Use a nondestructive mode for output detect when polling | Chris Wilson |
2010-08-12 | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2010-08-10 | drm: expand gamma_set | James Simmons |
2010-08-10 | drm: Remove unused fields from drm_display_info | Adam Jackson |
2010-07-22 | drm: use workqueue instead of slow-work | Tejun Heo |
2010-05-18 | drm/fbdev: fix cloning on fbcon | Dave Airlie |
2010-05-18 | drm/fbdev: rework output polling to be back in the core. (v4) | Dave Airlie |