From: Thierry Reding Date: Mon, 15 Dec 2014 13:47:18 +0000 (+0100) Subject: drm/irq: Add drm_crtc_handle_vblank() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~356^2~3^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115ebcd4fa90df8cfc80d2302b7afa8d39edb7e2;p=pandora-kernel.git drm/irq: Add drm_crtc_handle_vblank() This function is the KMS native variant of drm_handle_vblank(). It takes a struct drm_crtc * instead of a struct drm_device * and an index of the CRTC. Eventually the goal is to access vblank data through the CRTC only so that the per-CRTC data can be moved to struct drm_crtc. Reviewed-by: Daniel Vetter Signed-off-by: Thierry Reding --- Reading git-diff-tree failed