aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-15drm: Add drm_mode_copy()Ville Syrjälä1-0/+1
2012-03-15drm: Use a flexible array member for blob property dataVille Syrjälä1-1/+1
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä1-11/+11
2012-03-15drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä1-1/+1
2012-03-15drm: Change drm_display_mode::type to unsignedVille Syrjälä1-1/+1
2012-02-16drm: add some caps for userspace to discover more info for dumb KMS driver (v2)Dave Airlie1-0/+3
2012-02-09drm: add convenience function to create an range propertySascha Hauer1-0/+3
2012-02-09drm: add convenience function to create an enum propertySascha Hauer1-0/+8
2012-02-03drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer1-1/+1
2012-01-13drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3Ben Skeggs1-1/+1
2012-01-05drm: add support for private planesRob Clark1-1/+2
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+2
2011-12-20drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä1-1/+1
2011-12-06drm: document the drm_mode_config structureJesse Barnes1-0/+23
2011-12-06drm: document the drm_mode_group structureJesse Barnes1-0/+13
2011-12-06drm: document and cleanup drm_mode_config_funcsJesse Barnes1-2/+9
2011-12-06drm: document drm_mode_set structureJesse Barnes1-1/+9
2011-12-06drm: remove unused fields in drm_connector and document the restJesse Barnes1-7/+28
2011-12-06drm: add drm_encoder commentsJesse Barnes1-0/+12
2011-12-06drm: add comments for drm_encoder_funcsJesse Barnes1-0/+7
2011-12-06drm: fix comments for drm_crtc structJesse Barnes1-0/+11
2011-12-06drm: remove unused connector_count field from drm_display_modeJesse Barnes1-1/+0
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie1-0/+3
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-2/+7
2011-11-15drm: add plane support v3Jesse Barnes1-1/+74
2011-09-21drm: support routines for HDMI/DP ELDWu Fengguang1-0/+9
2011-08-04drm: Separate EDID Header Check from EDID Block CheckThomas Reim1-0/+1
2011-08-03drm: track CEA version number if presentJesse Barnes1-0/+2
2011-06-16drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.Dave Airlie1-0/+2
2011-04-28drm: parse color format support for digital displaysJesse Barnes1-1/+4
2011-04-28drm: add bit depth parsingJesse Barnes1-0/+1
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-2/+2
2011-04-01drm: export drm_find_cea_extension to driversBen Skeggs1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson1-3/+3
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie1-0/+7
2011-01-25drm: Add an interface to reset the deviceChris Wilson1-0/+7
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner1-0/+9
2010-10-19drm/edid: add helper function to detect monitor audio capabilityZhenyu Wang1-0/+1
2010-10-06drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom1-1/+2
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson1-1/+8
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-1/+2
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-35/+2
2010-08-10drm: expand gamma_setJames Simmons1-1/+1
2010-08-10drm: Remove unused fields from drm_display_infoAdam Jackson1-34/+1
2010-07-22drm: use workqueue instead of slow-workTejun Heo1-2/+1
2010-05-18drm/fbdev: fix cloning on fbconDave Airlie1-0/+2
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-0/+17
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-18/+0
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie1-1/+0