Lines Matching defs:mode
53 * @mode: the DRM display mode for this panel
55 struct drm_display_mode mode;
79 * @panel_mode: the panel mode as detected
104 .mode = {
120 .mode = {
136 .mode = {
152 .mode = {
168 .mode = {
322 dev_err(tpg->dev, "unsupported mode (%02x) detected\n", val);
363 * tpg110_get_modes() - return the appropriate mode
364 * @panel: the panel to get the mode for
368 * presents the mode that is configured for the system under use,
375 struct drm_display_mode *mode;
381 mode = drm_mode_duplicate(connector->dev, &tpg->panel_mode->mode);
382 if (!mode)
384 drm_mode_set_name(mode);
385 mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
387 mode->width_mm = tpg->width;
388 mode->height_mm = tpg->height;
390 drm_mode_probed_add(connector, mode);
429 spi->mode |= SPI_3WIRE_HIZ;