Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_probe_helper.h14 *connector, uint32_t maxX,
H A Ddrm_modes.h555 int maxX, int maxY);
/openbsd/sys/dev/pci/drm/
H A Ddrm_probe_helper.c443 uint32_t maxX, uint32_t maxY, in __drm_helper_update_and_validate() argument
468 mode->status = drm_mode_validate_size(mode, maxX, maxY); in __drm_helper_update_and_validate()
557 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()
H A Ddrm_modes.c1699 int maxX, int maxY) in drm_mode_validate_size() argument
1701 if (maxX > 0 && mode->hdisplay > maxX) in drm_mode_validate_size()