summaryrefslogtreecommitdiff
path: root/sys/dev/drm/vbox_drv.c
AgeCommit message (Collapse)Author
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
kmem_alloc() with KM_SLEEP kmem_zalloc() with KM_SLEEP percpu_alloc() pserialize_create() psref_class_create() all of these paths include an assertion that the allocation has not failed, so callers should not assert that again.
2017-01-20Check pmf_device_register return value. NFCmaya
Appeases static analyzers.
2011-08-28add dependency on "drm" modulejmcneill
2011-02-20add VirtualBox DRM driverjmcneill