CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/27 03:30:07
Modified files:
sys/dev/fdt : simplefb.c
sys/dev/pci/drm/radeon: radeon_kms.c
sys/dev/rasops : rasops.c rasops.h
Log message:
Add an interface that allows drivers to claim a framebuffer and check
whether another driver has already claimed a framebuffer. Use this in
radeondrm(4) and simplefb(4) to prevent the latter from attaching if
radeondrm(4) is attached to the hardware that provides the framebuffer
set up by the firmware.
ok mlarkin@