Searched defs:drm_device (Results 1 – 1 of 1) sorted by relevance
970 struct drm_device { struct975 struct mtx count_lock; /**< For inuse, drm_device::open_count, drm_device::buf_use */ argument976 struct sx dev_struct_lock; /**< For others */981 int open_count; /**< Outstanding files open */982 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */983 atomic_t vma_count; /**< Outstanding vma areas open */984 int buf_use; /**< Buffers in use -- cannot alloc */985 atomic_t buf_alloc; /**< Buffer allocation in progress */990 unsigned long counters;991 enum drm_stat_type types[15];[all …]