Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
H A Dpanel-himax-hx8279.c265 u8 cmd_set_voltage[2]; in hx8279_set_module_config() local
274 cmd_set_voltage[0] = HX8279_P0_VGHS; in hx8279_set_module_config()
275 cmd_set_voltage[1] = HX8279_VGH_VOLT_SEL(desc->vgh_mv); in hx8279_set_module_config()
276 mipi_dsi_generic_write_multi(dsi_ctx, cmd_set_voltage, in hx8279_set_module_config()
277 ARRAY_SIZE(cmd_set_voltage)); in hx8279_set_module_config()
281 cmd_set_voltage[0] = HX8279_P0_VGLS; in hx8279_set_module_config()
282 cmd_set_voltage[1] = HX8279_VGL_VOLT_SEL(desc->vgl_mv); in hx8279_set_module_config()
283 mipi_dsi_generic_write_multi(dsi_ctx, cmd_set_voltage, in hx8279_set_module_config()
284 ARRAY_SIZE(cmd_set_voltage)); in hx8279_set_module_config()
288 cmd_set_voltage[ in hx8279_set_module_config()
[all...]