From: Prathyush K Date: Thu, 6 Dec 2012 14:46:00 +0000 (+0530) Subject: drm/exynos: make wait_for_vblank a manager op X-Git-Tag: v3.8-rc1~82^2~1^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74085a9f87087d70028dcc18563dba4a42ce32c;p=pandora-kernel.git drm/exynos: make wait_for_vblank a manager op Changelog v2: remove unnecessay wait_for_vblank call. - with this patch, wait_for_vblank callback is moved from overlay ops to manager ops so it should be removed and it doesn't need to wait vblank signal at plane disable. Changelog v1: The wait_for_vblank callback is moved from overlay ops to manager ops of exynos drm driver. Also, the check for DPMS OFF of encoder is removed before calling wait_for_vblank. Signed-off-by: Prathyush K Signed-off-by: Inki Dae --- Reading git-diff-tree failed