From: Daniel Vetter Date: Thu, 22 Jan 2015 17:53:05 +0000 (+0100) Subject: drm/atomic-helper: add connector->dpms() implementation X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b486e0e6d599b9ca8667fb9a7d49b7383ee963c7;p=pandora-kernel.git drm/atomic-helper: add connector->dpms() implementation This builds on top of the crtc->active infrastructure to implement legacy DPMS. My choice of semantics is somewhat arbitrary, but the entire pipe is enabled as along as one output is still enabled. Of course it also clamps everything that's not ON to OFF. v2: Fix spelling in one comment. v3: Don't do an async commit (Thierry) v4: Dan Carpenter noticed missing error case handling. Cc: Thierry Reding Reviewed-by: Thierry Reding Tested-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed