aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-01-08drm: Add eDP connector typeAlex Deucher
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz
2009-12-01drm: use page flip event to signal flip completionJesse Barnes
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg
2009-11-05drm: make drm_mode_object_find typesafeDaniel Vetter
2009-10-05drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctlZhao Yakui
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie
2009-09-07drm: split crtc/fb helpers into a separate moduleDave Airlie
2009-08-20Merge Linus master to drm-nextDave Airlie
2009-08-19drm: clarify scaling property namesJesse Barnes
2009-08-19drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie
2009-08-13drm: Add more standard TV properties.Francisco Jerez
2009-08-04drm: Define some new standard TV properties.Francisco Jerez
2009-08-04drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez
2009-08-04drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez
2009-08-04drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui
2009-08-04drm: Small logic fix in drm_mode_setcrtcJakob Bornecrantz
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg
2009-01-22drm: create mode_config idr lockJesse Barnes
2009-01-07trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz
2008-12-29DRM: add mode setting supportDave Airlie