Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ttm_range_manager Struct Reference

Data Fields

struct drm_mm mm
 
spinlock_t lock
 

Detailed Description

Currently we use a spinlock for the lock, but a mutex may be more appropriate to reduce scheduling latency if the range manager ends up with very fragmented allocation patterns.

Definition at line 45 of file ttm_bo_manager.c.

Field Documentation

spinlock_t lock

Definition at line 47 of file ttm_bo_manager.c.

Definition at line 46 of file ttm_bo_manager.c.


The documentation for this struct was generated from the following file: