kernel/drivers/gpu/drm/omapdrm/omap_dmm_priv.h
.. .. @@ -159,6 +159,7 @@ 159 159 160 160 struct dmm { 161 161 struct device *dev; 162 + dma_addr_t phys_base;162 163 void __iomem *base; 163 164 int irq; 164 165 .. .. @@ -189,6 +190,12 @@ 189 190 struct list_head alloc_head; 190 191 191 192 const struct dmm_platform_data *plat_data; 193 +194 + bool dmm_workaround;195 + spinlock_t wa_lock;196 + u32 *wa_dma_data;197 + dma_addr_t wa_dma_handle;198 + struct dma_chan *wa_dma_chan;192 199 }; 193 200 194 201 #endif