CVSROOT:        /cvs
Module name:    xenocara
Changes by:     aoy...@cvs.openbsd.org  2023/08/01 05:06:13

Modified files:
        driver/xf86-video-wsfb/src: wsfb_driver.c 

Log message:
Fix mmap'ing size for LUNA framebuffer.

LUNA's video memory has 'linebytes * fPtr->info.height' bytes per 1
plane and the real visible area begins at 'offset' within that video
memory area, so it does not need to add 'offset' when mmap'ing video
memory.

Noticed by nono emulator.

ok miod@

Reply via email to