Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/omapdrm/
Domap_dmm_priv.h130 struct refill_engine { struct
131 int id;
132 struct dmm *dmm;
133 struct tcm *tcm;
135 u8 *refill_va;
136 dma_addr_t refill_pa;
139 struct dmm_txn txn;
141 bool async;
143 struct completion compl;
167 struct refill_engine *engines; argument