Lines Matching refs:info
128 const struct st7789_panel_info *info;
338 mode = drm_mode_duplicate(connector->dev, ctx->info->mode);
341 ctx->info->mode->hdisplay, ctx->info->mode->vdisplay,
342 drm_mode_vrefresh(ctx->info->mode));
352 connector->display_info.width_mm = ctx->info->mode->width_mm;
353 connector->display_info.height_mm = ctx->info->mode->height_mm;
354 connector->display_info.bus_flags = ctx->info->bus_flags;
356 &ctx->info->bus_format, 1);
380 if (!ctx->info->partial_mode)
385 switch (ctx->info->bus_format) {
394 ctx->info->bus_format);
401 if (ctx->info->mode->flags & DRM_MODE_FLAG_PVSYNC)
403 if (ctx->info->mode->flags & DRM_MODE_FLAG_PHSYNC)
405 if (ctx->info->bus_flags & DRM_BUS_FLAG_PIXDATA_SAMPLE_NEGEDGE)
407 if (ctx->info->bus_flags & DRM_BUS_FLAG_DE_LOW)
516 if (ctx->info->invert_mode) {
524 if (ctx->info->partial_mode) {
526 (ctx->info->partial_start >> 8) & 0xff,
527 (ctx->info->partial_start >> 0) & 0xff,
528 ((ctx->info->partial_end - 1) >> 8) & 0xff,
529 ((ctx->info->partial_end - 1) >> 0) & 0xff,
627 ctx->info = device_get_match_data(&spi->dev);