From: Daniel Vetter Date: Thu, 22 Jan 2015 15:36:24 +0000 (+0100) Subject: drm/atomic-helpers: Saner encoder/crtc callbacks X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0a89cf3c2c550e6d877dda21dd2947afb90cb6;p=pandora-kernel.git drm/atomic-helpers: Saner encoder/crtc callbacks For historical reasons going all the way back to how the Xrandr code was implemented the semantics of the callbacks used to enable/disable crtcs and encoders are ... interesting. But with atomic helpers all that complexity has been binned, with only a well-defined on/off action left. Unfortunately the names stuck. Let's fix that by adding enable/disable hooks every, make them the preferred variant for atomic and update documentations. Later on we add debug warnings when drivers have deprecated hooks. But while everything is in-flight with lots of drivers converting to atomic that's a bit too much - better wait for things to settle a bit first. v2: Fix kerneldoc, reported by Wu Fengguang. Reviewed-by: Thierry Reding Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed