Home
last modified time | relevance | path

Searched full:edp (Results 1 – 25 of 193) sorted by relevance

12345678

/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.c48 struct bdb_edp *edp; in parse_edp() local
53 edp = find_section(bdb, BDB_EDP); in parse_edp()
55 dev_priv->edp.bpp = 18; in parse_edp()
56 if (!edp) { in parse_edp()
57 if (dev_priv->edp.support) { in parse_edp()
58 DRM_DEBUG_KMS("No eDP BDB found but eDP panel supported, assume %dbpp panel color depth.\n", in parse_edp()
59 dev_priv->edp.bpp); in parse_edp()
65 switch ((edp->color_depth >> (panel_type * 2)) & 3) { in parse_edp()
67 dev_priv->edp.bpp = 18; in parse_edp()
70 dev_priv->edp.bpp = 24; in parse_edp()
[all …]
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-edp-legacy.yaml4 $id: http://devicetree.org/schemas/display/panel/panel-edp-legacy.yaml#
7 title: Legacy eDP panels from before the "edp-panel" compatible
13 This binding file is a collection of eDP panels from before the generic
14 "edp-panel" compatible was introduced. It is kept around to support old
16 the generic "edp-panel" is if it needed to be used on an eDP controller
17 that doesn't support the generic "edp-panel" compatible, but it should be
18 a strong preference to add the generic "edp-panel" compatible instead.
31 # AUO B116XAK01 eDP TFT LCD panel
51 # InnoLux 13.3" FHD (1920x1080) eDP TFT LCD panel
53 # Innolux P120ZDG-BF1 12.02 inch eDP 2K display panel
[all …]
H A Dpanel-edp.yaml4 $id: http://devicetree.org/schemas/display/panel/panel-edp.yaml#
7 title: Probeable (via DP AUX / EDID) eDP Panels with simple poweron sequences
13 This binding file can be used to indicate that an eDP panel is connected
26 One piece of information about eDP panels that is typically _not_
29 list eDP panels. We solve that here with two tricks. The "worst case"
35 eDP panels in general can have somewhat arbitrary power sequencing
46 the eDP Standard.
53 eDP -----------+ Black video | Src vid | Blk vid +
89 const: edp-panel
109 hooked up directly to the eDP controller.
[all …]
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dtoshiba,tc358767.yaml7 title: Toshiba TC358767/TC358867/TC9595 DSI/DPI/eDP bridge
14 converts DSI/DPI to eDP/DP .
98 eDP/DP output port. The remote endpoint phandle should be a
99 reference to a valid eDP panel input endpoint node. This port is
140 /* DPI input and eDP output */
146 edp-bridge@68 {
183 edp-bridge@68 {
H A Dps8640.yaml7 title: MIPI DSI to eDP Video Format Converter
13 The PS8640 is a low power MIPI-to-eDP video format converter supporting
17 device outputs eDP v1.4, one or two lanes, at a link rate of up to
57 Video port for eDP output (panel or connector).
80 ps8640: edp-bridge@18 {
H A Danx6345.yaml7 title: Analogix ANX6345 eDP Transmitter
13 The ANX6345 is an ultra-low power Full-HD eDP transmitter designed for
46 Video port for eDP output (panel or connector).
H A Dnxp,ptn3460.yaml7 title: NXP PTN3460 eDP to LVDS bridge
54 Video port for eDP input
H A Dti,sn65dsi86.yaml7 title: SN65DSI86 DSI to eDP bridge chip
13 The Texas Instruments SN65DSI86 bridge takes MIPI DSI in and outputs eDP.
89 Video port for eDP output (panel or connector).
/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,dp.yaml14 MediaTek DP and eDP are different hardwares and there are some features
15 which are not supported for eDP. For example, audio is not supported for
16 eDP. Therefore, we need to use two different compatibles to describe them.
25 - mediatek,mt8188-edp-tx
27 - mediatek,mt8195-edp-tx
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-parade-ps8640.dtsi3 * Google Trogdor dts fragment for the boards with Parade ps8640 edp bridge
41 * extra power cycle of the touchscreen and eDP panel at bootup.
106 edp_brij_ps8640_rst: edp-brij-ps8640-rst-state {
113 en_pp3300_edp_brij_ps8640: en-pp3300-edp-brij-ps8640-state {
H A Dx1e78100-lenovo-thinkpad-t14s.dts23 vreg_edp_bl: regulator-edp-bl {
45 edp_bl_reg_en: edp-bl-reg-en-state {
52 edp_bl_pwm: edp-bl-pwm-state {
H A Dsc7180-trogdor-ti-sn65dsi86.dtsi3 * Google Trogdor dts fragment for the boards with TI sn65dsi86 edp bridge
22 * extra power cycle of the touchscreen and eDP panel at bootup.
99 edp_brij_irq: edp-brij-irq-state {
H A Dsc7280-qcard.dtsi5 * Qcard PCB has the processor, RAM, eMMC (if stuffed), and eDP connector (if
349 /* NOTE: Not all Qcards have eDP connector stuffed */
353 compatible = "edp-panel";
485 /* No external pull for eDP HPD, so set the internal one. */
494 * via the eDP connector (it doesn't hit the baseboard). The external pulls
570 pmic_edp_bl_en: pmic-edp-bl-en-state {
580 pmic_edp_bl_pwm: pmic-edp-bl-pwm-state {
H A Dsc8280xp-crd.dts132 vreg_edp_3p3: regulator-edp-3p3 {
148 vreg_edp_bl: regulator-edp-bl {
530 compatible = "qcom,sc8280xp-edp";
539 compatible = "edp-panel";
563 compatible = "qcom,sc8280xp-edp-phy";
898 edp_bl_en: edp-bl-en-state {
903 edp_bl_reg_en: edp-bl-reg-en-state {
930 edp_bl_pwm: edp-bl-pwm-state {
953 edp_reg_en: edp-reg-en-state {
/linux/Documentation/devicetree/bindings/display/msm/
H A Dqcom,sc7280-mdss.yaml75 "^edp@[0-9a-f]+$":
81 const: qcom,sc7280-edp
91 - qcom,sc7280-edp-phy
276 edp@aea0000 {
277 compatible = "qcom,sc7280-edp";
352 compatible = "qcom,sc7280-edp-phy";
/linux/Documentation/gpu/
H A Dtegra.rst103 longer do and instead provide standard interfaces such as DSI and eDP/DP.
111 the more standard DSI and eDP interfaces.
117 by the versatile SOR output, which supports eDP, DP and HDMI. The SOR is able
128 eDP/DP
131 eDP was first introduced in Tegra124 where it was used to drive the display
/linux/arch/x86/boot/
H A Dedd.c131 struct edd_info ei, *edp; in query_edd() local
147 edp = boot_params.eddbuf; in query_edd()
167 memcpy(edp, &ei, sizeof(ei)); in query_edd()
168 edp++; in query_edd()
/linux/Documentation/devicetree/bindings/display/
H A Dallwinner,sun4i-a10-tcon.yaml94 - description: TCON eDP Reset Line
98 - description: TCON eDP Reset Line
111 - const: edp
115 - const: edp
327 - const: edp
345 - const: edp
534 reset-names = "lcd", "edp", "lvds";
/linux/drivers/gpu/drm/bridge/analogix/
H A DKconfig11 ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
14 application processor to eDP or DisplayPort.
/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra124-sor.yaml14 The Serial Output Resource (SOR) can be used to drive HDMI, LVDS, eDP
88 description: phandle of a display panel, required for eDP
98 # optional when driving an eDP output
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c127 * intel_dp_is_edp - is the given port attached to an eDP panel (either CPU or PCH)
130 * If a CPU or PCH DP output is attached to an eDP panel, this function
186 * Some broken eDP sinks illegally declare support for in max_dprx_rate()
224 /* Needed, e.g., for Apple MBP 2017, 15 inch eDP Retina panel */ in intel_dp_set_dpcd_sink_rates()
492 /* eDP MSO is not compatible with joiner */ in intel_dp_has_joiner()
547 int edp_max_rate = connector->panel.vbt.edp.max_link_rate; in vbt_max_link_rate()
1403 connector->panel.vbt.edp.dsc_disable) in intel_dp_has_dsc()
1607 /* eDP 1.4 rate select method. */ in intel_dp_compute_rate()
1723 connector->panel.vbt.edp.bpp && in intel_dp_max_bpp()
1724 connector->panel.vbt.edp.bpp < bpp) { in intel_dp_max_bpp()
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,sc7280-dispcc.yaml30 - description: Link clock from EDP PHY
31 - description: VCO DIV clock from EDP PHY
H A Dqcom,dispcc-sm8x50.yaml39 - description: Link clock from eDP PHY
40 - description: VCO DIV clock from eDP PHY
/linux/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.yaml34 - description: EDP interrupt
39 - const: edp
249 interrupt-names = "thermal", "edp";
315 interrupt-names = "thermal", "edp";
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8186-corsola-krabby.dtsi23 edp-bridge@8 {
56 compatible = "edp-panel";

12345678