Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c40 static void xwl_output_get_xdg_output(struct xwl_output *xwl_output);
91 struct xwl_output *xwl_output = data; in output_handle_geometry() local
93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry()
95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry()
99 if (!xwl_output->xdg_output) { in output_handle_geometry()
100 xwl_output->x = x; in output_handle_geometry()
101 xwl_output->y = y; in output_handle_geometry()
103 xwl_output->rotation = wl_transform_to_xrandr(transform); in output_handle_geometry()
110 struct xwl_output *xwl_output = data; in output_handle_mode() local
116 if (!xwl_output->xdg_output) { in output_handle_mode()
[all …]
H A Dxwayland.h366 struct xwl_output { struct
412 struct xwl_output *xwl_output_create(struct xwl_screen *xwl_screen,
415 void xwl_output_destroy(struct xwl_output *xwl_output);
417 void xwl_output_remove(struct xwl_output *xwl_output);
H A Dxwayland.c236 struct xwl_output *xwl_output, *next_xwl_output; in xwl_close_screen() local
241 xorg_list_for_each_entry_safe(xwl_output, next_xwl_output, in xwl_close_screen()
243 xwl_output_destroy(xwl_output); in xwl_close_screen()
927 struct xwl_output *xwl_output, *tmp_xwl_output; in global_remove() local
929 xorg_list_for_each_entry_safe(xwl_output, tmp_xwl_output, in global_remove()
931 if (xwl_output->server_output_id == name) { in global_remove()
932 xwl_output_remove(xwl_output); in global_remove()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog4567 xwl_output->randr_crtc is used in the update_screen_size() function :
10221 #8 0x000000000041a83c in update_screen_size (xwl_output=0x8e7670, width=3840, height=2160)
10223 #9 0x000000000041a9f0 in apply_output_change (xwl_output=0x8e7670)
22151 wl_output and the xwl_output structure, and xwl_output_remove() which
30146 xwayland: check if creating xwl_output succeeded
31635 xwayland: Destroy xwl_output when wl_output gets removed
31727 (Also, the error handler would free xwl_output after it was already