summaryrefslogtreecommitdiff
path: root/include/drm/drm_crtc.h
AgeCommit message (Expand)Author
2011-08-04drm: Separate EDID Header Check from EDID Block CheckThomas Reim
2011-08-03drm: track CEA version number if presentJesse Barnes
2011-06-16drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.Dave Airlie
2011-04-28drm: parse color format support for digital displaysJesse Barnes
2011-04-28drm: add bit depth parsingJesse Barnes
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-01drm: export drm_find_cea_extension to driversBen Skeggs
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie
2011-01-25drm: Add an interface to reset the deviceChris Wilson
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner
2010-10-19drm/edid: add helper function to detect monitor audio capabilityZhenyu Wang
2010-10-06drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callbackThomas Hellstrom
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-08-10drm: expand gamma_setJames Simmons
2010-08-10drm: Remove unused fields from drm_display_infoAdam Jackson
2010-07-22drm: use workqueue instead of slow-workTejun Heo
2010-05-18drm/fbdev: fix cloning on fbconDave Airlie
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie
2010-04-06drm/edid: Add secondary GTF curve supportAdam Jackson
2010-04-06drm/edid: Fix secondary block fetch.Adam Jackson
2010-02-09drm/radeon/kms: add support for hardcoded edids in rom (v2)Alex Deucher
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz
2009-12-04drm/modes: Add drm_mode_hsync()Adam Jackson
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt
2009-11-19drm: set the type of the drm_framebuffer::fbdev fieldClemens Ladisch
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg
2009-11-05drm: make drm_mode_object_find typesafeDaniel Vetter
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie
2009-09-07drm/kms: add a function that can add the mode for the output device without EDIDZhao Yakui
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie
2009-08-13drm: Add more standard TV properties.Francisco Jerez
2009-08-04drm: Define some new standard TV properties.Francisco Jerez
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-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard
2009-03-29drm: detect hdmi monitor by hdmi identifier (v3)Ma Ling
2009-03-29drm: read EDID extensions from monitorMa Ling
2009-03-13drm: Use resource_size_t for drm_get_resource_{start, len}Benjamin Herrenschmidt
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg
2009-01-22drm: create mode_config idr lockJesse Barnes
2009-01-16drm: initial KMS config fixesJesse Barnes