Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c140 vbox_conn->mode_hint.width = hints->cx; in vbox_update_mode_hints()
141 vbox_conn->mode_hint.height = hints->cy; in vbox_update_mode_hints()
144 vbox_conn->mode_hint.disconnected = disconnected; in vbox_update_mode_hints()
H A Dvbox_mode.c166 vbox_connector->mode_hint.width); in vbox_set_up_input_mapping()
168 vbox_connector->mode_hint.height); in vbox_set_up_input_mapping()
724 preferred_width = vbox_connector->mode_hint.width ? in vbox_get_modes()
725 vbox_connector->mode_hint.width : 1024; in vbox_get_modes()
726 preferred_height = vbox_connector->mode_hint.height ? in vbox_get_modes()
727 vbox_connector->mode_hint.height : 768; in vbox_get_modes()
770 return vbox_connector->mode_hint.disconnected ? in vbox_connector_detect()
H A Dvbox_drv.h89 } mode_hint; member