Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_managed_test.c15 bool action_done; member
23 priv->action_done = true; in drm_action()
53 ret = wait_event_interruptible_timeout(priv->action_wq, priv->action_done, in drm_test_managed_run_action()