Lines Matching defs:mode
53 * @mode: the DRM display mode for this panel
55 struct drm_display_mode mode;
79 * @panel_type: 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
367 * presents the mode that is configured for the system under use,
374 struct drm_display_mode *mode;
380 mode = drm_mode_duplicate(connector->dev, &tpg->panel_mode->mode);
381 if (!mode)
383 drm_mode_set_name(mode);
384 mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
386 mode->width_mm = tpg->width;
387 mode->height_mm = tpg->height;
389 drm_mode_probed_add(connector, mode);
428 spi->mode |= SPI_3WIRE_HIZ;