Searched refs:mipi_config (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_dsi_vbt.c837 struct mipi_config *mipi_config = connector->panel.vbt.dsi.config; local
845 intel_dsi->eotp_pkt = mipi_config->eot_pkt_disabled ? 0 : 1;
846 intel_dsi->clock_stop = mipi_config->enable_clk_stop ? 1 : 0;
847 intel_dsi->lane_count = mipi_config->lane_cnt + 1;
850 mipi_config->videomode_color_format << 7);
852 intel_dsi->dual_link = mipi_config->dual_link;
853 intel_dsi->pixel_overlap = mipi_config->pixel_overlap;
854 intel_dsi->operation_mode = mipi_config->is_cmd_mode;
855 intel_dsi->video_mode = mipi_config
982 struct mipi_config *mipi_config = connector->panel.vbt.dsi.config; local
1041 struct mipi_config *mipi_config = connector->panel.vbt.dsi.config; local
[all...]
H A Dicl_dsi.c1827 struct mipi_config *mipi_config = connector->panel.vbt.dsi.config; local
1836 tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
1837 ths_prepare_ns = max(mipi_config->ths_prepare,
1838 mipi_config->tclk_prepare);
1855 clk_zero_cnt = DIV_ROUND_UP(mipi_config->tclk_prepare_clkzero -
1872 tclk_pre_cnt = DIV_ROUND_UP(mipi_config->tclk_pre, tlpx_ns);
1880 tclk_post_cnt = DIV_ROUND_UP(mipi_config->tclk_post, tlpx_ns);
1889 hs_zero_cnt = DIV_ROUND_UP(mipi_config
[all...]
H A Dvlv_dsi.c1602 struct mipi_config *mipi_config = connector->panel.vbt.dsi.config; local
1631 tclk_prepare_clkzero = mipi_config->tclk_prepare_clkzero;
1632 ths_prepare_hszero = mipi_config->ths_prepare_hszero;
1650 ths_prepare_ns = max(mipi_config->ths_prepare,
1651 mipi_config->tclk_prepare);
1695 tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
1726 hs_to_lp_switch = DIV_ROUND_UP(mipi_config->ths_trail + 2 * tlpx_ui, 8);
H A Dintel_bios.h98 struct mipi_config { struct
H A Dintel_vbt_defs.h966 struct mipi_config config[MAX_MIPI_CONFIGURATIONS]; /* 175+ */
H A Dintel_display_types.h352 struct mipi_config *config;
H A Dintel_bios.c1665 const struct mipi_config *config;
1702 panel->vbt.dsi.config = kmemdup(config, sizeof(struct mipi_config), GFP_KERNEL);

Completed in 305 milliseconds