Home
last modified time | relevance | path

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

12345678910>>...13

/linux/Documentation/devicetree/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 Dallwinner,sun4i-a10-display-engine.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-display-engine.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A10 Display Engine Pipeline
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 The display engine pipeline (and its entry point, since it can be
18 The Allwinner A10 Display pipeline is composed of several components
22 display pipeline, when there are multiple components of the same
[all …]
H A Dwm,wm8505-fb.txt2 -----------------------------------------------------
5 - compatible : "wm,wm8505-fb"
6 - reg : Should contain 1 register ranges(address and length)
7 - bits-per-pixel : bit depth of framebuffer (16 or 32)
10 - display-timings: see display-timing.txt for information
15 compatible = "wm,wm8505-fb";
17 bits-per-pixel = <16>;
19 display-timings {
20 native-mode = <&timing0>;
22 clock-frequency = <0>; /* unused but required */
[all …]
H A Dvia,vt8500-fb.txt2 -----------------------------------------------------
5 - compatible : "via,vt8500-fb"
6 - reg : Should contain 1 register ranges(address and length)
7 - interrupts : framebuffer controller interrupt
8 - bits-per-pixel : bit depth of framebuffer (16 or 32)
11 - display-timings: see display-timing.txt for information
16 compatible = "via,vt8500-fb";
19 bits-per-pixel = <16>;
21 display-timings {
22 native-mode = <&timing0>;
[all …]
H A Datmel,lcdc-display.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/atmel,lcdc-display.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip's LCDC Display
10 - Nicolas Ferre <nicolas.ferre@microchip.com>
11 - Dharma Balasubiramani <dharma.b@microchip.com>
15 from an external display buffer to a TFT LCD panel. The LCDC has one display
17 interface and a look-up table to allow palletized display configurations. The
26 - required: [ 'atmel,dmacon' ]
[all …]
/linux/kernel/trace/
H A Dtrace_functions_graph.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (c) 2008-2009 Frederic Weisbecker <fweisbec@gmail.com>
24 int depth; member
48 /* Display overruns? (for self-debug purpose) */
49 { TRACER_OPT(funcgraph-overrun, TRACE_GRAPH_PRINT_OVERRUN) },
50 /* Display CPU ? */
51 { TRACER_OPT(funcgraph-cpu, TRACE_GRAPH_PRINT_CPU) },
52 /* Display Overhead ? */
53 { TRACER_OPT(funcgraph-overhead, TRACE_GRAPH_PRINT_OVERHEAD) },
54 /* Display proc name/pid */
[all …]
/linux/arch/powerpc/kernel/
H A Dbtext.c1 // SPDX-License-Identifier: GPL-2.0
68 /* Calc BAT values for mapping the display and store them
70 * the display during identify_machine() and MMU_Init()
72 * The display is mapped to virtual address 0xD0000000, rather
107 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() argument
117 dispDeviceDepth = depth == 15 ? 16 : depth; in btext_setup_display()
134 * - build some kind of vgacon with it to enable early printk
135 * - move to a separate file
136 * - add a few video driver hooks to keep in sync with display
150 offset = ((unsigned long) dispDeviceBase) - base; in btext_map()
[all …]
/linux/Documentation/fb/
H A Defifb.rst13 - iMac 17"/20"
14 - Macbook
15 - Macbook Pro 15"/17"
16 - MacMini
17 - ARM/ARM64/X86 systems with UEFI firmware
36 For GOP displays, efifb can autodetect the display's resolution and framebuffer
43 to workaround side-effects and slowdowns on other CPU cores
50 The EFI stub will set the mode of the display to mode number n if
53 <xres>x<yres>[-(rgb|bgr|<bpp>)]
54 The EFI stub will search for a display mode that matches the specified
[all …]
H A Dviafb.rst6 --------
15 ---------------
29 color depth: 8 bpp, 16 bpp, 32 bpp supports.
34 ----------------------
47 - 640x480 (default)
48 - 720x480
49 - 800x600
50 - 1024x768
53 - 8, 16, 32 (default:32)
56 - 60, 75, 85, 100, 120 (default:60)
[all …]
/linux/scripts/dtc/
H A Dfdtget.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Portions from U-Boot cmd_fdt.c (C) Copyright 2007
33 enum display_mode mode; /* display mode that we are using */
48 * @param disp Display information / options
49 * @param data Data to display
51 * @return 0 if ok, -1 if data does not match format
66 is_string = (disp->type) == 's' || in show_data()
67 (!disp->type && util_is_printable_string(data, len)); in show_data()
69 if (data[len - 1] != '\0') { in show_data()
71 return -1; in show_data()
[all …]
/linux/Documentation/devicetree/bindings/display/samsung/
H A Dsamsung,exynos5-dp.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/display/samsung/samsung,exynos5-dp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos5250/Exynos5420 SoC Display Port
10 - Inki Dae <inki.dae@samsung.com>
11 - Seung-Woo Kim <sw0312.kim@samsung.com>
12 - Kyungmin Park <kyungmin.park@samsung.com>
13 - Krzysztof Kozlowski <krzk@kernel.org>
17 const: samsung,exynos5-dp
[all …]
/linux/drivers/video/fbdev/
H A Dskeletonfb.c2 * linux/drivers/video/skeletonfb.c -- Skeleton for a frame buffer device
16 * First the roles of struct fb_info and struct display have changed. Struct
17 * display will go away. The way the new framebuffer console code will
61 * Even less warranty that it actually works :-)
100 * also support multiple monitors where each display can have
101 * its own unique data. In this case each display could be
107 * This allows when one display changes it video resolution (info->var)
108 * the other displays know instantly. Each display can always be
136 * xxxfb_open - Optional function. Called when the framebuffer is
155 * xxxfb_release - Optional function. Called when the framebuffer
[all …]
H A Doffb.c2 * linux/drivers/video/offb.c -- Open Firmware based frame buffer device
102 struct offb_par *par = (struct offb_par *) info->par; in offb_setcolreg()
104 if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in offb_setcolreg()
105 u32 *pal = info->pseudo_palette; in offb_setcolreg()
106 u32 cr = red >> (16 - info->var.red.length); in offb_setcolreg()
107 u32 cg = green >> (16 - info->var.green.length); in offb_setcolreg()
108 u32 cb = blue >> (16 - info->var.blue.length); in offb_setcolreg()
112 return -EINVAL; in offb_setcolreg()
114 value = (cr << info->var.red.offset) | in offb_setcolreg()
115 (cg << info->var.green.offset) | in offb_setcolreg()
[all …]
/linux/tools/power/pm-graph/config/
H A Dexample.cfg9 # sudo ./sleepgraph.py -config config/example.cfg
14 # ---- General Options ----
26 output-dir: suspend-{hostname}-{date}-{time}
49 # Enable/disable runtime suspend for all devices, restore all after test (default: no-action)
52 # Turn display on/off for test
53 # Switch the display on/off for the test using xset (default: no-action)
54 # display: on
57 # Print the status of the test run in the given file (default: no-action)
64 # ---- Advanced Options ----
69 # Display user processes
[all …]
H A Dsuspend-callgraph.cfg9 # sudo ./sleepgraph.py -config config/suspend.cfg
15 # ---- General Options ----
27 output-dir: suspend-{hostname}-{date}-{time}-cg
41 # ---- Advanced Options ----
46 # Display user processes
50 # Display function calls
74 # ---- Debug Options ----
80 # Max graph depth
81 # limit the callgraph trace to this depth (default: 0 = all)
85 # pre-expand the callgraph data in the html output (default: disabled)
/linux/drivers/acpi/acpica/
H A Ddbinput.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: dbinput - user front-end to the AML debugger
33 * Top-level debugger commands.
198 * Note: Some commands are not supported by the kernel-level version of
203 {1, " Businfo", "Display system bus info\n"},
208 {1, " Methods", "Display list of loaded control methods\n"},
210 "Display list of loaded field units by space ID\n"},
211 {1, " Namespace [Object] [Depth]",
212 "Display loaded namespace tree/subtree\n"},
215 "Display summary of all objects or just given type\n"},
[all …]
H A Ddbnames.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: dbnames - Debugger commands for the acpi namespace
92 * PARAMETERS: name - New scope path
162 * PARAMETERS: start_arg - Node to begin namespace dump
163 * depth_arg - Maximum tree depth to be dumped
185 /* Now we can check for the depth argument */ in acpi_db_dump_namespace()
194 if (((struct acpi_namespace_node *)subtree_entry)->parent) { in acpi_db_dump_namespace()
196 ((struct acpi_namespace_node *)subtree_entry)-> in acpi_db_dump_namespace()
203 /* Display the subtree */ in acpi_db_dump_namespace()
230 /* Display the entire namespace */ in acpi_db_dump_namespace_paths()
[all …]
/linux/tools/perf/ui/stdio/
H A Dhist.c1 // SPDX-License-Identifier: GPL-2.0
18 #include "../../util/block-info.h"
33 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, in ipchain__fprintf_graph_line() argument
39 for (i = 0; i < depth; i++) in ipchain__fprintf_graph_line()
52 int depth, int depth_mask, int period, in ipchain__fprintf_graph() argument
62 for (i = 0; i < depth; i++) { in ipchain__fprintf_graph()
67 if (!period && i == depth - 1) { in ipchain__fprintf_graph()
68 ret += fprintf(fp, "--"); in ipchain__fprintf_graph()
70 ret += fprintf(fp, "--"); in ipchain__fprintf_graph()
101 fprintf(stderr, "Not enough memory to display remaining hits\n"); in init_rem_hits()
[all …]
/linux/drivers/gpu/drm/tiny/
H A Dofdrm.c1 // SPDX-License-Identifier: GPL-2.0-only
74 * Helpers for display nodes
81 return -EINVAL; in display_get_validated_int()
90 return -EINVAL; in display_get_validated_int0()
96 u32 depth, bool big_endian) in display_get_validated_format() argument
101 switch (depth) { in display_get_validated_format()
107 format = drm_mode_legacy_fb_format(16, depth); in display_get_validated_format()
113 drm_err(dev, "unsupported framebuffer depth %u\n", depth); in display_get_validated_format()
114 return ERR_PTR(-EINVAL); in display_get_validated_format()
118 * DRM formats assume little-endian byte order. Update the format in display_get_validated_format()
[all …]
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_of.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2019-2022 Bootlin
14 { "lvds-4bits", LOGICVC_DISPLAY_INTERFACE_LVDS_4BITS },
15 { "lvds-3bits", LOGICVC_DISPLAY_INTERFACE_LVDS_3BITS },
40 .name = "xylon,display-interface",
48 .name = "xylon,display-colorspace",
56 .name = "xylon,display-depth",
60 .name = "xylon,row-stride",
67 .name = "xylon,background-layer",
71 .name = "xylon,layers-configurable",
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c1 // SPDX-License-Identifier: GPL-2.0 OR MIT
4 * Copyright (c) 2011-2024 Broadcom. All Rights Reserved. The term
21 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
47 * struct vmw_kms_sou_surface_dirty - Closure structure for
90 * Display unit using screen objects.
102 vmw_du_cleanup(&sou->base); in vmw_sou_destroy()
108 * Screen Object Display Unit CRTC functions
133 BUG_ON(!sou->buffer); in vmw_sou_fifo_create()
138 return -ENOMEM; in vmw_sou_fifo_create()
141 cmd->header.cmdType = SVGA_CMD_DEFINE_SCREEN; in vmw_sou_fifo_create()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_overlay.c26 * Derived from Xorg ddx, xf86-video-intel, src/i830_video.c
104 /* DCLRKM (dst-key) register */
174 u32 RESERVEDC[(0x200 - 0xA8) / 4]; /* 0xA8 - 0x1FC */
176 u16 RESERVEDD[0x100 / 2 - N_VERT_Y_TAPS * N_PHASES];
178 u16 RESERVEDE[0x200 / 2 - N_HORIZ_Y_TAPS * N_PHASES];
180 u16 RESERVEDF[0x100 / 2 - N_VERT_UV_TAPS * N_PHASES];
182 u16 RESERVEDG[0x100 / 2 - N_HORIZ_UV_TAPS * N_PHASES];
186 struct intel_display *display; member
194 u32 pfit_vscale_ratio; /* shifted-point number, (1<<12) == 1.0 */
208 static void i830_overlay_clock_gating(struct intel_display *display, in i830_overlay_clock_gating() argument
[all …]
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Maxime Ripard <maxime.ripard@free-electrons.com>
11 #include <linux/dma-mapping.h>
39 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), 2); in drm_sun4i_gem_dumb_create()
51 .name = "sun4i-drm",
52 .desc = "Allwinner sun4i Display Engine",
73 ret = -ENOMEM; in sun4i_drv_bind()
77 drm->dev_private = drv; in sun4i_drv_bind()
78 INIT_LIST_HEAD(&drv->frontend_list); in sun4i_drv_bind()
79 INIT_LIST_HEAD(&drv->engine_list); in sun4i_drv_bind()
[all …]
/linux/tools/perf/Documentation/
H A Dperf-script.txt1 perf-script(1)
5 ----
6 perf-script - Read perf.data (created by perf record) and display trace output
9 --------
12 'perf script' [<options>] record <script> [<record-options>] <command>
13 'perf script' [<options>] report <script> [script-args]
14 'perf script' [<options>] <script> <required-script-args> [<record-options>] <command>
15 'perf script' [<options>] <top-script> [script-args]
18 -----------
26 You can also run a set of pre-canned scripts that aggregate and
[all …]
/linux/arch/xtensa/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0
17 Enable this function to disable link-time optimizations.
20 assembler-generated 'longcall' sequences.
25 bool "Perform S32C1I instruction self-test at boot"
36 int "Stack depth to print" if DEBUG_KERNEL
39 This option allows you to set the stack depth that the kernel
45 Enable this option to display user code around PC of the unhandled

12345678910>>...13