On 2016å¹´08æ09æ¥ 03:29, Sean Paul wrote:
> From: Douglas Anderson
>
> When fixing up the clock in vop_crtc_mode_fixup() we're not doing it
> quite correctly. Specifically if we've got the true clock 26667 Hz,
> we'll perform this calculation:
> 26667 / 1000 => 26
>
> Later whe
Sean,
On 08/09/2016 03:29 AM, Sean Paul wrote:
> From: Douglas Anderson
>
> When fixing up the clock in vop_crtc_mode_fixup() we're not doing it
> quite correctly. Specifically if we've got the true clock 26667 Hz,
> we'll perform this calculation:
> 26667 / 1000 => 26
>
> Later
From: Douglas Anderson
When fixing up the clock in vop_crtc_mode_fixup() we're not doing it
quite correctly. Specifically if we've got the true clock 26667 Hz,
we'll perform this calculation:
26667 / 1000 => 26
Later when we try to set the clock we'll do clk_set_rate(26 *
100