Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c999 u32 dpipxlfmt; in tc_set_edp_video_mode() local
1049 dpipxlfmt = DE_POL_ACTIVE_HIGH | SUB_CFG_TYPE_CONFIG1 | DPI_BPP_RGB888; in tc_set_edp_video_mode()
1052 dpipxlfmt |= VS_POL_ACTIVE_LOW; in tc_set_edp_video_mode()
1055 dpipxlfmt |= HS_POL_ACTIVE_LOW; in tc_set_edp_video_mode()
1057 ret = regmap_write(tc->regmap, DPIPXLFMT, dpipxlfmt); in tc_set_edp_video_mode()