Searched refs:lease (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrlease.c30 * Notify of some lease change
37 RRLeasePtr lease; local in function:RRDeliverLeaseEvent
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 an
61 RRLeaseChangeState(RRLeasePtr lease,RRLeaseState old,RRLeaseState new) argument
80 RRLeasePtr lease; local in function:RRLeaseAlloc
106 RRLeasePtr lease; local in function:RRCrtcIsLeased
125 RRLeasePtr lease; local in function:RROutputIsLeased
143 RRLeaseTerminated(RRLeasePtr lease) argument
161 RRLeaseFree(RRLeasePtr lease) argument
173 RRTerminateLease(RRLeasePtr lease) argument
189 RRLeasePtr lease = value; local in function:RRLeaseDestroyResource
215 RRLeasePtr lease; local in function:ProcRRCreateLease
338 RRLeasePtr lease; local in function:ProcRRFreeLease
[all...]
H A Drroutput.c382 RRLeasePtr lease, next; local in function:RROutputDestroyResource
384 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) {
386 for (o = 0; o < lease->numOutputs; o++) {
387 if (lease->outputs[o] == output) {
388 RRTerminateLease(lease);
H A Drandr.c92 RRLeasePtr lease, next; local in function:RRCloseScreen
96 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list)
97 RRTerminateLease(lease);
239 cpswapl(from->lease, to->lease);
H A Drandrstr.h281 RRLeasePtr lease,
285 RRLeasePtr lease);
835 RRLeaseTerminated(RRLeasePtr lease);
838 RRLeaseFree(RRLeasePtr lease);
847 RRTerminateLease(RRLeasePtr lease);
H A Drrcrtc.c880 RRLeasePtr lease, next; local in function:RRCrtcDestroyResource
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/
H A Dxf86Crtc.h700 * 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);
H A Dxf86RandR12.c2236 xf86CrtcLeaseTerminated(RRLeasePtr lease) argument
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
2295 xf86CrtcLeaseStarted(RRLeasePtr lease) argument
[all...]
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c3013 RRLeasePtr lease, next; local in function:drmmode_validate_leases
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) argument
3049 ScreenPtr screen = lease->screen;
3053 int noutput = lease->numOutputs;
3054 int ncrtc = lease
3116 drmmode_terminate_lease(RRLeasePtr lease) argument
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c2546 RRLeasePtr lease, next; local in function:drmmode_validate_leases
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) argument
2582 ScreenPtr screen = lease->screen;
2586 int noutput = lease->numOutputs;
2587 int ncrtc = lease
2649 drmmode_terminate_lease(RRLeasePtr lease) argument
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.2.2.rst94 - vulkan: Disable randr lease for libxcb < 1.13
H A D20.1.2.rst112 - vulkan/wsi: Really terminate DRM lease in wsi_release_display().
H A D20.2.0.rst1969 - meson: move xlib-lease block further down
2012 - meson: fix `-D xlib-lease=auto` detection
3411 - vulkan/wsi: Really terminate DRM lease in wsi_release_display().
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3537 RRLeasePtr lease, next; local in function:drmmode_validate_leases
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) argument
3576 ScreenPtr screen = lease->screen;
3580 int ncrtc = lease->numCrtcs;
3581 int noutput = lease
3650 drmmode_terminate_lease(RRLeasePtr lease) argument
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drandrproto.h1002 RRLease lease; member in struct:__anonb71068b84708
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_display.c2223 /* Any X server with lease support will have this atom */
2376 xcb_randr_lease_t lease = xcb_generate_id(connection); local in function:wsi_acquire_xlib_display
2378 xcb_randr_create_lease(connection, root, lease, 1, 1,
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_display.c2294 /* Any X server with lease support will have this atom */
2448 xcb_randr_lease_t lease = xcb_generate_id(connection); local in function:wsi_AcquireXlibDisplayEXT
2450 xcb_randr_create_lease(connection, root, lease, 1, 1,

Completed in 48 milliseconds