diff options
Diffstat (limited to 'linux-core')
| -rw-r--r-- | linux-core/drmP.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 0fa20571..aa9bc01a 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -328,6 +328,7 @@ typedef struct drm_freelist {  	int		  low_mark;    /* Low water mark		   */  	int		  high_mark;   /* High water mark		   */  	atomic_t	  wfh;	       /* If waiting for high mark	   */ +	spinlock_t        lock;  } drm_freelist_t;  typedef struct drm_buf_entry { | 
