From: Thierry Reding Date: Mon, 15 Dec 2014 13:47:18 +0000 (+0100) Subject: drm/irq: Add drm_crtc_send_vblank_event() X-Git-Tag: fixes-v4.0-rc1~372^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d7b30df5d10bca92f8f359fc56fb8db0410f89;p=pandora-kernel.git drm/irq: Add drm_crtc_send_vblank_event() This function is the KMS native variant of drm_send_vblank_event(). 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