Lines Matching defs:width
145 drm_connector_has_preferred_mode(struct drm_connector *connector, int width, int height)
150 if (mode->hdisplay > width ||
183 /* check width/height */
260 bool *enabled, int width, int height)
377 bool *enabled, int width, int height)
434 modes[i] = drm_connector_has_preferred_mode(connector, width, height);
493 int n, int width, int height)
509 best_crtcs, modes, n + 1, width, height);
522 if (drm_connector_has_preferred_mode(connector, width, height))
551 crtcs, modes, n + 1, width, height);
569 bool *enabled, int width, int height)
675 modes[i] = drm_connector_has_preferred_mode(connector, width, height);
760 * @width: Maximum display mode width (optional)
769 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height)
785 if (!width)
786 width = dev->mode_config.max_width;
823 total_modes_count += connectors[i]->funcs->fill_modes(connectors[i], width, height);
829 modes, offsets, enabled, width, height)) {
835 offsets, enabled, width, height) &&
837 offsets, enabled, width, height))
841 width, height);
844 crtcs, modes, 0, width, height);