diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-02 04:48:52 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-02 04:48:51 -0800 |
| commit | 1537b3e7ea26ff8a6c292d88131872cde4e061b1 (patch) | |
| tree | 69dc71a309afc761960527216c3d5733eb78a7ee /include | |
| parent | d6dc904e2195b4b7271c9322dd979eb1ce662085 (diff) | |
| parent | 6f732e040d70404fb4044310740e31b8870dbc3a (diff) | |
Merge "msm: vidc: Cache invalidate performance fix"
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/msm_vidc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/msm_vidc.h b/include/media/msm_vidc.h index 0a089c4faee1..003adc38eb14 100644 --- a/include/media/msm_vidc.h +++ b/include/media/msm_vidc.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -68,6 +68,7 @@ struct msm_smem { void *smem_priv; enum hal_buffer buffer_type; struct dma_mapping_info mapping_info; + unsigned int offset; }; enum smem_cache_ops { |
