Lines Matching defs:mode
200 /* Exit sleep mode */
223 * db7430_get_modes() - return the mode
224 * @panel: the panel to get the mode for
231 struct drm_display_mode *mode;
234 mode = drm_mode_duplicate(connector->dev, &db7430_480_800_mode);
235 if (!mode) {
236 dev_err(db->dev, "failed to add mode\n");
241 connector->display_info.width_mm = mode->width_mm;
242 connector->display_info.height_mm = mode->height_mm;
248 drm_mode_set_name(mode);
249 mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
251 drm_mode_probed_add(connector, mode);