Page MenuHomeFreeBSD

vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivative
ClosedPublic

Authored by dumbbell on Sep 16 2014, 5:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 7:38 AM
Unknown Object (File)
Mon, Oct 6, 9:15 AM
Unknown Object (File)
Mon, Oct 6, 8:11 AM
Unknown Object (File)
Mon, Oct 6, 6:07 AM
Unknown Object (File)
Mon, Oct 6, 5:34 AM
Unknown Object (File)
Sat, Oct 4, 1:39 AM
Unknown Object (File)
Sep 17 2025, 10:58 PM
Unknown Object (File)
Aug 20 2025, 10:59 PM
Subscribers
None

Details

Summary

Without this, one could see margins in an unexpected color when using a screen and/or a font with a non-multiple-of-8 width.

This was reported by bz@, but he didn't had time to test it yet. This is only compile-tested, as I have no use of the affected backends, though, I believe this is ok.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dumbbell retitled this revision from to vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivative.
dumbbell updated this object.
dumbbell edited the test plan for this revision. (Show Details)
dumbbell added reviewers: emaste, ray, nwhitehorn.
nwhitehorn edited edge metadata.

Looks good!

This revision is now accepted and ready to land.Sep 16 2014, 5:56 PM

Thank you!

Committed in r271684.