Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_crtc_helper.h68 *connector, uint32_t maxX,
H A Ddrm_modes.h506 int maxX, int maxY);
/dragonfly/sys/dev/drm/
H A Ddrm_probe_helper.c392 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument
506 mode->status = drm_mode_validate_size(mode, maxX, maxY); in drm_helper_probe_single_connector_modes()
H A Ddrm_modes.c1071 int maxX, int maxY) in drm_mode_validate_size() argument
1073 if (maxX > 0 && mode->hdisplay > maxX) in drm_mode_validate_size()
H A Ddrm_fb_helper.c2000 uint32_t maxX, in drm_fb_helper_probe_connector_modes() argument
2008 count += connector->funcs->fill_modes(connector, maxX, maxY); in drm_fb_helper_probe_connector_modes()