From: Ville Syrjälä Date: Fri, 4 Oct 2013 11:53:36 +0000 (+0300) Subject: drm: Collect per-crtc vblank stuff to a struct X-Git-Tag: v3.13-rc1~76^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5380e9293b865d88de04de6e5324726d8c5b53c9;p=pandora-kernel.git drm: Collect per-crtc vblank stuff to a struct drm_vblank_init() is too ugly. Make it a bit easier on the eye by collecting all the per-crtc vblank counters, timestamps etc. to a structure and just allocate an array of those. Signed-off-by: Ville Syrjälä Reviewed-by: Daniel Vetter Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed