summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-111-0/+1
|\
| * drm: Add eDP connector typeAlex Deucher2010-01-081-0/+1
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-101-1/+175
|\|
| * Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-2/+3
| |\
| | * drm: use page flip event to signal flip completionJesse Barnes2009-12-011-1/+1
| | * Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-12-011-0/+69
| | |\
| | * | drm: make drm_mode_object_find typesafeDaniel Vetter2009-11-051-1/+2
| * | | drm: Add dirty ioctl and propertyJakob Bornecrantz2009-12-041-0/+104
| | |/ | |/|
| * | drm/kms: add page flipping ioctlKristian Høgsberg2009-11-181-0/+69
| |/
* / tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
|/
* drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctlZhao Yakui2009-10-051-2/+0
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-0/+1
* drm: split crtc/fb helpers into a separate moduleDave Airlie2009-09-071-0/+1
* Merge Linus master to drm-nextDave Airlie2009-08-201-29/+13
|\
| * drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie2009-08-191-28/+12
| * drm: Small logic fix in drm_mode_setcrtcJakob Bornecrantz2009-08-041-1/+1
* | drm: clarify scaling property namesJesse Barnes2009-08-191-4/+4
* | drm: Add more standard TV properties.Francisco Jerez2009-08-131-0/+18
* | drm: Define some new standard TV properties.Francisco Jerez2009-08-041-0/+18
* | drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez2009-08-041-0/+2
* | drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez2009-08-041-0/+1
* | drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui2009-08-041-13/+16
|/
* drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-041-1/+6
* drm: Release user fbs in drm_releaseKristian Høgsberg2009-02-201-2/+1
* drm: create mode_config idr lockJesse Barnes2009-01-221-5/+9
* trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison2009-01-071-1/+1
* drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg2008-12-291-40/+0
* drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz2008-12-291-16/+5
* DRM: add mode setting supportDave Airlie2008-12-291-0/+2497