Home
last modified time | relevance | path

Searched defs:refill_engine (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/omapdrm/
Domap_dmm_priv.h138 struct refill_engine { struct
139 int id;
140 struct dmm *dmm;
141 struct tcm *tcm;
143 u8 *refill_va;
144 dma_addr_t refill_pa;
147 struct dmm_txn txn;
149 bool async;
151 struct completion compl;
175 struct refill_engine *engines; argument