Hook up the rasops text emulation functions so we only write out
authorpatrick <patrick@openbsd.org>
Thu, 9 Aug 2018 14:43:17 +0000 (14:43 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 9 Aug 2018 14:43:17 +0000 (14:43 +0000)
commit1c999b93959af6f756da7b4f8f540fb9d5e63dba
tree0783d963d02cabc42ba33903fe5d0266a1aadd08
parent51adbfdc1e8b62c99fee38d261d05a6426ebf659
Hook up the rasops text emulation functions so we only write out
the characters that changed, and only when they change.  This
replaces writing out the whole framebuffer every 100ms with a
partial update mechanism.  Now the system stays responsive and
does not slow down anymore due to the periodic update.
sys/dev/fdt/ssdfb.c