From: Sean Paul Date: Thu, 30 Jan 2014 21:19:06 +0000 (-0500) Subject: drm/exynos: Pass exynos_drm_manager in manager ops instead of dev X-Git-Tag: v3.15-rc1~51^2~42^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb7704d6a6861cd17fc31e2fd6896d056b18aa47;p=pandora-kernel.git drm/exynos: Pass exynos_drm_manager in manager ops instead of dev This patch changes the manager ops callbacks from accepting the subdrv device pointer to taking a pointer to the manager. This will allow us to move closer to decoupling manager/display from subdrv, and subsequently decoupling the crtc/plane from the encoder. Signed-off-by: Sean Paul Signed-off-by: Inki Dae --- Reading git-diff-tree failed