Searched defs:maxY (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc_helper.c98 * @maxY: max height for modes
105 * list, then culled (based on validity and the @maxX, @maxY parameters) and
117 uint32_t maxX, uint32_t maxY)
170 if (maxX && maxY)
172 maxY, 0);
116 drm_helper_probe_single_connector_modes(struct drm_connector *connector, uint32_t maxX, uint32_t maxY) argument
H A Ddrm_fb_helper.c429 uint32_t maxY)
437 count += connector->funcs->fill_modes(connector, maxX, maxY);
427 drm_fb_helper_probe_connector_modes(struct drm_fb_helper *fb_helper, uint32_t maxX, uint32_t maxY) argument
H A Ddrm_modes.c884 * @maxY: maximum height
897 int maxX, int maxY, int maxPitch)
908 if (maxY > 0 && mode->vdisplay > maxY)
895 drm_mode_validate_size(struct drm_device *dev, struct list_head *mode_list, int maxX, int maxY, int maxPitch) argument

Completed in 1280 milliseconds