Home
last modified time | relevance | path

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

/kernel/linux/linux-6.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
/kernel/linux/linux-5.10/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