Home
last modified time | relevance | path

Searched refs:omap_dmm (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/staging/omapdrm/ !
Domap_dmm_tiler.c41 static struct dmm *omap_dmm; variable
184 u32 *lut = omap_dmm->lut + (engine->tcm->lut_id * omap_dmm->lut_width * in dmm_txn_append()
185 omap_dmm->lut_height) + in dmm_txn_append()
186 (area->y0 * omap_dmm->lut_width) + area->x0; in dmm_txn_append()
210 for (i = 0; i < rows; i++, lut += omap_dmm->lut_width) in dmm_txn_append()
263 up(&omap_dmm->engine_sem); in dmm_txn_commit()
277 txn = dmm_txn_init(omap_dmm, area->tcm); in fill()
354 spin_lock(&omap_dmm->list_lock); in tiler_reserve_2d()
355 list_add(&block->alloc_node, &omap_dmm->alloc_head); in tiler_reserve_2d()
356 spin_unlock(&omap_dmm->list_lock); in tiler_reserve_2d()
[all …]