When selecting a 1080i timing, and playing a video on XV only a few lines at the top are show. Problem is in: radeon_video.c line 2497: v_inc = (src_h << v_inc_shift) / drw_h on 1080i v_inc_shift=21 if src_h = 1080 this will overflow to a negative integer, and give wrong results !
Created attachment 5570 [details] [review] Possible fix Does this patch fix it? It'll still break with 2048i, but oh well...
Patch pushed to the main xf86-video-ati git repository. Please reopen if it doesn't work for you.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.