Home
last modified time | relevance | path

Searched defs:drm_device (Results 1 – 1 of 1) sorted by relevance

/include/drm/
DdrmP.h815 struct drm_device { struct
822 spinlock_t count_lock; /**< For inuse, drm_device::open_count, drm_device::buf_use */ argument
823 struct mutex struct_mutex; /**< For others */
828 int open_count; /**< Outstanding files open */
829 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */
830 atomic_t vma_count; /**< Outstanding vma areas open */
831 int buf_use; /**< Buffers in use -- cannot alloc */
832 atomic_t buf_alloc; /**< Buffer allocation in progress */
837 unsigned long counters;
838 enum drm_stat_type types[15];
[all …]