From: Russell King Date: Tue, 17 Dec 2013 19:10:27 +0000 (+0000) Subject: imx-drm: imx-drm-core: use the crtc drm device for vblank X-Git-Tag: v3.14-rc3~12^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ea14924718864d64f4cb12a6d901ffeb2972ad;p=pandora-kernel.git imx-drm: imx-drm-core: use the crtc drm device for vblank There are a couple of ways to get at the drm_device for the vblank operations. One of them is via the private imxdrm structure, the other is via the DRM crtc structure, which also stores a pointer. Use the DRM method instead of our own method. Signed-off-by: Russell King Acked-by: Shawn Guo Tested-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed