You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is running with a good CMOS configuration.
Describe the bug
One of the core assumptions we made about the VIDC is that the display area is wholly contained with the border area.
It appears that some titles don't respect this assumption and have the some of the display area lying outside of the border area.
This causes visual issues with the affected titles. Primarily a skewed picture since we're not fetching enough pixels per line since we're ignoring those display pixels outside the border area.
To Reproduce
N/A
Expected behaviour
The picture should be drawn correctly with no skew.
Please complete the following information
Version [CURRENT HEAD]
Additional context
As far as I know the VTI manuals don't describe what should happen when the display area is partially outside the border area. We should probably reconsult the manual and find more documentation for the VIDC.
Sarah Walker's reply here sheds light on the matter.
Inside the display region the VIDC will fetch and shift data (even outside the border area).
However, blanking is active unless the display and border are active.
When blanking is active, black is sent to the display.
Checklist
Describe the bug
One of the core assumptions we made about the VIDC is that the display area is wholly contained with the border area.
It appears that some titles don't respect this assumption and have the some of the display area lying outside of the border area.
This causes visual issues with the affected titles. Primarily a skewed picture since we're not fetching enough pixels per line since we're ignoring those display pixels outside the border area.
To Reproduce
N/A
Expected behaviour
The picture should be drawn correctly with no skew.
Please complete the following information
Additional context
As far as I know the VTI manuals don't describe what should happen when the display area is partially outside the border area. We should probably reconsult the manual and find more documentation for the VIDC.
Sarah Walker's reply here sheds light on the matter.
Example VIDC state:
The text was updated successfully, but these errors were encountered: