Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/
Ddrm_probe_helper.c444 uint32_t maxX, uint32_t maxY, in __drm_helper_update_and_validate() argument
469 mode->status = drm_mode_validate_size(mode, maxX, maxY); in __drm_helper_update_and_validate()
558 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument
663 ret = __drm_helper_update_and_validate(connector, maxX, maxY, &ctx); in drm_helper_probe_single_connector_modes()
682 ret = __drm_helper_update_and_validate(connector, maxX, maxY, &ctx); in drm_helper_probe_single_connector_modes()
Ddrm_modes.c1704 int maxX, int maxY) in drm_mode_validate_size() argument
1706 if (maxX > 0 && mode->hdisplay > maxX) in drm_mode_validate_size()
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_probe_helper.h14 *connector, uint32_t maxX,
Ddrm_modes.h557 int maxX, int maxY);