Searched +full:zynqmp +full:- +full:dpsub +full:- +full:1 (Results 1 – 4 of 4) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 * ZynqMP DisplayPort Subsystem Driver5 * Copyright (C) 2017 - 2020 Xilinx, Inc.8 * - Hyun Woo Kwon <hyun.kwon@xilinx.com>9 * - Laurent Pinchart <laurent.pinchart@ideasonboard.com>13 #include <linux/dma-mapping.h>35 /* -----------------------------------------------------------------------------43 struct zynqmp_dpsub *dpsub = to_zynqmp_dpsub(drm); in zynqmp_dpsub_dumb_create() local44 unsigned int pitch = DIV_ROUND_UP(args->width * args->bpp, 8); in zynqmp_dpsub_dumb_create()47 args->pitch = ALIGN(pitch, dpsub->dma_align); in zynqmp_dpsub_dumb_create()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * ZynqMP Display Controller Driver5 * Copyright (C) 2017 - 2020 Xilinx, Inc.8 * - Hyun Woo Kwon <hyun.kwon@xilinx.com>9 * - Laurent Pinchart <laurent.pinchart@ideasonboard.com>27 #include <linux/dma-mapping.h>43 * --------45 * The display controller part of ZynqMP DP subsystem, made of the Audio/Video48 * +------------------------------------------------------------+49 * +--------+ | +----------------+ +-----------+ |[all …]
1 // SPDX-License-Identifier: GPL-2.03 * ZynqMP DisplayPort Driver5 * Copyright (C) 2017 - 2020 Xilinx, Inc.8 * - Hyun Woo Kwon <hyun.kwon@xilinx.com>9 * - Laurent Pinchart <laurent.pinchart@ideasonboard.com>58 #define ZYNQMP_DP_SOFTWARE_RESET_STREAM2 BIT(1)92 #define ZYNQMP_DP_CORE_ID_DIRECTION GENMASK(1)105 #define ZYNQMP_DP_INTERRUPT_SIGNAL_STATE_REQUEST BIT(1)112 #define ZYNQMP_DP_AUX_REPLY_CODE_AUX_DEFER BIT(1)124 #define ZYNQMP_DP_INT_HPD_EVENT BIT(1)[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/xlnx/xlnx,zynqmp-dpsub.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Xilinx ZynqMP DisplayPort Subsystem10 The DisplayPort subsystem of Xilinx ZynqMP (Zynq UltraScale+ MPSoC)14 +------------------------------------------------------------+15 +--------+ | +----------------+ +-----------+ |16 | DPDMA | --->| | --> | Video | Video +-------------+ |17 | 4x vid | | | | | Rendering | -+--> | | | +------+[all …]