Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Ddisplay_mcux_elcdif.c89 (desc->height == config->rgb_mode.panelHeight) && (desc->pitch == desc->width)) { in mcux_elcdif_write()
94 } else if ((x == 0) && (y == 0) && (desc->width == config->rgb_mode.panelHeight) && in mcux_elcdif_write()
190 pxp_dma.dest_burst_length = config->rgb_mode.panelHeight; in mcux_elcdif_write()
252 config->rgb_mode.panelWidth * config->rgb_mode.panelHeight * dev_data->pixel_bytes; in mcux_elcdif_set_pixel_format()
296 capabilities->y_resolution = config->rgb_mode.panelHeight; in mcux_elcdif_get_capabilities()
375 .panelHeight = DT_INST_PROP(id, height), \
Ddisplay_mcux_dcnano_lcdif.c63 (desc->height == config->dpi_config.panelHeight) && in mcux_dcnano_lcdif_write()
129 capabilities->y_resolution = config->dpi_config.panelHeight; in mcux_dcnano_lcdif_get_capabilities()
307 .panelHeight = DT_INST_PROP(n, height), \
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux.c323 .panelHeight = DT_INST_PROP_BY_PHANDLE(id, nxp_lcdif, height), \
Ddsi_mcux_2l.c501 .panelHeight = DT_INST_PROP_BY_PHANDLE(id, nxp_lcdif, height), \