Searched refs:dmm (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c38 #define DMM_DRIVER_NAME "dmm"
42 static struct dmm *omap_dmm;
88 /* dmm programming requires 16 byte aligned addresses */ alloc_dma()
106 struct dmm *dmm = engine->dmm; wait_status() local
111 r = readl(dmm->base + reg[PAT_STATUS][engine->id]); wait_status()
142 struct dmm *dmm = arg; omap_dmm_irq_handler() local
143 uint32_t status = readl(dmm->base + DMM_PAT_IRQSTATUS); omap_dmm_irq_handler()
147 writel(status, dmm->base + DMM_PAT_IRQSTATUS); omap_dmm_irq_handler()
149 for (i = 0; i < dmm->num_engines; i++) { omap_dmm_irq_handler()
151 if (dmm->engines[i].async) omap_dmm_irq_handler()
152 release_engine(&dmm->engines[i]); omap_dmm_irq_handler()
154 complete(&dmm->engines[i].compl); omap_dmm_irq_handler()
166 static struct dmm_txn *dmm_txn_init(struct dmm *dmm, struct tcm *tcm) dmm_txn_init() argument
182 if (!list_empty(&dmm->idle_head)) { dmm_txn_init()
183 engine = list_entry(dmm->idle_head.next, struct refill_engine, dmm_txn_init()
241 page_to_phys(pages[n]) : engine->dmm->dummy_pa; dmm_txn_append()
256 struct dmm *dmm = engine->dmm; dmm_txn_commit() local
259 dev_err(engine->dmm->dev, "need at least one txn\n"); dmm_txn_commit()
267 writel(0x0, dmm->base + reg[PAT_DESCR][engine->id]); dmm_txn_commit()
284 dmm->base + reg[PAT_DESCR][engine->id]); dmm_txn_commit()
289 dev_err(dmm->dev, "timed out waiting for done\n"); dmm_txn_commit()
630 dev_err(&dev->dev, "failed to get dmm base address\n"); omap_dmm_probe()
719 omap_dmm->engines[i].dmm = omap_dmm; omap_dmm_probe()
888 /* early return if dmm/tiler device is not initialized */ tiler_map_show()
1008 .compatible = "ti,omap4-dmm",
1012 .compatible = "ti,omap5-dmm",
H A Domap_dmm_priv.h126 struct dmm;
140 struct dmm *dmm; member in struct:refill_engine
160 struct dmm { struct
H A Domap_debugfs.c84 /* list of debugfs files that are specific to devices with dmm/tiler */
H A Domap_fbdev.c41 /* for deferred dmm roll when getting called in atomic ctx */
H A Domap_gem.c1486 * objects which could depend on usergart/dmm at this point. omap_gem_deinit()
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_kms.c37 DRM_DEBUG_KMS("%d: %dx%d %d bits, stride %d, %dmm x %dmm, orientation %d\n", qxl_dump_mode()
/linux-4.4.14/arch/arm/mach-omap2/
H A Domap_hwmod_54xx_data.c51 * 'dmm' class
52 * instance(s): dmm
55 .name = "dmm",
58 /* dmm */
60 .name = "dmm",
2104 /* l3_main_1 -> dmm */
H A Domap_hwmod_7xx_data.c52 * 'dmm' class
53 * instance(s): dmm
56 .name = "dmm",
59 /* dmm */
61 .name = "dmm",
2385 /* l3_main_1 -> dmm */
H A Domap_hwmod_44xx_data.c56 * 'dmm' class
57 * instance(s): dmm
60 .name = "dmm",
63 /* dmm */
65 .name = "dmm",
3146 /* l3_main_1 -> dmm */
3154 /* mpu -> dmm */
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_debugfs.c2895 seq_printf(m, "\tphysical dimensions: %dx%dmm\n", intel_connector_info()

Completed in 373 milliseconds