Searched refs:hbp (Results 1 – 12 of 12) sorted by relevance
/drivers/hdf_core/framework/model/display/driver/adapter_soc/ |
D | hi35xx_disp.c | 164 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/ |
D | hdf_disp.h | 75 uint32_t hbp; member 127 uint32_t hbp; member
|
D | hdf_drm_panel.c | 223 hdfDrmPanel->mode.htotal = panelInfo->width + panelInfo->hfp + panelInfo->hsw + panelInfo->hbp; in CreateDrmMode()
|
D | hdf_disp.c | 145 info->hbp = panel->info->hbp; in GetDispInfo()
|
/drivers/peripheral/display/hal/ |
D | disp_common.h | 126 uint32_t hbp; member
|
D | disp_hal.c | 87 HDF_LOGI("tmpInfo->hbp = %u, tmpInfo->hfp = %u", tmpInfo->hbp, tmpInfo->hfp); in GetInfo()
|
/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/ |
D | mipi_tx_hi35xx.c | 492 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/ |
D | mipi_icn9700.c | 262 .hbp = HORIZONTAL_BACK_PORCH, /* horizontal back porch */
|
D | ili9881_st_5p5.c | 573 .hbp = 40, /* horizontal back porch */
|
D | ili9881c_boe.c | 603 .hbp = 80, /* horizontal back porch */
|
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
D | lcdkit_parse_config.c | 123 PARSE_PANEL_SYMBOL(node, drsOps, "hbp", &info->hbp); in ParsePanelInfo()
|
/drivers/peripheral/display/hal/default/ |
D | display_layer.c | 96 uint32_t hbp; member
|