Comment 1 for bug 663176

Revision history for this message
Stefan Bader (smb) wrote :

The following patch was reverted and replaced by the upstream version:
* drm/nouveau: Fix fbcon corruption with font width not divisible by 8 (WARNING!)

Note that the upstream nouveau patch is different from what we had. Probably the upstream version is better as it only uses ALIGN where the code had been doing alignment calculation. The patch we had added an ALIGN somewhere not aligned before.