Searched refs:RGA2_TIMEOUT_DELAY (Results 1 – 2 of 2) sorted by relevance
68 #define RGA2_TIMEOUT_DELAY (HZ / 2) /* 500ms */ macro631 ret_timeout = wait_event_timeout(session->wait, atomic_read(&session->done), RGA2_TIMEOUT_DELAY); in rga2_flush()1133 RGA2_TIMEOUT_DELAY / 4); in rga2_blit_sync()1137 RGA2_TIMEOUT_DELAY); in rga2_blit_sync()
72 #define RGA2_TIMEOUT_DELAY (HZ / 2) /* 500ms */ macro622 … ret_timeout = wait_event_timeout(session->wait, atomic_read(&session->done), RGA2_TIMEOUT_DELAY); in rga2_flush()1100 …timeout = wait_event_timeout(session->wait, atomic_read(&session->done), RGA2_TIMEOUT_DELAY / 0x4); in rga2_blit_sync()1102 … ret_timeout = wait_event_timeout(session->wait, atomic_read(&session->done), RGA2_TIMEOUT_DELAY); in rga2_blit_sync()