Home
last modified time | relevance | path

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

/linux-3.3/include/drm/
DdrmP.h1028 struct drm_device { struct
1035 spinlock_t count_lock; /**< For inuse, drm_device::open_count, drm_device::buf_use */ argument
1036 struct mutex struct_mutex; /**< For others */
1041 int open_count; /**< Outstanding files open */
1042 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */
1043 atomic_t vma_count; /**< Outstanding vma areas open */
1044 int buf_use; /**< Buffers in use -- cannot alloc */
1045 atomic_t buf_alloc; /**< Buffer allocation in progress */
1050 unsigned long counters;
1051 enum drm_stat_type types[15];
[all …]
/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_irq.c132 void (*handler)(struct drm_device *)) in nouveau_irq_register()
Dnouveau_mxm.c102 bool (*exec)(struct drm_device *, u8 *, void *), void *info) in mxms_foreach()
Dnouveau_bios.c5657 int (*exec)(struct drm_device *, void *, int idx, u8 *outp)) in dcb_outp_foreach()
/linux-3.3/drivers/staging/omapdrm/
Domap_drv.c32 struct drm_device *drm_device; variable