/linux/Documentation/devicetree/bindings/display/ |
H A D | lvds-data-mapping.yaml | 19 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 20 1999 (Version 1.0), Japan Electronic Industry Development Association (JEIDA) 32 - jeida-18 33 - jeida-24 40 - "jeida-18" - 18-bit data mapping compatible with the [JEIDA], [LDI] and 51 - "jeida-24" - 24-bit data mapping compatible with the [DSIM] and [LDI]
|
H A D | st,stm32mp25-lvds.yaml | 28 - Flexible Bit-Mapping, including JEIDA and VESA
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | lvds-codec.yaml | 21 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February 22 1999 (Version 1.0), Japan Electronic Industry Development Association (JEIDA) 68 - jeida-18 69 - jeida-24
|
H A D | fsl,imx8qxp-ldb.yaml | 20 format and can map the input to VESA or JEIDA standards. The two channels
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | sgd,gktw70sdae4se.yaml | 33 const: jeida-18 62 data-mapping = "jeida-18";
|
H A D | advantech,idk-1110wr.yaml | 33 const: jeida-24 62 data-mapping = "jeida-24";
|
H A D | mitsubishi,aa121td01.yaml | 36 const: jeida-24 67 data-mapping = "jeida-24";
|
H A D | mitsubishi,aa104xd12.yaml | 36 const: jeida-24 68 data-mapping = "jeida-24";
|
H A D | panel-simple.yaml | 342 data-mapping = "jeida-24";
|
/linux/drivers/gpu/drm/ |
H A D | drm_of.c | 411 * * MEDIA_BUS_FMT_RGB666_1X7X3_SPWG - data-mapping is "jeida-18" 412 * * MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA - data-mapping is "jeida-24" 426 if (!strcmp(mapping, "jeida-18")) in drm_of_lvds_get_data_mapping() 428 if (!strcmp(mapping, "jeida-24")) in drm_of_lvds_get_data_mapping()
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-var-mx6customboard.dts | 24 data-mapping = "jeida-18"; 49 data-mapping = "jeida-18";
|
H A D | imx6q-var-dt6customboard.dts | 79 data-mapping = "jeida-18";
|
H A D | imx53-m53menlo.dts | 67 data-mapping = "jeida-18";
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | panel-aa104xd12.dtsi | 13 data-mapping = "jeida-18";
|
H A D | rzg2-advantech-idk-1110wr-panel.dtsi | 16 data-mapping = "jeida-24";
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a77xx-aa121td01-panel.dtsi | 14 data-mapping = "jeida-18";
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_lvds.c | 55 int format; /* vesa or jeida format */ 87 if (strncmp(s, "jeida-18", 8) == 0) in rockchip_lvds_name_to_format() 89 else if (strncmp(s, "jeida-24", 8) == 0) in rockchip_lvds_name_to_format()
|
/linux/Documentation/devicetree/bindings/display/imx/ |
H A D | ldb.txt | 68 - fsl,data-mapping : should be "spwg" or "jeida"
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-phg.dts | 88 data-mapping = "jeida-18";
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-nattis-2-natte-2.dts | 75 data-mapping = "jeida-18";
|
/linux/drivers/gpu/drm/bridge/ |
H A D | lontium-lt9211.c | 368 static int lt9211_configure_tx(struct lt9211 *ctx, bool jeida, in lt9211_configure_tx() argument 396 { 0x8559, 0x40 | (jeida ? BIT(7) : 0) | in lt9211_configure_tx()
|
H A D | tc358775.c | 483 /* JEIDA-18 and JEIDA-24 */ in tc_bridge_enable()
|
/linux/Documentation/admin-guide/media/ |
H A D | mgb4.rst | 61 | 0 - OLDI/JEIDA
|
/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_lvds.c | 328 "no LVDS bus format reported, using JEIDA\n"); in rcar_lvds_get_lvds_mode() 342 "unsupported LVDS bus format 0x%04x, using JEIDA\n", in rcar_lvds_get_lvds_mode()
|
/linux/drivers/gpu/drm/stm/ |
H A D | lvds.c | 310 * Expected JEIDA-RGB888 data to be sent in LSB format 794 case MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA: /* JEIDA-RGB888 */ in lvds_config_data_mapping()
|