Home
last modified time | relevance | path

Searched refs:randr_output (Results 1 – 25 of 80) sorted by relevance

1234

/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dsna_display_fake.c137 output->randr_output && output->randr_output->numUserModes)); in sna_output_detect()
139 if (output->randr_output && output->randr_output->numUserModes) { in sna_output_detect()
267 output->randr_output = RROutputCreate(screen, buf, len, output); in add_fake_output()
268 if (crtc->randr_crtc == NULL || output->randr_output == NULL) { in add_fake_output()
274 RRPostPendingProperties(output->randr_output); in add_fake_output()
277 clones[i - sna->mode.num_real_output] = xf86_config->output[i]->randr_output; in add_fake_output()
285 RROutputPtr rr_output = xf86_config->output[i]->randr_output; in add_fake_output()
/dports/x11/polybar/polybar-3.5.7/include/x11/extensions/
H A Drandr.hpp32 struct randr_output { struct
46 bool contains(const randr_output& output) const; argument
48 bool equals(const randr_output& output) const;
51 using monitor_t = shared_ptr<randr_output>;
/dports/x11/polybar/polybar-3.5.7/src/x11/extensions/
H A Drandr.cpp21 bool randr_output::match(const string& o, bool exact) const { in match()
32 bool randr_output::match(const position& p) const { in match()
39 bool randr_output::contains(const position& p) const { in contains()
48 bool randr_output::contains(const randr_output& inner) const { in contains()
57 bool randr_output::equals(const randr_output& o) const { in equals()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwayland/
H A Dxwayland-output.c93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change()
242 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change()
361 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
363 if (!xwl_output->randr_output) { in xwl_output_create()
369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
414 RROutputDestroy(xwl_output->randr_output); in xwl_output_remove()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwayland/
H A Dxwayland-drm-lease.c279 err = RRConfigureOutputProperty(output->randr_output, name, in lease_connector_handle_connector_id()
286 err = RRChangeOutputProperty(output->randr_output, name, in lease_connector_handle_connector_id()
298 RROutputSetModes(output->randr_output, rrmodes, nmode, npref); in lease_connector_handle_connector_id()
359 xwl_output->randr_output = RROutputCreate(lease_device->xwl_screen->screen, in drm_lease_device_handle_connector()
361 if (!xwl_output->randr_output) { in drm_lease_device_handle_connector()
367 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in drm_lease_device_handle_connector()
368 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in drm_lease_device_handle_connector()
369 RROutputSetNonDesktop(xwl_output->randr_output, TRUE); in drm_lease_device_handle_connector()
370 xwl_output->randr_output->devPrivate = xwl_output; in drm_lease_device_handle_connector()
H A Dxwayland-output.c91 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
93 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
389 RROutputPtr output = xwl_output->randr_output; in xwl_output_find_mode()
571 if (mode == xwl_output->randr_output->modes[0]) in xwl_output_set_emulated_mode()
618 RROutputSetModes(xwl_output->randr_output, randr_modes, count, 1); in xwl_output_apply_changes()
621 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in xwl_output_apply_changes()
759 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
761 if (!xwl_output->randr_output) { in xwl_output_create()
767 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
768 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-output.c93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change()
242 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change()
361 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
363 if (!xwl_output->randr_output) { in xwl_output_create()
369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
414 RROutputDestroy(xwl_output->randr_output); in xwl_output_remove()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-output.c93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change()
242 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change()
361 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
363 if (!xwl_output->randr_output) { in xwl_output_create()
369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
414 RROutputDestroy(xwl_output->randr_output); in xwl_output_remove()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-output.c93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change()
242 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change()
361 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
363 if (!xwl_output->randr_output) { in xwl_output_create()
369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
414 RROutputDestroy(xwl_output->randr_output); in xwl_output_remove()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-output.c93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change()
242 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change()
361 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
363 if (!xwl_output->randr_output) { in xwl_output_create()
369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
414 RROutputDestroy(xwl_output->randr_output); in xwl_output_remove()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-output.c93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change()
242 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change()
361 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
363 if (!xwl_output->randr_output) { in xwl_output_create()
369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
414 RROutputDestroy(xwl_output->randr_output); in xwl_output_remove()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwayland/
H A Dxwayland-output.c93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change()
242 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change()
361 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
363 if (!xwl_output->randr_output) { in xwl_output_create()
369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
414 RROutputDestroy(xwl_output->randr_output); in xwl_output_remove()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/modes/
H A Dxf86RandR12.c1053 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1071 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1077 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1081 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1521 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1524 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1544 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1558 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1666 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2256 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/modes/
H A Dxf86RandR12.c1053 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1071 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1077 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1081 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1505 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1508 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1528 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1542 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1650 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2240 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1057 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1075 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1081 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1085 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1509 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1512 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1532 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1546 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1654 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2247 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86RandR12.c1057 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1075 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1081 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1085 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1509 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1512 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1532 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1546 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1654 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2247 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86RandR12.c1057 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1075 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1081 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1085 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1509 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1512 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1532 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1546 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1654 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2247 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86RandR12.c1057 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1075 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1081 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1085 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1509 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1512 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1532 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1546 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1654 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2247 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86RandR12.c1057 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1075 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1081 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1085 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1509 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1512 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1532 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1546 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1654 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2247 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86RandR12.c1057 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1075 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1081 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1085 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1509 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1512 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1532 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1546 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1654 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2247 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/modes/
H A Dxf86RandR12.c1057 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local
1075 randr_output = output->randr_output; in xf86RandR12CrtcNotify()
1081 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify()
1085 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify()
1509 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument
1512 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty()
1532 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR13OutputGetProperty()
1546 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputValidateMode()
1654 RROutputSetPhysicalSize(output->randr_output, in xf86RandR12SetInfo12()
2247 RROutputPtr randr_output = lease->outputs[o]; in xf86CrtcLeaseTerminated() local
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwayland/
H A Dxwayland-output.c98 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
100 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
391 RROutputPtr output = xwl_output->randr_output; in xwl_output_find_mode()
488 if (mode == xwl_output->randr_output->modes[0]) in xwl_output_set_emulated_mode()
525 RROutputSetModes(xwl_output->randr_output, randr_modes, count, 1); in apply_output_change()
528 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change()
667 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create()
669 if (!xwl_output->randr_output) { in xwl_output_create()
675 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create()
676 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
[all …]
/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/vmwgfx/
H A Dvmwgfx_output.c227 err = RRConfigureOutputProperty(output->randr_output, p->atoms[0], in output_create_resources()
235 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in output_create_resources()
251 err = RRConfigureOutputProperty(output->randr_output, p->atoms[0], in output_create_resources()
263 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in output_create_resources()
439 err = RRChangeOutputProperty(output->randr_output, in vmwgfx_output_property_scan()
452 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in vmwgfx_output_property_scan()
/dports/x11/polybar/polybar-3.5.7/include/components/
H A Dtypes.hpp14 struct randr_output;
15 using monitor_t = shared_ptr<randr_output>;
/dports/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21/src/
H A Dg80_sor.c292 err = RRConfigureOutputProperty(output->randr_output, in G80SorCreateResources()
302 err = RRChangeOutputProperty(output->randr_output, properties.dither.atom, in G80SorCreateResources()
312 err = RRConfigureOutputProperty(output->randr_output, in G80SorCreateResources()
322 err = RRChangeOutputProperty(output->randr_output, properties.scale.atom, in G80SorCreateResources()

1234