Lines Matching defs:height
145 drm_connector_has_preferred_mode(struct drm_connector *connector, int width, int height)
151 mode->vdisplay > height)
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);
761 * @height: Maximum display mode height (optional)
769 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height)
787 if (!height)
788 height = dev->mode_config.max_height;
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);