From: Ville Syrjälä Date: Sun, 27 Oct 2013 19:22:58 +0000 (+0200) Subject: drm: Use crtc_clock in drm_calc_timestamping_constants() X-Git-Tag: v3.14-rc1~47^2~12^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77666b72260da3a5290471de77e2d2261244db83;p=pandora-kernel.git drm: Use crtc_clock in drm_calc_timestamping_constants() drm_calc_timestamping_constants() computes the pixel/line/frame durations based on the crtc_ timing values. The corresponding pixel clock is in mode->crtc_clock, so we need to use that instead of mode->clock. This should fix drm_calc_timestamping_constants() for frame packing stereo modes. Reviewed-by: mario.kleiner.de@gmail.com Signed-off-by: Ville Syrjälä --- Reading git-diff-tree failed