CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/09/02 04:18:26
Modified files: sys/dev/pci/drm: drm_crtc.c Log message: fb refcount must be initialised to 1 not 0 to match the behaviour of the linux kref functions. Switch to using the FreeBSD refcount api for the fb refcount while here.