Home
last modified time | relevance | path

Searched refs:frame_scfg (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/kmb/
Dkmb_dsi.c443 struct mipi_tx_frame_section_cfg *frame_scfg, in mipi_tx_fg_section_cfg() argument
451 ret = mipi_get_datatype_params(frame_scfg->data_type, in mipi_tx_fg_section_cfg()
452 frame_scfg->data_mode, in mipi_tx_fg_section_cfg()
460 if (frame_scfg->width_pixels % in mipi_tx_fg_section_cfg()
464 *wc = compute_wc(frame_scfg->width_pixels, in mipi_tx_fg_section_cfg()
470 ph_cfg.data_mode = frame_scfg->data_mode; in mipi_tx_fg_section_cfg()
471 ph_cfg.data_type = frame_scfg->data_type; in mipi_tx_fg_section_cfg()
472 ph_cfg.dma_packed = frame_scfg->dma_packed; in mipi_tx_fg_section_cfg()
476 frame_scfg->height_lines, in mipi_tx_fg_section_cfg()