| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrlease.c | 30 * Notify of some lease change 37 RRLeasePtr lease; local 40 xorg_list_for_each_entry(lease, &scr_priv->leases, list) { 41 if (lease->id != None && (lease->state == RRLeaseCreating || 42 lease->state == RRLeaseTerminating)) 49 .lease = lease->id, 50 .created = lease->state == RRLeaseCreating, 58 * Change the state of a lease and let anyone watching leases kno 80 RRLeasePtr lease; local 106 RRLeasePtr lease; local 125 RRLeasePtr lease; local 189 RRLeasePtr lease = value; local 215 RRLeasePtr lease; local 338 RRLeasePtr lease; local [all...] |
| rroutput.c | 384 RRLeasePtr lease, next; local 386 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) { 388 for (o = 0; o < lease->numOutputs; o++) { 389 if (lease->outputs[o] == output) { 390 RRTerminateLease(lease);
|
| randr.c | 92 RRLeasePtr lease, next; local 96 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) 97 RRTerminateLease(lease); 239 cpswapl(from->lease, to->lease);
|
| randrstr.h | 281 RRLeasePtr lease, 285 RRLeasePtr lease); 835 RRLeaseTerminated(RRLeasePtr lease); 838 RRLeaseFree(RRLeasePtr lease); 847 RRTerminateLease(RRLeasePtr lease);
|
| rrcrtc.c | 880 RRLeasePtr lease, next; local 882 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) { 884 for (c = 0; c < lease->numCrtcs; c++) { 885 if (lease->crtcs[c] == crtc) { 886 RRTerminateLease(lease);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| xf86RandR12.c | 2236 xf86CrtcLeaseTerminated(RRLeasePtr lease) 2240 ScrnInfoPtr scrn = xf86ScreenToScrn(lease->screen); 2242 RRLeaseTerminated(lease); 2244 * Force a full mode set on any crtc in the expiring lease which 2245 * was running before the lease started 2247 for (c = 0; c < lease->numCrtcs; c++) { 2248 RRCrtcPtr randr_crtc = lease->crtcs[c]; 2257 for (o = 0; o < lease->numOutputs; o++) { 2258 RROutputPtr randr_output = lease->outputs[o]; 2263 for (c = 0; c < lease->numCrtcs; c++ [all...] |
| xf86Crtc.h | 700 * RandR lease 705 * Contents of the lease 746 * Requests that the driver create a lease 748 int (*create_lease)(RRLeasePtr lease, int *fd); 751 * Ask the driver to terminate a lease, freeing all 754 void (*terminate_lease)(RRLeasePtr lease); 758 * The driver calls this when it detects that a lease 762 xf86CrtcLeaseTerminated(RRLeasePtr lease); 765 xf86CrtcLeaseStarted(RRLeasePtr lease);
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| drmmode_display.c | 3013 RRLeasePtr lease, next; local 3024 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) { 3025 drmmode_lease_private_ptr lease_private = lease->devPrivate; 3032 /* check to see if the lease has gone away */ 3035 lease->devPrivate = NULL; 3036 xf86CrtcLeaseTerminated(lease); 3047 drmmode_create_lease(RRLeasePtr lease, int *fd) 3049 ScreenPtr screen = lease->screen; 3053 int noutput = lease->numOutputs; 3054 int ncrtc = lease->numCrtcs [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| drmmode_display.c | 2546 RRLeasePtr lease, next; local 2557 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) { 2558 drmmode_lease_private_ptr lease_private = lease->devPrivate; 2565 /* check to see if the lease has gone away */ 2568 lease->devPrivate = NULL; 2569 xf86CrtcLeaseTerminated(lease); 2580 drmmode_create_lease(RRLeasePtr lease, int *fd) 2582 ScreenPtr screen = lease->screen; 2586 int noutput = lease->numOutputs; 2587 int ncrtc = lease->numCrtcs [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| drmmode_display.c | 3537 RRLeasePtr lease, next; local 3554 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) { 3555 drmmode_lease_private_ptr lease_private = lease->devPrivate; 3562 /* check to see if the lease has gone away */ 3565 lease->devPrivate = NULL; 3566 xf86CrtcLeaseTerminated(lease); 3574 drmmode_create_lease(RRLeasePtr lease, int *fd) 3576 ScreenPtr screen = lease->screen; 3580 int ncrtc = lease->numCrtcs; 3581 int noutput = lease->numOutputs [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| randrproto.h | 1002 RRLease lease; member in struct:__anon11726
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| wsi_common_display.c | 2294 /* Any X server with lease support will have this atom */ 2448 xcb_randr_lease_t lease = xcb_generate_id(connection); 2450 xcb_randr_create_lease(connection, root, lease, 1, 1,
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| wsi_common_display.c | 2223 /* Any X server with lease support will have this atom */ 2376 xcb_randr_lease_t lease = xcb_generate_id(connection); 2378 xcb_randr_create_lease(connection, root, lease, 1, 1,
|