Searched +full:j721e +full:- +full:dss (Results 1 – 9 of 9) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/display/ti/ti,j721e-dss.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Texas Instruments J721E Display Subsystem11 - Jyri Sarha <jsarha@ti.com>12 - Tomi Valkeinen <tomi.valkeinen@ti.com>15 The J721E TI Keystone Display SubSystem with four output ports and22 const: ti,j721e-dss26 - description: common_m DSS Master common[all …]
1 # SPDX-License-Identifier: GPL-2.0-only35 - daVinci devices36 - Sitara line of SoCs (AM335x, AM438x, etc)37 - DRA7x devices38 - Keystone devices39 - K3 devices (am654, j721e)82 tristate "SoC Audio support for Nokia RX-51"88 Say Y or M if you want to add support for SoC audio on Nokia RX-51109 - Beagleboard or Devkit8000110 - Gumstix Overo or CompuLab CM-T35/CM-T3730[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/51 * to a valid dss common register map for the platform, before the163 #define DISPC_VID_DMA_BUFSIZE 0x2bc /* J721E */168 #define DISPC_OVR_VIRTVP 0x4 /* J721E */176 #define DISPC_OVR_ATTRIBUTES2(n) (0x34 + (n) * 4) /* J721E */225 #define DISPC_VP_DSS_MERGE_SPLIT 0x16c /* J721E */226 #define DISPC_VP_DSS_DMA_THREADSIZE 0x170 /* J721E */227 #define DISPC_VP_DSS_DMA_THREADSIZE_STATUS 0x174 /* J721E */
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/34 dev_dbg(tidss->dev, "%s\n", __func__); in tidss_runtime_get()36 r = pm_runtime_get_sync(tidss->dev); in tidss_runtime_get()45 dev_dbg(tidss->dev, "%s\n", __func__); in tidss_runtime_put()47 r = pm_runtime_put_sync(tidss->dev); in tidss_runtime_put()57 return dispc_runtime_suspend(tidss->dispc); in tidss_pm_runtime_suspend()67 r = dispc_runtime_resume(tidss->dispc); in tidss_pm_runtime_resume()80 return drm_mode_config_helper_suspend(&tidss->ddev); in tidss_suspend()89 return drm_mode_config_helper_resume(&tidss->ddev); in tidss_resume()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/9 #include <linux/dma-mapping.h>78 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.81 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.154 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.157 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.243 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.246 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.312 iowrite32(val, dispc->base_common + reg); in dispc_write()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for J721E SoC Family Main Domain peripherals5 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy.h>8 #include <dt-bindings/mux/mux.h>9 #include <dt-bindings/mux/ti-serdes.h>12 cmn_refclk: clock-cmnrefclk {13 #clock-cells = <0>;14 compatible = "fixed-clock";15 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/6 /dts-v1/;8 #include "k3-j721e-som-p0.dtsi"9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/net/ti-dp83867.h>15 stdout-path = "serial2:115200n8";19 gpio_keys: gpio-keys {20 compatible = "gpio-keys";[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]