Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/display/driver/adapter_soc/
Dhi35xx_disp.c164 hpixel = info->width + info->hbp + info->hfp + info->hsw; in CalcPixelClk()
179 hpixel = info->width + info->hbp + info->hfp + info->hsw; in CalcDataRate()
214 cfg.timing.hbpPixels = info->hbp; in MipiDsiInit()
215 cfg.timing.hlinePixels = info->width + info->hbp + info->hfp + info->hsw; in MipiDsiInit()
/drivers/hdf_core/framework/model/display/driver/
Dhdf_disp.h75 uint32_t hbp; member
127 uint32_t hbp; member
Dhdf_drm_panel.c223 hdfDrmPanel->mode.htotal = panelInfo->width + panelInfo->hfp + panelInfo->hsw + panelInfo->hbp; in CreateDrmMode()
Dhdf_disp.c145 info->hbp = panel->info->hbp; in GetDispInfo()
/drivers/peripheral/display/hal/
Ddisp_common.h126 uint32_t hbp; member
Ddisp_hal.c87 HDF_LOGI("tmpInfo->hbp = %u, tmpInfo->hfp = %u", tmpInfo->hbp, tmpInfo->hfp); in GetInfo()
/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
Dmipi_tx_hi35xx.c492 unsigned int hbp; in SetTimingConfig() local
502 hbp = g_actualPhyDataRate * cfg->syncInfo.vidHbpPixels * 125 / cfg->pixelClk; in SetTimingConfig()
506 g_mipiTxRegsVa->VID_HBP_TIME.u32 = hbp; in SetTimingConfig()
515 HDF_LOGI("VID_HBP_TIME(0x4c): 0x%x", hbp); in SetTimingConfig()
/drivers/hdf_core/framework/model/display/driver/panel/
Dmipi_icn9700.c262 .hbp = HORIZONTAL_BACK_PORCH, /* horizontal back porch */
Dili9881_st_5p5.c573 .hbp = 40, /* horizontal back porch */
Dili9881c_boe.c603 .hbp = 80, /* horizontal back porch */
/drivers/hdf_core/framework/model/display/driver/lcdkit/
Dlcdkit_parse_config.c123 PARSE_PANEL_SYMBOL(node, drsOps, "hbp", &info->hbp); in ParsePanelInfo()
/drivers/peripheral/display/hal/default/
Ddisplay_layer.c96 uint32_t hbp; member