Searched +full:h7 +full:- +full:display +full:- +full:pipe (Results 1 – 7 of 7) sorted by relevance
/linux-6.15/Documentation/devicetree/bindings/display/ |
D | apple,h7-display-pipe.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/apple,h7-display-pipe.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple pre-DCP display controller 10 - Sasha Finkelstein <fnkl.kernel@gmail.com> 13 A secondary display controller used to drive the "touchbar" on 19 - enum: 20 - apple,t8112-display-pipe 21 - apple,t8103-display-pipe [all …]
|
D | apple,h7-display-pipe-mipi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/apple,h7-display-pipe-mipi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Apple pre-DCP display controller MIPI interface 10 - Sasha Finkelstein <fnkl.kernel@gmail.com> 13 The MIPI controller part of the pre-DCP Apple display controller 16 - $ref: dsi-controller.yaml# 21 - enum: 22 - apple,t8112-display-pipe-mipi [all …]
|
/linux-6.15/drivers/gpu/drm/adp/ |
D | adp-mipi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 38 ret = readl_poll_timeout(adp->mipi + DSI_CMD_PKT_STATUS, in adp_dsi_gen_pkt_hdr_write() 42 dev_err(adp->dsi.dev, "failed to get available command FIFO\n"); in adp_dsi_gen_pkt_hdr_write() 46 writel(hdr_val, adp->mipi + DSI_GEN_HDR); in adp_dsi_gen_pkt_hdr_write() 49 ret = readl_poll_timeout(adp->mipi + DSI_CMD_PKT_STATUS, in adp_dsi_gen_pkt_hdr_write() 53 dev_err(adp->dsi.dev, "failed to write command FIFO\n"); in adp_dsi_gen_pkt_hdr_write() 63 const u8 *tx_buf = packet->payload; in adp_dsi_write() 64 int len = packet->payload_length, pld_data_bytes = sizeof(u32), ret; in adp_dsi_write() 72 writel(le32_to_cpu(word), adp->mipi + DSI_GEN_PLD_DATA); in adp_dsi_write() 76 writel(le32_to_cpu(word), adp->mipi + DSI_GEN_PLD_DATA); in adp_dsi_write() [all …]
|
D | adp_drv.c | 1 // SPDX-License-Identifier: GPL-2.0-only 65 * The modesetting driver does not check the non-desktop connector in adp_open() 71 if (current->comm[0] == 'X') in adp_open() 72 return -EBUSY; in adp_open() 95 args->height = ALIGN(args->height, 64); in adp_drm_gem_dumb_create() 96 args->size = args->pitch * args->height; in adp_drm_gem_dumb_create() 106 .desc = "Apple Display Pipe DRM Driver", 138 if (!new_plane_state->crtc) in adp_plane_atomic_check() 141 crtc_state = drm_atomic_get_crtc_state(state, new_plane_state->crtc); in adp_plane_atomic_check() 165 fb = new_state->fb; in adp_plane_atomic_update() [all …]
|
/linux-6.15/arch/arm64/boot/dts/apple/ |
D | t8112.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/pinctrl/apple.h> 14 #include <dt-bindings/spmi/spmi.h> 17 compatible = "apple,t8112", "apple,arm-platform"; 19 #address-cells = <2>; 20 #size-cells = <2>; 23 #address-cells = <2>; [all …]
|
D | t8103.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/apple-aic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/pinctrl/apple.h> 16 compatible = "apple,t8103", "apple,arm-platform"; 18 #address-cells = <2>; 19 #size-cells = <2>; 22 #address-cells = <2>; 23 #size-cells = <0>; [all …]
|
/linux-6.15/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|