Searched refs:xenfb (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | xenfb.c | 307 trace_xenfb_mouse_event(xenfb, xenfb->axis[INPUT_AXIS_X], in xenfb_mouse_sync() 316 xenfb_send_motion(xenfb, xenfb->axis[INPUT_AXIS_X], in xenfb_mouse_sync() 747 (xenfb->width, xenfb->height, format, in xenfb_update() 748 xenfb->row_stride, xenfb->pixels + xenfb->offset); in xenfb_update() 758 xenfb->width, xenfb->height, xenfb->depth, in xenfb_update() 767 xenfb_guest_copy(xenfb, 0, 0, xenfb->width, xenfb->height); in xenfb_update() 854 xenfb->up_rects[xenfb->up_count].x = x; in xenfb_handle_events() 855 xenfb->up_rects[xenfb->up_count].y = y; in xenfb_handle_events() 856 xenfb->up_rects[xenfb->up_count].w = w; in xenfb_handle_events() 857 xenfb->up_rects[xenfb->up_count].h = h; in xenfb_handle_events() [all …]
|
H A D | meson.build | 17 system_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xenfb.c'))
|
H A D | trace-events | 7 # xenfb.c
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | xen-fbfront.c | 309 FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS(xenfb, 315 FB_DEFAULT_DEFERRED_OPS(xenfb),
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 548 F: hw/display/xenfb.c
|
H A D | qemu-options.hx | 2397 "-vga [std|cirrus|vmware|qxl|xenfb|tcx|cg3|virtio|none]\n"
|