Lines Matching defs:height
151 drm_connector_preferred_mode(struct drm_connector *connector, int width, int height)
157 mode->vdisplay > height)
202 /* check width/height */
295 bool enabled[], int width, int height)
421 bool enabled[], int width, int height)
480 drm_connector_preferred_mode(connector, width, height));
549 int n, int width, int height)
564 best_crtcs, modes, n + 1, width, height);
577 if (drm_connector_preferred_mode(connector, width, height))
607 crtcs, modes, n + 1, width, height);
625 bool enabled[], int width, int height)
729 drm_connector_preferred_mode(connector, width, height));
809 * @height: Maximum display mode height (optional)
817 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height)
834 if (!height)
835 height = dev->mode_config.max_height;
869 total_modes_count += connectors[i]->funcs->fill_modes(connectors[i], width, height);
875 modes, offsets, enabled, width, height)) {
881 offsets, enabled, width, height) &&
883 offsets, enabled, width, height))
887 width, height);
890 crtcs, modes, 0, width, height);