From: Matt Roper Date: Thu, 22 Jan 2015 00:35:43 +0000 (-0800) Subject: drm/i915: Add .atomic_{get, set}_property() entrypoints to planes X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~8^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a98b3431afcbc66986fcf375fa168df1d9d28bc0;p=pandora-kernel.git drm/i915: Add .atomic_{get, set}_property() entrypoints to planes When we flip on the DRIVER_ATOMIC bit, the DRM core will start calling this entrypoint to set and lookup driver-specific plane property values, rather than maintaining a shadow copy in object->properties. Note that although we add these functions to the plane vtable, they will not yet be called. Future patches that switch our .set_property() handler and/or enable full atomic functionality are required before these code paths will be executed. Signed-off-by: Matt Roper Reviewed-by: Ander Conselvan de Oliveira Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed