Lines Matching defs:height
148 drm_connector_has_preferred_mode(struct drm_connector *connector, int width, int height)
154 mode->vdisplay > height)
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);
764 * @height: Maximum display mode height (optional)
772 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height)
789 if (!height)
790 height = dev->mode_config.max_height;
825 total_modes_count += connectors[i]->funcs->fill_modes(connectors[i], width, height);
831 modes, offsets, enabled, width, height)) {
837 offsets, enabled, width, height) &&
839 offsets, enabled, width, height))
843 width, height);
846 crtcs, modes, 0, width, height);