SolidRun / linux-fslc

Linux kernel source tree
Other
12 stars 26 forks source link

Fix and optimise IPU deinterlacing code avoiding crash on kernel 4.9.93 #60

Closed warped-rudi closed 6 years ago

warped-rudi commented 6 years ago

This patch is an alternate approach to ENGR00161315, which crashes on newer 4.9 series kernels. As mentioned in the initial description of #57, it removes vdi_split_process() and achieves the same result - even without CPU usage overhead - by changing the order of stripe processing when deinterlace is requested.