aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-05drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctlZhao Yakui1-2/+0
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-0/+1
2009-09-07drm: split crtc/fb helpers into a separate moduleDave Airlie1-0/+1
2009-08-20Merge Linus master to drm-nextDave Airlie1-29/+13
2009-08-19drm: clarify scaling property namesJesse Barnes1-4/+4
2009-08-19drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie1-28/+12
2009-08-13drm: Add more standard TV properties.Francisco Jerez1-0/+18
2009-08-04drm: Define some new standard TV properties.Francisco Jerez1-0/+18
2009-08-04drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez1-0/+2
2009-08-04drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez1-0/+1
2009-08-04drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui1-13/+16
2009-08-04drm: Small logic fix in drm_mode_setcrtcJakob Bornecrantz1-1/+1
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.Keith Packard1-1/+6
2009-02-20drm: Release user fbs in drm_releaseKristian Høgsberg1-2/+1
2009-01-22drm: create mode_config idr lockJesse Barnes1-5/+9
2009-01-07trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison1-1/+1
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg1-40/+0
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz1-16/+5
2008-12-29DRM: add mode setting supportDave Airlie1-0/+2497