Searched refs:leases (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrlease.c40 xorg_list_for_each_entry(lease, &scr_priv->leases, list) {
58 * Change the state of a lease and let anyone watching leases know
109 xorg_list_for_each_entry(lease, &scr_priv->leases, list) {
128 xorg_list_for_each_entry(lease, &scr_priv->leases, list) {
298 xorg_list_add(&lease->list, &scr_priv->leases);
H A Drandr.c96 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list)
363 xorg_list_init(&pScrPriv->leases);
H A Drroutput.c384 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) {
H A Drandrstr.h374 Bool leasesChanged; /* leases change */
414 struct xorg_list leases; member in struct:_rrScrPriv
H A Drrcrtc.c882 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) {
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c3016 /* We can't talk to the kernel about leases when VT switched */
3024 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) {
3678 /* Validate leases on VT re-entry */
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c2549 /* We can't talk to the kernel about leases when VT switched */
2557 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) {
3162 /* Validate leases on VT re-entry */
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3546 /* We can't talk to the kernel about leases when VT switched */
3554 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) {
3836 /* Validate leases on VT re-entry */

Completed in 26 milliseconds