Home
last modified time | relevance | path

Searched refs:y_hint (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_mode.c51 y_offset = vbox->single_framebuffer ? vbox_crtc->y : vbox_crtc->y_hint; in vbox_do_modeset()
167 height = max_t(u16, height, vbox_crtc->y_hint + in vbox_set_up_input_mapping()
753 if (vbox_connector->vbox_crtc->y_hint != -1) in vbox_get_modes()
756 vbox_connector->vbox_crtc->y_hint); in vbox_get_modes()
H A Dvbox_drv.h102 u32 y_hint; member
H A Dvbox_irq.c146 vbox_conn->vbox_crtc->y_hint = hints->dy; in vbox_update_mode_hints()