Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h394 atomic_t do_ext_te_update; member
H A Ddsi.c3286 atomic_set(&dsi->do_ext_te_update, 1); in dsi_update_channel()
4283 old = atomic_cmpxchg(&dsi->do_ext_te_update, 1, 0); in omap_dsi_te_irq_handler()
4298 old = atomic_cmpxchg(&dsi->do_ext_te_update, 1, 0); in omap_dsi_te_timeout_work_callback()
4379 atomic_set(&dsi->do_ext_te_update, 0); in omap_dsi_host_attach()