Home
last modified time | relevance | path

Searched +full:display +full:- +full:colorspace (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/display/
H A Dxylon,logicvc-display.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/display/xylon,logicvc-display.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Xylon LogiCVC display controller
11 - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
14 The Xylon LogiCVC is a display controller that supports multiple layers.
16 with Xilinx Zynq-7000 SoCs and Xilinx FPGAs.
20 synthesis time. As a result, many of the device-tree bindings are meant to
24 Layers are declared in the "layers" sub-node and have dedicated configuration.
[all …]
H A Damlogic,meson-vpu.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/display/amlogic,meson-vpu.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Amlogic Meson Display Controller
11 - Neil Armstrong <neil.armstrong@linaro.org>
14 The Amlogic Meson Display controller is composed of several components
17 DMC|---------------VPU (Video Processing Unit)----------------|------HHI------|
19 D |-------| |----| | | | | HDMI PLL |
20 D | vd2 | VIU | | Video Post | | Video Encoders |<---|-----VCLK |
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/display/bridge/
H A Dadi,adv7511.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/adi,adv7511.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
21 - adi,adv7511
22 - adi,adv7511w
23 - adi,adv7513
37 reg-names:
40 needing a non-default address.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml1 # 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#
11 implements the display and audio pipelines based on the DisplayPort v1.2
14 +------------------------------------------------------------+
15 +--------+ | +----------------+ +-----------+ |
16 | DPDMA | --->| | --> | Video | Video +-------------+ |
17 | 4x vid | | | | | Rendering | -+--> | | | +------+
18 | 2x aud | | | Audio/Video | --> | Pipeline | | | DisplayPort |---> | PHY0 |
[all …]
/freebsd-src/sys/contrib/xen/io/
H A Dcameraif.h24 * Copyright (C) 2018-2019 EPAM Systems Inc.
47 * Front->back notifications: when enqueuing a new request, sending a
49 * hold-off mechanism provided by the ring macros). Backends must set
52 * Back->front notifications: when enqueuing a new response, sending a
54 * hold-off mechanism provided by the ring macros). Frontends must set
57 * The two halves of a para-virtual camera driver utilize nodes within
73 *--------------------------------- Backend -----------------------------------
75 * /local/domain/0/backend/vcamera/1/0/frontend-id = "1"
80 *--------------------------------- Frontend ----------------------------------
82 * /local/domain/1/device/vcamera/0/backend-id = "0"
[all …]
/freebsd-src/stand/common/
H A Dgfx_fb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
37 * ALL pixel data is assumed to be 32-bit BGRA (byte order Blue, Green, Red,
43 * 32-bit to/from 32-bit is trivial case.
44 * 32-bit to/from 24-bi
[all...]
/freebsd-src/contrib/file/magic/Magdir/
H A Dimages2 #----------
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1 //== RetainSummaryManager.cpp - Summaries for reference counting --*- C++ -*--//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
45 return AA->getAnnotation() == "rc_ownership_returns_retained"; in classof()
53 return AA->getAnnotation() == "rc_ownership_returns_not_retained"; in classof()
61 return AA->getAnnotation() == "rc_ownership_consumed"; in classof()
104 if (D->hasAttr<T>()) in hasAnyEnabledAttrOf()
119 // Unique "simple" summaries -- those without ArgEffects. in getPersistentSummary()
133 return &N->getValue(); in getPersistentSummary()
[all …]