Searched defs:drm_device (Results 1 – 2 of 2) sorted by relevance
1013 struct drm_device { struct1020 spinlock_t count_lock; /**< For inuse, drm_device::open_count, drm_device::buf_use */ argument1021 struct mutex struct_mutex; /**< For others */1026 int open_count; /**< Outstanding files open */1027 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */1028 atomic_t vma_count; /**< Outstanding vma areas open */1029 int buf_use; /**< Buffers in use -- cannot alloc */1030 atomic_t buf_alloc; /**< Buffer allocation in progress */1035 unsigned long counters;1036 enum drm_stat_type types[15];[all …]
132 void (*handler)(struct drm_device *)) in nouveau_irq_register()