Home
last modified time | relevance | path

Searched +full:hdcp +full:- +full:bus (Results 1 – 25 of 80) sorted by relevance

1234

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dallwinner,sun8i-a83t-dw-hdmi.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun8i-a83t-dw-hdmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
16 the following device-specific properties.
19 - Chen-Yu Tsai <wens@csie.org>
20 - Maxime Ripard <mripard@kernel.org>
23 "#phy-cells":
28 - const: allwinner,sun8i-a83t-dw-hdmi
29 - const: allwinner,sun50i-h6-dw-hdmi
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/
Dallwinner,sun8i-a83t-dw-hdmi.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun8i-a83t-dw-hdmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 in bridge/synopsys,dw-hdmi.yaml with the following device-specific
19 - Chen-Yu Tsai <wens@csie.org>
20 - Maxime Ripard <mripard@kernel.org>
23 "#phy-cells":
28 - const: allwinner,sun8i-a83t-dw-hdmi
29 - const: allwinner,sun50i-h6-dw-hdmi
[all …]
/kernel/linux/linux-5.10/include/drm/
Di915_mei_hdcp_interface.h1 /* SPDX-License-Identifier: (GPL-2.0+) */
3 * Copyright © 2017-2019 Intel Corporation
17 * enum hdcp_port_type - HDCP port implementation type defined by ME FW
18 * @HDCP_PORT_TYPE_INVALID: Invalid hdcp port type
19 * @HDCP_PORT_TYPE_INTEGRATED: In-Host HDCP2.x port
33 * enum hdcp_wired_protocol - HDCP adaptation used on the port
34 * @HDCP_PROTOCOL_INVALID: Invalid HDCP adaptation protocol
35 * @HDCP_PROTOCOL_HDMI: HDMI adaptation of HDCP used on the port
36 * @HDCP_PROTOCOL_DP: DP adaptation of HDCP used on the port
57 * enum mei_fw_tc - ME Firmware defined index for transcoders
[all …]
/kernel/linux/linux-6.6/include/drm/
Di915_hdcp_interface.h1 /* SPDX-License-Identifier: (GPL-2.0+) */
3 * Copyright © 2017-2019 Intel Corporation
17 * enum hdcp_port_type - HDCP port implementation type defined by ME/GSC FW
18 * @HDCP_PORT_TYPE_INVALID: Invalid hdcp port type
19 * @HDCP_PORT_TYPE_INTEGRATED: In-Host HDCP2.x port
33 * enum hdcp_wired_protocol - HDCP adaptation used on the port
34 * @HDCP_PROTOCOL_INVALID: Invalid HDCP adaptation protocol
35 * @HDCP_PROTOCOL_HDMI: HDMI adaptation of HDCP used on the port
36 * @HDCP_PROTOCOL_DP: DP adaptation of HDCP used on the port
57 * enum hdcp_tc - ME/GSC Firmware defined index for transcoders
[all …]
/kernel/linux/linux-6.6/drivers/misc/mei/hdcp/
Dmei_hdcp.c1 // SPDX-License-Identifier: GPL-2.0
5 * mei_hdcp.c: HDCP client driver for mei bus
14 * The mei_hdcp driver acts as a translation layer between HDCP 2.2
31 * mei_hdcp_initiate_session() - Initiate a Wired HDCP2.2 Tx Session in ME FW
33 * @data: Intel HW specific hdcp data
49 return -EINVAL; in mei_hdcp_initiate_session()
59 session_init_in.port.integrated_port_type = data->port_type; in mei_hdcp_initiate_session()
60 session_init_in.port.physical_port = (u8)data->hdcp_ddi; in mei_hdcp_initiate_session()
61 session_init_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in mei_hdcp_initiate_session()
62 session_init_in.protocol = data->protocol; in mei_hdcp_initiate_session()
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
5 # Makefile - HDCP client driver for Intel MEI Bus Driver.
7 obj-$(CONFIG_INTEL_MEI_HDCP) += mei_hdcp.o
/kernel/linux/linux-5.10/drivers/misc/mei/hdcp/
Dmei_hdcp.c1 // SPDX-License-Identifier: GPL-2.0
5 * mei_hdcp.c: HDCP client driver for mei bus
14 * The mei_hdcp driver acts as a translation layer between HDCP 2.2
31 * mei_hdcp_initiate_session() - Initiate a Wired HDCP2.2 Tx Session in ME FW
33 * @data: Intel HW specific hdcp data
49 return -EINVAL; in mei_hdcp_initiate_session()
59 session_init_in.port.integrated_port_type = data->port_type; in mei_hdcp_initiate_session()
60 session_init_in.port.physical_port = (u8)data->fw_ddi; in mei_hdcp_initiate_session()
61 session_init_in.port.attached_transcoder = (u8)data->fw_tc; in mei_hdcp_initiate_session()
62 session_init_in.protocol = data->protocol; in mei_hdcp_initiate_session()
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
5 # Makefile - HDCP client driver for Intel MEI Bus Driver.
7 obj-$(CONFIG_INTEL_MEI_HDCP) += mei_hdcp.o
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/firmware/
Dqcom,scm.txt5 can include CPU power up/down, HDCP requests, loading of firmware, and other
9 - compatible: must contain one of the following:
10 * "qcom,scm-apq8064"
11 * "qcom,scm-apq8084"
12 * "qcom,scm-ipq4019"
13 * "qcom,scm-ipq806x"
14 * "qcom,scm-ipq8074"
15 * "qcom,scm-msm8660"
16 * "qcom,scm-msm8916"
17 * "qcom,scm-msm8960"
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/
Danx7625.c1 // SPDX-License-Identifier: GPL-2.0-only
35 #include <media/v4l2-fwnode.h>
36 #include <sound/hdmi-codec.h>
50 struct device *dev = &client->dev; in i2c_access_workaround()
53 if (client == ctx->last_client) in i2c_access_workaround()
56 ctx->last_client = client; in i2c_access_workaround()
58 if (client == ctx->i2c.tcpc_client) in i2c_access_workaround()
60 else if (client == ctx->i2c.tx_p0_client) in i2c_access_workaround()
62 else if (client == ctx->i2c.tx_p1_client) in i2c_access_workaround()
64 else if (client == ctx->i2c.rx_p0_client) in i2c_access_workaround()
[all …]
/kernel/linux/linux-5.10/drivers/misc/mei/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2010-2019, Intel Corporation. All rights reserved.
4 # Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
6 obj-$(CONFIG_INTEL_MEI) += mei.o
7 mei-objs := init.o
8 mei-objs += hbm.o
9 mei-objs += interrupt.o
10 mei-objs += client.o
11 mei-objs += main.o
12 mei-objs += dma-ring.o
[all …]
/kernel/linux/linux-6.6/drivers/misc/mei/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (c) 2010-2019, Intel Corporation. All rights reserved.
4 # Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
6 obj-$(CONFIG_INTEL_MEI) += mei.o
7 mei-objs := init.o
8 mei-objs += hbm.o
9 mei-objs += interrupt.o
10 mei-objs += client.o
11 mei-objs += main.o
12 mei-objs += dma-ring.o
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_connector.c44 * Hence they are reference-counted using drm_connector_get() and
60 * For connectors which are not fixed (like built-in panels) the driver needs to
69 * Note drm_connector_[un]register() first take connector->lock and then
87 { DRM_MODE_CONNECTOR_DVII, "DVI-I" },
88 { DRM_MODE_CONNECTOR_DVID, "DVI-D" },
89 { DRM_MODE_CONNECTOR_DVIA, "DVI-A" },
96 { DRM_MODE_CONNECTOR_HDMIA, "HDMI-A" },
97 { DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
124 * drm_get_connector_type_name - return a string for connector type
139 * drm_connector_get_cmdline_mode - reads the user's cmdline mode
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/
Ddrm_connector.c51 * Hence they are reference-counted using drm_connector_get() and
67 * For connectors which are not fixed (like built-in panels) the driver needs to
76 * Note drm_connector_[un]register() first take connector->lock and then
94 { DRM_MODE_CONNECTOR_DVII, "DVI-I" },
95 { DRM_MODE_CONNECTOR_DVID, "DVI-D" },
96 { DRM_MODE_CONNECTOR_DVIA, "DVI-A" },
103 { DRM_MODE_CONNECTOR_HDMIA, "HDMI-A" },
104 { DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
132 * drm_get_connector_type_name - return a string for connector type
147 * drm_connector_get_cmdline_mode - reads the user's cmdline mode
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/imx/
Dfsl,imx8mp-hdmi-blk-ctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx8mp-hdmi-blk-ctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP i.MX8MP HDMI blk-ctrl
10 - Lucas Stach <l.stach@pengutronix.de>
13 The i.MX8MP HDMMI blk-ctrl is a top-level peripheral providing access to
20 - const: fsl,imx8mp-hdmi-blk-ctrl
21 - const: syscon
26 '#power-domain-cells':
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/
Dite,it66121.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Phong LE <ple@baylibre.com>
11 - Neil Armstrong <neil.armstrong@linaro.org>
14 The IT66121 is a high-performance and low-power single channel HDMI
15 transmitter, fully compliant with HDMI 1.3a, HDCP 1.2 and backward compatible
21 - ite,it66121
22 - ite,it6610
27 reset-gpios:
[all …]
Dadi,adv7533.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15 conversion, S/PDIF, CEC and HDCP. The transmitter input is MIPI DSI.
20 - adi,adv7533
21 - adi,adv7535
30 device on the I2C bus. The main address is mandatory, others are
35 reg-names:
38 needing a non-default address.
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/mei/
Dmei-client-bus.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Intel(R) Management Engine (ME) Client bus API
17 bus abstraction on top of the MEI driver. This allows implementing Linux kernel drivers
19 Existing device drivers can even potentially be re-used by adding an MEI CL bus layer to
23 MEI CL bus API
26 A driver implementation for an MEI Client is very similar to any other existing bus
27 based device drivers. The driver registers itself as an MEI CL bus driver through
30 .. code-block:: C
47 .. code-block:: C
56 To actually register a driver on the ME Client bus one must call the :c:func:`mei_cl_add_driver`
[all …]
/kernel/linux/linux-6.6/Documentation/driver-api/mei/
Dmei-client-bus.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Intel(R) Management Engine (ME) Client bus API
17 bus abstraction on top of the MEI driver. This allows implementing Linux kernel drivers
19 Existing device drivers can even potentially be re-used by adding an MEI CL bus layer to
23 MEI CL bus API
26 A driver implementation for an MEI Client is very similar to any other existing bus
27 based device drivers. The driver registers itself as an MEI CL bus driver through
30 .. code-block:: C
47 .. code-block:: C
56 To actually register a driver on the ME Client bus one must call the :c:func:`mei_cl_add_driver`
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dintel_display_core.h1 /* SPDX-License-Identifier: MIT */
60 * fills out the pipe-config with the hw state.
179 * if we get a HPD irq from DP and a HPD irq from non-DP
180 * the non-DP HPD could block the workqueue on a mode config
183 * blocked behind the non-DP one.
261 * protects * intel_crtc->wm.active and
262 * crtc_state->wm.need_postvbl_update.
272 /* Top level crtc-ish functions */
402 struct intel_gmbus *bus[GMBUS_NUM_PINS]; member
412 * HDCP message struct for allocation of memory which can be
[all …]
Dintel_display_types.h3 * Copyright (c) 2007-2008 Intel Corporation
47 #include <media/cec-notifier.h>
69 /* these are outputs from the chip - integrated only
87 HDMI_AUDIO_OFF_DVI = -2, /* no aux data for HDMI-DVI converter */
103 * create the DMA scatter-gather list for each FB color plane. This sg
115 * in the rotated and remapped GTT view all no-CCS formats (up to 2
206 * state. This must be called _after_ display->get_pipe_config has
207 * pre-filled the pipe config. Note that intel_encoder->base.crtc must
421 * This structure serves as a translation layer between the generic HDCP code
422 * and the bus-specific code. What that means is that HDCP over HDMI differs
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_display_types.h3 * Copyright (c) 2007-2008 Intel Corporation
44 #include <media/cec-notifier.h>
56 /* these are outputs from the chip - integrated only
74 HDMI_AUDIO_OFF_DVI = -2, /* no aux data for HDMI-DVI converter */
96 /* for each plane in the rotated GTT view for no-CCS formats */
185 * state. This must be called _after_ display->get_pipe_config has
186 * pre-filled the pipe config. Note that intel_encoder->base.crtc must
256 * This structure serves as a translation layer between the generic HDCP code
257 * and the bus-specific code. What that means is that HDCP over HDMI differs
258 * from HDCP over DP, so to account for these differences, we need to
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/firmware/
Dqcom,scm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 These can include CPU power up/down, HDCP requests, loading of firmware,
16 - Bjorn Andersson <bjorn.andersson@linaro.org>
17 - Robert Marko <robimarko@gmail.com>
18 - Guru Das Srinagesh <quic_gurus@quicinc.com>
23 - enum:
24 - qcom,scm-apq8064
25 - qcom,scm-apq8084
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dadi,adv7511.txt2 ------------------------------------------------
6 conversion, S/PDIF, CEC and HDCP. ADV7533/5 supports the DSI interface for input
11 - compatible: Should be one of:
18 - reg: I2C slave addresses
21 I2C address and acts as a standard slave device on the I2C bus. The main
28 arrangement of components on the data bus. The combination of the following
32 - adi,input-depth: Number of bits per color component at the input (8, 10 or
34 - adi,input-colorspace: The input color space, one of "rgb", "yuv422" or
36 - adi,input-clock: The input clock type, one of "1x" (one clock cycle per
43 - adi,input-style: The input components arrangement variant (1, 2 or 3), as
[all …]
/kernel/linux/linux-6.6/drivers/pmdomain/imx/
Dimx8mp-blk-ctrl.c1 // SPDX-License-Identifier: GPL-2.0+
9 #include <linux/clk-provider.h>
19 #include <dt-bindings/power/imx8mp-power.h>
104 regmap_update_bits(clk->regmap, GPR_REG2, in clk_hsio_pll_prepare()
110 /* de-assert PLL reset */ in clk_hsio_pll_prepare()
111 regmap_update_bits(clk->regmap, GPR_REG3, PLL_RST, PLL_RST); in clk_hsio_pll_prepare()
114 regmap_update_bits(clk->regmap, GPR_REG3, PLL_CKE, PLL_CKE); in clk_hsio_pll_prepare()
116 return regmap_read_poll_timeout(clk->regmap, GPR_REG1, val, in clk_hsio_pll_prepare()
124 regmap_update_bits(clk->regmap, GPR_REG3, PLL_RST | PLL_CKE, 0); in clk_hsio_pll_unprepare()
131 return regmap_test_bits(clk->regmap, GPR_REG1, PLL_LOCK); in clk_hsio_pll_is_prepared()
[all …]

1234