aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie1-5/+0
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-12/+0
2010-04-06drm/edid: Add secondary GTF curve supportAdam Jackson1-0/+4
2010-04-06drm/edid: Fix secondary block fetch.Adam Jackson1-2/+0
2010-02-09drm/radeon/kms: add support for hardcoded edids in rom (v2)Alex Deucher1-0/+2
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-1/+2
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz1-0/+19
2009-12-04drm/modes: Add drm_mode_hsync()Adam Jackson1-3/+4
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt1-0/+16
2009-11-19drm: set the type of the drm_framebuffer::fbdev fieldClemens Ladisch1-1/+1
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg1-0/+16
2009-11-05drm: make drm_mode_object_find typesafeDaniel Vetter1-1/+2
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-1/+13
2009-09-07drm/kms: add a function that can add the mode for the output device without EDIDZhao Yakui1-0/+2
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie1-0/+2
2009-08-13drm: Add more standard TV properties.Francisco Jerez1-0/+3
2009-08-04drm: Define some new standard TV properties.Francisco Jerez1-0/+3
2009-07-15drm/mode: add the GTF algorithm in kernel spaceZhao Yakui1-0/+3
2009-07-15drm/mode: add the CVT algorithm in kernel spaceZhao Yakui1-0/+3
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.Keith Packard1-0/+3
2009-03-29drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling1-0/+1
2009-03-29drm: read EDID extensions from monitorMa Ling1-1/+2
2009-03-13drm: Use resource_size_t for drm_get_resource_{start, len}Benjamin Herrenschmidt1-1/+1
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg1-1/+1
2009-01-22drm: create mode_config idr lockJesse Barnes1-1/+2
2009-01-16drm: initial KMS config fixesJesse Barnes1-1/+1
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg1-1/+0
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz1-3/+0
2008-12-29DRM: add mode setting supportDave Airlie1-0/+737