From: Ville Syrjälä Date: Sun, 27 Oct 2013 19:20:10 +0000 (+0200) Subject: drm/radeon: Populate crtc_clock in radeon_atom_get_tv_timings() X-Git-Tag: v3.14-rc1~47^2~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265d09aa8254c0a8fc9c2d7ecb0b440e92961e72;p=pandora-kernel.git drm/radeon: Populate crtc_clock in radeon_atom_get_tv_timings() crtc_clock is now supposed to be the actual pixel clock corresponding to the other crtc_ timing values. Populate crtc_clock appropriately in radeon_atom_get_tv_timings(). This was the only obvious place where we frob with the crtc_ timigns directly instead of calling drm_mode_set_crtcinfo() which would also update crtc_clock. Reviewed-by: mario.kleiner.de@gmail.com Signed-off-by: Ville Syrjälä --- Reading git-diff-tree failed