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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc_helper.c97 * @maxX: max width 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)
171 drm_mode_validate_size(dev, &connector->modes, maxX,
116 drm_helper_probe_single_connector_modes(struct drm_connector *connector, uint32_t maxX, uint32_t maxY) argument
H A Ddrm_fb_helper.c428 uint32_t maxX,
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.c883 * @maxX: maximum width
897 int maxX, int maxY, int maxPitch)
905 if (maxX > 0 && mode->hdisplay > maxX)
895 drm_mode_validate_size(struct drm_device *dev, struct list_head *mode_list, int maxX, int maxY, int maxPitch) argument

Completed in 105 milliseconds