Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Ddixstruct.h80 struct xorg_list output_pending; /* List of clients with output queued */ member
163 if (!client->clientGone && xorg_list_is_empty(&client->output_pending)) in output_pending_mark()
164 xorg_list_append(&client->output_pending, &output_pending_clients); in output_pending_mark()
170 xorg_list_del(&client->output_pending); in output_pending_clear()
/OK3568_Linux_fs/external/xserver/os/
H A Dio.c625 xorg_list_for_each_entry_safe(client, tmp, &output_pending_clients, output_pending) { in FlushAllOutput()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c3512 xorg_list_init(&client->output_pending); in InitClient()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog19120 dix: Make sure client is not in output_pending chain after closed (RH 1382444)
19127 To fix this, move the call removing it from the output_pending chain