From: Rob Clark Date: Thu, 18 Dec 2014 21:01:46 +0000 (-0500) Subject: drm: add atomic_set_property wrappers X-Git-Tag: fixes-v4.0-rc1~91^2~44^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ecc694e114a06b9ed77e3e94641b0f5490693c;p=pandora-kernel.git drm: add atomic_set_property wrappers As we add properties for all the standard plane/crtc/connector attributes (in preperation for the atomic ioctl), we are going to want to handle core state in core (rather than per driver). Intercepting the core properties will be easier if the atomic_set_property vfuncs are not called directly, but instead have a mandatory wrapper function (which will later serve as the point to intercept core properties). v2: more verbose comments and copypasta comment fix Signed-off-by: Rob Clark Reviewed-by: Sean Paul Reviewed-by: Daniel Vetter Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed