Home
last modified time | relevance | path

Searched refs:xenfb (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/display/
H A Dxenfb.c306 trace_xenfb_mouse_event(xenfb, xenfb->axis[INPUT_AXIS_X], in xenfb_mouse_sync()
315 xenfb_send_motion(xenfb, xenfb->axis[INPUT_AXIS_X], in xenfb_mouse_sync()
746 (xenfb->width, xenfb->height, format, in xenfb_update()
747 xenfb->row_stride, xenfb->pixels + xenfb->offset); in xenfb_update()
757 xenfb->width, xenfb->height, xenfb->depth, in xenfb_update()
765 xenfb_guest_copy(xenfb, 0, 0, xenfb->width, xenfb->height); in xenfb_update()
852 xenfb->up_rects[xenfb->up_count].x = x; in xenfb_handle_events()
853 xenfb->up_rects[xenfb->up_count].y = y; in xenfb_handle_events()
854 xenfb->up_rects[xenfb->up_count].w = w; in xenfb_handle_events()
855 xenfb->up_rects[xenfb->up_count].h = h; in xenfb_handle_events()
[all …]
H A Dmeson.build17 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xenfb.c'))
H A Dtrace-events7 # xenfb.c
/openbmc/linux/drivers/video/fbdev/
H A Dxen-fbfront.c309 FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS(xenfb,
315 FB_DEFAULT_DEFERRED_OPS(xenfb),
/openbmc/qemu/
H A DMAINTAINERS559 F: hw/display/xenfb.c
H A Dqemu-options.hx2361 "-vga [std|cirrus|vmware|qxl|xenfb|tcx|cg3|virtio|none]\n"