]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/video/tegra/nvmap/nvmap_priv.h
video: tegra: nvmap: clean cache during page allocations into page pool
[sojka/nv-tegra/linux-3.10.git] / drivers / video / tegra / nvmap / nvmap_priv.h
index 0eeaee4d7e694694ec7b550fe62e059a64c67ce5..977897a61aa23a429ccc2429927c9dbba8e6f77d 100644 (file)
@@ -176,6 +176,7 @@ struct nvmap_page_pool {
        int to_zero; /* Number of pages on the zero list */
        struct list_head page_list;
        struct list_head zero_list;
+       bool contains_dirty_pages;
 
 #ifdef CONFIG_NVMAP_PAGE_POOL_DEBUG
        u64 allocs;