summaryrefslogtreecommitdiff
path: root/src/common_drm.c
AgeCommit message (Collapse)Author
2014-07-15Fix CloseScreen bug in src/common_drm.cRussell King
Fix another server segfault when shutting down due to incorrect shutdown ordering. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2013-12-04Convert Armada DRM CRTC into a set of library functionsRussell King
Convert much more of the Armada DRM driver to be a set of library Armada independent DRM functions. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2013-12-04compat-api stuff addedSergey Bolshakov
Signed-off-by: Sergey Bolshakov <sbolshakov@altlinux.org> Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2013-10-30Separate out connector/output handingRussell King
There is nothing specific about the connector/output handing in the Armada DRM driver, so move it to a separate file and make it independent of the Armada DRM structures. Signed-off-by: Russell King <rmk@arm.linux.org.uk>