From: Laurent Pinchart Date: Thu, 5 Mar 2015 19:38:16 +0000 (+0200) Subject: drm: omapdrm: Wire up atomic state object scaffolding X-Git-Tag: omap-for-v4.2/fixes-rc1^2~17^2~16^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a12263f6f919cd53b10c849e1674e38931e74e;p=pandora-kernel.git drm: omapdrm: Wire up atomic state object scaffolding Hook up the default .reset(), .atomic_duplicate_state() and .atomic_free_state() helpers to ensure that state objects are properly created and destroyed, and call drm_mode_config_reset() at init time to create the initial state objects. Framebuffer reference count also gets maintained automatically by the transitional helpers except for the legacy page flip operation. Maintain it explicitly there. Signed-off-by: Laurent Pinchart Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed