| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/ |
| D | xylon,logicvc-display.yaml | 1 # 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 …]
|
| D | wm,wm8505-fb.txt | 2 ----------------------------------------------------- 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 …]
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| D | trace_functions_graph.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2008-2009 Frederic Weisbecker <fweisbec@gmail.com> 24 int depth; member 45 /* Display overruns? (for self-debug purpose) */ 46 { TRACER_OPT(funcgraph-overrun, TRACE_GRAPH_PRINT_OVERRUN) }, 47 /* Display CPU ? */ 48 { TRACER_OPT(funcgraph-cpu, TRACE_GRAPH_PRINT_CPU) }, 49 /* Display Overhead ? */ 50 { TRACER_OPT(funcgraph-overhead, TRACE_GRAPH_PRINT_OVERHEAD) }, 51 /* Display proc name/pid */ [all …]
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | trace_functions_graph.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2008-2009 Frederic Weisbecker <fweisbec@gmail.com> 24 int depth; member 45 /* Display overruns? (for self-debug purpose) */ 46 { TRACER_OPT(funcgraph-overrun, TRACE_GRAPH_PRINT_OVERRUN) }, 47 /* Display CPU ? */ 48 { TRACER_OPT(funcgraph-cpu, TRACE_GRAPH_PRINT_CPU) }, 49 /* Display Overhead ? */ 50 { TRACER_OPT(funcgraph-overhead, TRACE_GRAPH_PRINT_OVERHEAD) }, 51 /* Display proc name/pid */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/fb/ |
| D | efifb.rst | 13 - 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 …]
|
| D | viafb.rst | 6 -------- 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 …]
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | efifb.rst | 13 - 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 …]
|
| D | viafb.rst | 6 -------- 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 …]
|
| /kernel/linux/linux-5.10/scripts/dtc/ |
| D | fdtget.c | 1 // 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 …]
|
| /kernel/linux/linux-6.6/scripts/dtc/ |
| D | fdtget.c | 1 // 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 …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | offb.c | 2 * linux/drivers/video/offb.c -- Open Firmware based frame buffer device 99 struct offb_par *par = (struct offb_par *) info->par; in offb_setcolreg() 101 if (info->fix.visual == FB_VISUAL_TRUECOLOR) { in offb_setcolreg() 102 u32 *pal = info->pseudo_palette; in offb_setcolreg() 103 u32 cr = red >> (16 - info->var.red.length); in offb_setcolreg() 104 u32 cg = green >> (16 - info->var.green.length); in offb_setcolreg() 105 u32 cb = blue >> (16 - info->var.blue.length); in offb_setcolreg() 109 return -EINVAL; in offb_setcolreg() 111 value = (cr << info->var.red.offset) | in offb_setcolreg() 112 (cg << info->var.green.offset) | in offb_setcolreg() [all …]
|
| D | skeletonfb.c | 2 * 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 60 * Even less warranty that it actually works :-) 99 * also support multiple monitors where each display can have its 100 * its own unique data. In this case each display could be 106 * This allows when one display changes it video resolution (info->var) 107 * the other displays know instantly. Each display can always be 137 * xxxfb_open - Optional function. Called when the framebuffer is 156 * xxxfb_release - Optional function. Called when the framebuffer [all …]
|
| /kernel/linux/linux-5.10/tools/power/pm-graph/config/ |
| D | example.cfg | 9 # 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 …]
|
| D | suspend-callgraph.cfg | 9 # 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)
|
| /kernel/linux/linux-6.6/tools/power/pm-graph/config/ |
| D | example.cfg | 9 # 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 …]
|
| D | suspend-callgraph.cfg | 9 # 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)
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | skeletonfb.c | 2 * 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 …]
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | dbinput.c | 1 // 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. 196 * Note: Some commands are not supported by the kernel-level version of 201 {1, " Businfo", "Display system bus info\n"}, 206 {1, " Methods", "Display list of loaded control methods\n"}, 208 "Display list of loaded field units by space ID\n"}, 209 {1, " Namespace [Object] [Depth]", 210 "Display loaded namespace tree/subtree\n"}, 213 "Display summary of all objects or just given type\n"}, [all …]
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | dbinput.c | 1 // 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 …]
|
| /kernel/linux/linux-6.6/tools/perf/ui/stdio/ |
| D | hist.c | 1 // 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 …]
|
| /kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
| D | hist.c | 1 // 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 …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
| D | ofdrm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 75 * Helpers for display nodes 82 return -EINVAL; in display_get_validated_int() 91 return -EINVAL; in display_get_validated_int0() 97 u32 depth, bool big_endian) in display_get_validated_format() argument 102 switch (depth) { in display_get_validated_format() 108 format = drm_mode_legacy_fb_format(16, depth); in display_get_validated_format() 114 drm_err(dev, "unsupported framebuffer depth %u\n", depth); in display_get_validated_format() 115 return ERR_PTR(-EINVAL); in display_get_validated_format() 119 * DRM formats assume little-endian byte order. Update the format in display_get_validated_format() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
| D | logicvc_of.c | 1 // 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/ |
| D | wm,wm8505-fb.txt | 2 ----------------------------------------------------- 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 …]
|
| /kernel/linux/linux-6.6/Documentation/gpu/amdgpu/display/ |
| D | dcn-overview.rst | 2 Display Core Next (DCN) 5 To equip our readers with the basic knowledge of how AMD Display Core Next 10 .. kernel-figure:: dc_pipeline_overview.svg 15 * **Display Controller Hub (DCHUB)**: This is the gateway between the Scalable 19 * **Display Pipe and Plane (DPP)**: This block provides pre-blend pixel 24 multiple planes, using global or per-pixel alpha. 27 the display. 32 * **Display Output (DIO)**: Codify the output to the display connected to our 35 * **Display Writeback (DWB)**: It provides the ability to write the output of 36 the display pipe back to memory as video frames. [all …]
|