SolidRun / linux-fslc

Linux kernel source tree
Other
12 stars 26 forks source link

video: ipu_disp: Fix internal VSYNC clock for interlaced modes #32

Closed warped-rudi closed 6 years ago

warped-rudi commented 8 years ago

In interlaced modes the total number of lines counts per frame not per field. Therefore it should not be multiplied by 2. This solves #25. However, there are more modes that do not work because of other reasons...

linux4kix commented 8 years ago

Is everyone happy with this fix, or are we trying to fix the remaining modes?

warped-rudi commented 8 years ago

I think fixes for the other modes need more testing/discussion an should therefore go into a separate pull request (when ready for prime time).

Von meinem iPhone gesendet

Am 07.01.2016 um 07:42 schrieb Jon Nettleton notifications@github.com:

Is everyone happy with this fix, or are we trying to fix the remaining modes?

— Reply to this email directly or view it on GitHub.

warped-rudi commented 6 years ago

The patch is included in kernel 4.9.x. Closing it here.