| /src/sys/external/bsd/drm2/linux/ |
| linux_dmi.c | 103 dmi_found(const struct dmi_system_id *dsi) 107 for (i = 0; i < __arraycount(dsi->matches); i++) { 108 if (dsi->matches[i].slot == DMI_NONE) 110 if (!dmi_match(dsi->matches[i].slot, dsi->matches[i].substr)) 119 const struct dmi_system_id *dsi; local 122 for (dsi = sysid; dsi->matches[0].slot != DMI_NONE; dsi++) { 123 if (dmi_found(dsi)) { [all...] |
| /src/sys/external/bsd/drm2/include/drm/ |
| drm_mipi_dsi.h | 48 mipi_dsi_picture_parameter_set(struct mipi_dsi_device *dsi, 54 mipi_dsi_compression_mode(struct mipi_dsi_device *dsi, bool mode)
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_mipi_dsi.c | 4 * MIPI DSI Bus 45 * DOC: dsi helpers 47 * These functions contain some common logic and helpers to deal with MIPI DSI 50 * Helpers are provided for a number of standard MIPI DSI command as well as a 56 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local 62 /* compare DSI device and driver names */ 63 if (!strcmp(dsi->name, drv->name)) 71 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local 79 dsi->name); 96 .name = "mipi-dsi", 122 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local 134 struct mipi_dsi_device *dsi; local 209 struct mipi_dsi_device *dsi; local 307 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local 1154 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local 1162 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local 1170 struct mipi_dsi_device *dsi = to_mipi_dsi_device(dev); local [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| stm32f469.dtsi | 8 dsi: dsi@40016c00 { 9 compatible = "st,stm32-dsi"; 11 resets = <&rcc STM32F4_APB2_RESET(DSI)>;
|
| stm32f469-disco.dts | 132 &dsi { 158 reg = <0>; /* dsi virtual channel (0..3) */
|
| stm32f769-disco.dts | 130 &dsi { 156 reg = <0>; /* dsi virtual channel (0..3) */
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_bios.c | 943 if (!dev_priv->vbt.dsi.config->dual_link || version < 197) { 944 dev_priv->vbt.dsi.bl_ports = BIT(port); 945 if (dev_priv->vbt.dsi.config->cabc_supported) 946 dev_priv->vbt.dsi.cabc_ports = BIT(port); 951 switch (dev_priv->vbt.dsi.config->dl_dcs_backlight_ports) { 953 dev_priv->vbt.dsi.bl_ports = BIT(PORT_A); 956 dev_priv->vbt.dsi.bl_ports = BIT(PORT_C); 960 dev_priv->vbt.dsi.bl_ports = BIT(PORT_A) | BIT(PORT_C); 964 if (!dev_priv->vbt.dsi.config->cabc_supported) 967 switch (dev_priv->vbt.dsi.config->dl_dcs_cabc_ports) [all...] |
| intel_dsi_vbt.c | 118 /* ICL DSI Display GPIO Pins */ 154 /* For DSI single link on Port A & C, the seq_port value which is 156 * Now, read/write of packets for the DSI single link on Port A and 166 DRM_DEBUG_KMS("no dsi device for port %c\n", port_name(port)); 245 if (dev_priv->vbt.dsi.seq_version >= 3) { 282 if (dev_priv->vbt.dsi.seq_version >= 3) { 366 if (dev_priv->vbt.dsi.seq_version >= 3) 372 if (dev_priv->vbt.dsi.seq_version == 2) 578 if (WARN_ON(seq_id >= ARRAY_SIZE(dev_priv->vbt.dsi.sequence))) 581 data = dev_priv->vbt.dsi.sequence[seq_id] [all...] |
| intel_dsi.c | 103 * dsi framework as a library and hope for the best. Create the dsi 125 orientation = dev_priv->vbt.dsi.orientation;
|
| icl_dsi.c | 63 DRM_ERROR("DSI header credits not released\n"); 71 DRM_ERROR("DSI payload credits not released\n"); 86 struct mipi_dsi_device *dsi; local 100 dsi = intel_dsi->dsi_hosts[port]->device; 101 dsi->mode_flags |= MIPI_DSI_MODE_LPM; 102 dsi->channel = 0; 103 ret = mipi_dsi_dcs_nop(dsi); 310 /* aka DSI 8X clock */ 549 * If DSI link operating at or below an 800 MHz, 718 /* program DSI operation mode * 1035 struct mipi_dsi_device *dsi; local [all...] |
| intel_vdsc.c | 485 * - ICL eDP/DSI transcoder 952 struct mipi_dsi_device *dsi; local 959 dsi = intel_dsi->dsi_hosts[port]->device; 961 mipi_dsi_picture_parameter_set(dsi, &pps); 962 mipi_dsi_compression_mode(dsi, true);
|
| vlv_dsi.c | 194 struct mipi_dsi_device *dsi) 200 struct mipi_dsi_device *dsi) 290 /* DSI uses short packets for sync events, so clear mode flags for DSI */ 303 /* Dual link goes to DSI transcoder A. */ 615 DRM_ERROR("DSI LP not going Low\n"); 745 * DSI port enable has to be done before pipe and plane enable, so we do it in 783 /* Power up DSI regulator */ 847 * DSI port disable has to be done after pipe and plane disable, so we do it in 924 /* Power down DSI regulator to save power * [all...] |
| intel_panel.c | 1874 /* Get the right PWM chip for DSI backlight according to VBT */ 1875 if (dev_priv->vbt.dsi.config->pwm_blc == PPS_BLC_PMIC) {
|
| /src/sys/arch/powerpc/powerpc/ |
| trap.c | 149 printf("trap: kernel %s DSI trap @ %#lx by %#lx" 213 printf("trap: kernel %s DSI trap @ %#lx by %#lx (DSISR %#x, err" 260 printf("trap: pid %d.%d (%s): user %s DSI trap @ %#lx " 777 const struct dsi_info* dsi = get_dsi_info(tf->tf_dsisr); local 779 if ( !dsi ) 782 switch (dsi->indicator) { 832 if (dsi->flags & DSI_OP_INDEXED) { 836 if (dsi->flags & DSI_OP_UPDATE) { 878 if (dsi->flags & DSI_OP_INDEXED) { 882 if (dsi->flags & DSI_OP_UPDATE) 1182 static const struct dsi_info dsi[] = local [all...] |
| db_trace.c | 234 (*pr)("DSI %s trap @ %#x by ", 241 trapstr = "DSI"; 242 dsi: 275 goto dsi;
|
| fix_unaligned.c | 106 UA_EVCNT_ATTACH(dsi); variable 358 UA_EVCNT_INCR(dsi);
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-a33.dtsi | 257 dsi: dsi@1ca0000 { 258 compatible = "allwinner,sun6i-a31-mipi-dsi";
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_drv.h | 716 /* MIPI DSI */ 729 } dsi; member in struct:intel_vbt_data
|