Home
last modified time | relevance | path

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

/src/sys/dev/drm2/
H A Ddrm_crtc_helper.h122 …helper_probe_single_connector_modes(struct drm_connector *connector, uint32_t maxX, uint32_t maxY);
H A Ddrm_modes.c797 int maxX, int maxY, int maxPitch) in drm_mode_validate_size() argument
808 if (maxY > 0 && mode->vdisplay > maxY) in drm_mode_validate_size()
H A Ddrm_crtc_helper.c114 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument
168 if (maxX && maxY) in drm_helper_probe_single_connector_modes()
170 maxY, 0); in drm_helper_probe_single_connector_modes()
H A Ddrm_crtc.h913 int maxX, int maxY, int maxPitch);
945 extern void drm_crtc_probe_connector_modes(struct drm_device *dev, int maxX, int maxY);
H A Ddrm_fb_helper.c1024 uint32_t maxY) in drm_fb_helper_probe_connector_modes() argument
1032 count += connector->funcs->fill_modes(connector, maxX, maxY); in drm_fb_helper_probe_connector_modes()