CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/01 06:34:36
Modified files:
sys/dev/fdt : ssdfb.c
Log message:
Implement a partial update mechanism. Since the SPI-connected display
cannot read the framebuffer memory, we have to push the framebuffer to
the display. ssdfb(4) will now be able to update only a certain region
region of the framebuffer as soon as there is infrastructure to trigger
it.
