]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: Populate crtc_clock in radeon_atom_get_tv_timings()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Sun, 27 Oct 2013 19:20:10 +0000 (21:20 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 20 Jan 2014 09:06:09 +0000 (11:06 +0200)
commitd95150af9ab24016b3138d8bb5e18193cd13bcf9
tree8a22043621990fe93cab117e35e7065d3375b0c9
parent7ec7ce88febbed3b73f94f2294936310c335fd56
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ä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/radeon/radeon_atombios.c