diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvhost.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h index 5bb4efa1d..182b22b34 100644 --- a/include/linux/nvhost.h +++ b/include/linux/nvhost.h | |||
| @@ -319,6 +319,10 @@ struct nvhost_device_data { | |||
| 319 | 319 | ||
| 320 | /* Should we enable context isolation for this device? */ | 320 | /* Should we enable context isolation for this device? */ |
| 321 | bool isolate_contexts; | 321 | bool isolate_contexts; |
| 322 | |||
| 323 | /* channel user context list */ | ||
| 324 | struct mutex userctx_list_lock; | ||
| 325 | struct list_head userctx_list; | ||
| 322 | }; | 326 | }; |
| 323 | 327 | ||
| 324 | 328 | ||
