CVSROOT:        /cvs
Module name:    xenocara
Changes by:     kette...@cvs.openbsd.org        2022/02/07 11:38:44

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

Log message:
The color map support in wsfb(4) only supports up to 256 palette entries.
However for 30-bit color depth modes, Xorg assumes 1024 palette entries are
supported.  Since we don't actually support hardware with both 30-bit
color depth and hardware palette support, skip the color map handling in
that case.  This is what the xf86-video-ati driver does as well.
This prevents us from smashing the stack.

ok matthieu@

Reply via email to