Lines Matching defs:width
148 drm_connector_has_preferred_mode(struct drm_connector *connector, int width, int height)
153 if (mode->hdisplay > width ||
191 /* check width/height */
263 bool *enabled, int width, int height)
380 bool *enabled, int width, int height)
437 modes[i] = drm_connector_has_preferred_mode(connector, width, height);
496 int n, int width, int height)
512 best_crtcs, modes, n + 1, width, height);
525 if (drm_connector_has_preferred_mode(connector, width, height))
554 crtcs, modes, n + 1, width, height);
572 bool *enabled, int width, int height)
678 modes[i] = drm_connector_has_preferred_mode(connector, width, height);
763 * @width: Maximum display mode width (optional)
772 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height)
788 if (!width)
789 width = dev->mode_config.max_width;
836 total_modes_count += connectors[i]->funcs->fill_modes(connectors[i], width, height);
842 modes, offsets, enabled, width, height)) {
848 offsets, enabled, width, height) &&
850 offsets, enabled, width, height))
854 width, height);
857 crtcs, modes, 0, width, height);