Home
last modified time | relevance | path

Searched +full:display +full:- +full:related (Results 1 – 25 of 220) sorted by relevance

123456789

/linux/tools/perf/Documentation/
H A Dperf-c2c.txt1 perf-c2c(1)
5 ----
6 perf-c2c - Shared Data C2C/HITM Analyzer.
9 --------
12 'perf c2c record' [<options>] \-- [<record command options>] <command>
16 -----------
27 required. See linkperf:perf-arm-spe[1] for a setup guide. Due to the
32 - memory address of the access
33 - type of the access (load and store details)
34 - latency (in cycles) of the load access
[all …]
H A Dperf-script.txt1 perf-script(1)
5 ----
6 perf-script - Read perf.data (created by perf record) and display trace output
9 --
[all...]
H A Dperf-timechart.txt1 perf-timechart(1)
5 ----
6 perf-timechart - Tool to visualize total system behavior during a workload
9 --------
14 -----------
20 but it's possible to record IO (disk, network) activity using -I argument.
34 -----------------
35 -o::
36 --output=::
38 -i::
[all …]
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h1 /* SPDX-License-Identifier: GPL-2.0+ */
26 /* Currently, all Loongson display controllers have two display pipes. */
31 * Loongson 3 series processors, they are equipped with on-board video RAM
37 * display pipe 0 = crtc0 + dvo0 + encoder0 + connector0 + cursor0 + primary0
38 * display pipe 1 = crtc1 + dvo1 + encoder1 + connectro1 + cursor1 + primary1
69 /* GFX related resources wrangler */
82 /* Pixel PLL, per display pipe */
103 /* crtc hardware related ops */
135 /* primary plane hardware related ops */
152 /* cursor plane hardware related ops */
[all …]
/linux/Documentation/devicetree/bindings/gpio/
H A Dxylon,logicvc-gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/gpio/xylon,logicvc-gpio.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
14 The LogiCVC GPIO describes the GPIO block included in the LogiCVC display
15 controller. These are meant to be used for controlling display-related
18 The controller exposes GPIOs from the display and power control registers,
20 - GPIO[4:0] (display control) mapped to index 0-4
21 - EN_BLIGHT (power control) mapped to index 5
[all …]
/linux/Documentation/gpu/
H A Dvc4.rst5 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_drv.c
8 Display Hardware Handling
11 This section covers everything related to the display hardware including
13 display, output probing and related topics.
16 ----------------------
18 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_crtc.c
22 ---
24 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_hvs.c
28 ----------
30 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_plane.c
[all …]
H A Dkomeda-kms.rst1 .. SPDX-License-Identifier: GPL-2.0
4 drm/komeda Arm display driver
7 The drm/komeda driver supports the Arm display processor D71 and later products,
11 Overview of D71 like display IPs
14 From D71, Arm display IP begins to adopt a flexible and modularized
15 architecture. A display pipeline is made up of multiple individual and
23 -----
30 ------
34 for layer scaling, or connected to compositor and scale the whole display
39 -------------------
[all …]
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-fw.h1 /* SPDX-License-Identifier: GPL-2.0 */
14 * info related to the block structures will be stored
27 * defines the addresses (used by the Display Reconstruction block)
45 * used for enabling main/aux outputs for both display &
49 /* enable decimated (for display) reconstruction */
51 /* enable main (for display) reconstruction */
53 /* enable both main & decimated (for display) reconstruction */
59 * (for display) reconstruction
64 * (for display) reconstruction
69 * (for display) reconstruction
[all …]
/linux/drivers/usb/misc/sisusbvga/
H A Dsisusb.h1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
3 * sisusb - usb kernel driver for Net2280/SiS315 based USB2VGA dongles
54 /* USB related */
83 p->header = cpu_to_le16(p->header); \
84 p->address = cpu_to_le32(p->address); \
85 p->data = cpu_to_le32(p->data); \
93 struct sisusb_urb_context { /* urb->context for outbound bulk URBs */
132 /* USB transport related */
148 #define SISUSB_EP_UNKNOWN_04 0x04 /* ? 4 is "OUT" ? - unused */
164 /* PCI bridge related */
[all …]
/linux/LICENSES/deprecated/
H A DCC0-1.01 Valid-License-Identifier: CC0-1.0
2 SPDX-URL: https://spdx.org/licenses/CC0-1.0.html
3 Usage-Guide:
7 SPDX-License-Identifier: CC0-1.0
8 License-Text:
15 ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
16 INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
25 exclusive Copyright and Related Rights (defined below) upon the creator
43 is an owner of Copyright and Related Rights in the Work, voluntarily
45 terms, with knowledge of his or her Copyright and Related Rights in the
[all …]
/linux/drivers/staging/sm750fb/
H A Dddk750_mode.c1 // SPDX-License-Identifier: GPL-2.0
12 * Explanation about Display Control register:
14 * in bit 29:27 of Display Control register.
22 x = mode_param->horizontal_display_end; in display_control_adjust_SM750LE()
23 y = mode_param->vertical_display_end; in display_control_adjust_SM750LE()
26 * SM750LE has to set up the top-left and bottom-right in display_control_adjust_SM750LE()
29 * auto-centering mode. in display_control_adjust_SM750LE()
34 (((y - 1) << CRT_AUTO_CENTERING_BR_BOTTOM_SHIFT) & in display_control_adjust_SM750LE()
36 ((x - 1) & CRT_AUTO_CENTERING_BR_RIGHT_MASK)); in display_control_adjust_SM750LE()
44 /* Clear bit 29:27 of display control register */ in display_control_adjust_SM750LE()
[all …]
/linux/drivers/phy/samsung/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "Exynos SoC series Display Port PHY driver"
12 Support for Display Port PHY found on Samsung Exynos SoCs.
15 tristate "S5P/Exynos SoC series MIPI CSI-2/DSI PHY driver"
21 Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
40 controller to do PHY related programming.
78 are available - device and host.
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.h30 * NOTE: These parameters are a one-to-one copy of the
51 /* DTM related enumerations */
76 /* display handle is unique across the driver and is used to identify a display */
107 /* display handle is unique across the driver and is used to identify a display */
109 …/* link_hdcp_cap means link is HDCP-capable for audio HDCP capable property(informational), not fo…
232 /* HDCP related enumerations */
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h2 * Copyright 2012-15 Advanced Micro Devices, Inc.
30 * pixel streams such that they are suitable for display at the display device.
33 * - Adaptive Backlight Modulation (ABM)
34 * - Formatter (FMT) which provide pixel-by-pixel operations for format the
36 * - Output Buffer that provide pixel replication, and overlapping.
37 * - Interface between MPC and OPTC.
38 * - Clock and reset generation.
39 * - CRC generation.
83 /* 0-3 to select patterns*/
111 /* 0x0 - BITS2:0 Bypass */
[all …]
/linux/tools/perf/scripts/python/
H A Dnetdev-times.py1 # Display a process of packets and processed time.
2 # SPDX-License-Identifier: GPL-2.0
8 # dev=: show only thing related to specified device
17 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
24 all_event_list = []; # insert all tracepoint event related with this script
27 net_rx_dic = {}; # key is cpu and value include time of NET_RX softirq-entry
61 return (dst - src) / 1000000.0
63 # Display a process of transmitting a packet
80 PF_NET_RECV= " |---netif_receive_skb(+%.3fmsec skb=%x len=%d)"
81 PF_NET_RX= " |---netif_rx(+%.3fmsec skb=%x)"
[all …]
/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.h1 /* SPDX-License-Identifier: GPL-2.0 */
19 * struct komeda_plane - komeda instance of drm_plane
69 /** @master: only master has display output */
74 * Doesn't have its own display output, the handled data flow will
104 * the affected pipelines in once display instance
109 * the active pipelines in once display instance
120 /** struct komeda_kms_dev - for gather KMS related things */
141 struct komeda_wb_connector *wb_conn = to_kcrtc(st->crtc)->wb_conn; in is_writeback_only()
142 struct drm_connector *conn = wb_conn ? &wb_conn->base.base : NULL; in is_writeback_only()
144 return conn && (st->connector_mask == BIT(drm_connector_index(conn))); in is_writeback_only()
[all …]
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dfsl,imx93-mipi-dsi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/fsl,imx93-mipi-dsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Liu Ying <victor.liu@nxp.com>
15 and extensions to them are controlled by i.MX93 media blk-ctrl.
18 - $ref: snps,dw-mipi-dsi.yaml#
22 const: fsl,imx93-mipi-dsi
26 - description: apb clock
27 - description: pixel clock
[all …]
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_group.c1 // SPDX-License-Identifier: GPL-2.0+
3 * R-Car Display Unit Channels Pair
5 * Copyright (C) 2013-2015 Renesas Electronics Corporation
11 * The R8A7779 DU is split in per-CRTC resources (scan-out engine, blending
12 * unit, timings generator, ...) and device-global resources (start/stop
18 * related to input and output routing). For this reason the R8A7790 DU must be
19 * modeled as a single device with three CRTCs, two sets of "semi-global"
20 * resources, and a few device-global resources.
23 * counterpart in the DU documentation, that models those semi-global resources.
35 return rcar_du_read(rgrp->dev, rgrp->mmio_offset + reg); in rcar_du_group_read()
[all …]
/linux/drivers/gpu/drm/msm/registers/display/
H A Dmsm.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
8 Register definitions for the display related hw blocks on
12 <!--
17 -->
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Dregs-mfc-v8.h1 /* SPDX-License-Identifier: GPL-2.0-only */
13 #include "regs-mfc-v7.h"
45 /* Display information register */
49 /* Display status */
73 /* SEI related information */
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst9 - Borislav Deianov <borislav@users.sf.net>
10 - Henrique de Moraes Holschuh <hmh@hmh.eng.br>
12 http://ibm-acpi.sf.net/
19 This driver used to be named ibm-acpi until kernel 2.6.21 and release
20 0.13-20070314. It used to be in the drivers/acpi tree, but it was
21 moved to the drivers/misc tree and renamed to thinkpad-acpi for kernel
25 The driver is named "thinkpad-acpi". In some places, like module
29 "tpacpi" is used as a shorthand where "thinkpad-acpi" would be too
33 ------
38 - Fn key combinations
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */
4 * Copyright (c) 2009-2025 Broadcom. All Rights Reserved. The term
20 * struct vmw_du_update_plane - Closure structure for vmw_du_helper_plane_update
24 * @du: Display unit on which to update the plane.
25 * @vfb: Framebuffer which is blitted to display unit.
32 * plane update on a display unit. Implementer will define that functionality
42 * damage clips on display unit @num_hits will be passed to allocate
67 * This is where pre clip related command should be populated like
81 * if needed. This will be called times have damage in display unit,
96 * This is where to populate display unit update commands or blit
[all …]
/linux/Documentation/admin-guide/auxdisplay/
H A Dks0108.rst7 :Date: 2006-10-27
19 ---------------------
25 ---------------------
30 :Webpage: -
31 :Device Webpage: -
32 :Type: LCD Controller (Liquid Crystal Display Controller)
43 ---------
47 If you aren't building LCD related hardware, you should check
50 For example, check Documentation/admin-guide/auxdisplay/cfag12864b.rst
/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h1 /* SPDX-License-Identifier: GPL-2.0 */
58 #define LCCR0_CMS (1 << 1) /* Color/Monochrome Display Select */
59 #define LCCR0_Color (LCCR0_CMS*0) /* Color display */
60 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */
61 #define LCCR0_SDS (1 << 2) /* Single/Dual Panel Display Select */
62 #define LCCR0_Sngl (LCCR0_SDS*0) /* Single panel display */
63 #define LCCR0_Dual (LCCR0_SDS*1) /* Dual panel display */
69 #define LCCR0_PAS (1 << 7) /* Passive/Active display Select */
70 #define LCCR0_Pas (LCCR0_PAS*0) /* Passive display (STN) */
71 #define LCCR0_Act (LCCR0_PAS*1) /* Active display (TFT) */
[all …]
/linux/drivers/staging/fbtft/
H A Dfb_hx8340bn.c1 // SPDX-License-Identifier: GPL-2.0+
5 * This display uses 9-bit SPI: Data/Command bit + 8 data bits
6 * For platforms that doesn't support 9-bit, the driver is capable
7 * of emulating this using 8-bit transfer.
8 * This is done by transferring eight 9-bit words in 9 bytes.
32 MODULE_PARM_DESC(emulate, "Force emulation in 9-bit mode");
36 par->fbtftops.reset(par); in init_display()
38 /* BTL221722-276L startup sequence, from datasheet */ in init_display()
61 * This command is used to set internal oscillator related settings in init_display()
75 * VCOML 0100000 : -1.700 in init_display()
[all …]

123456789