/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/ |
H A D | av1_ordering_info.patch | 15 diff --git a/libavcodec/cbs_av1.h b/libavcodec/cbs_av1.h 17 --- a/libavcodec/cbs_av1.h 38 diff --git a/libavcodec/cbs_av1_syntax_template.c b/libavcodec/cbs_av1_syntax_template.c 40 --- a/libavcodec/cbs_av1_syntax_template.c
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | 0004-Indicate-loopback-interface-to-mDNS-core.patch | 6 Tells the mDNS core if an interface is a loopback interface, 17 diff --git a/mDNSPosix/mDNSPosix.c b/mDNSPosix/mDNSPosix.c 19 --- a/mDNSPosix/mDNSPosix.c 22 // Creates a PosixNetworkInterface for the interface whose IP address is
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | pylintrc | 26 # Sometimes we need to disable a newly introduced pylint warning. 27 # Doing so should not produce a warning in older versions of pylint. 44 # List of note tags to take in consideration, separated by a comma. 53 # Maximum number of characters on a single line.
|
/openbmc/openbmc/meta-phosphor/conf/machine/include/ |
H A D | obmc-evb-common.inc | 1 # EVB systems have different packages they can support, due to not having a 3 # that the machine is a special type.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | PowerSupply.interface.yaml | 8 'powering' association to provide a link back to a Item.
|
H A D | Fan.interface.yaml | 8 association to provide a link back to a Item.
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/ |
H A D | 0001-mesa-demos-Add-missing-data-files.patch | 43 diff --git a/src/fpglsl/depth-read.glsl b/src/fpglsl/depth-read.glsl 53 diff --git a/src/fpglsl/infinite-loop.glsl b/src/fpglsl/infinite-loop.glsl 178 diff --git a/src/glsl/convolution.frag b/src/glsl/convolution.frag 205 diff --git a/src/glsl/simplex-noise.glsl b/src/glsl/simplex-noise.glsl 274 +// ( N points uniformly over a line, mapped onto a diamond.) 294 +// N points around a unit circle. 356 +// ( N*N points uniformly over a square, mapped onto a octohedron.) 458 +// ( N*N*N points uniformly over a cube, mapped onto a 4-octohedron.) 490 diff --git a/src/glsl/skinning.vert b/src/glsl/skinning.vert 530 +// We're assuming the 2nd texture has a meaningful alpha channel. [all …]
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | deprecated.rst | 56 volete avvisare gli utenti riguardo a qualcosa di possibile anche se 79 Al suo posto, si dovrebbe usare l'allocatore a due argomenti:: 103 invitati a riorganizzare il vostro codice usando il 139 prestata attenzione a tutti quei casi dove viene usato il valore di 153 strscpy(), tuttavia va prestata attenzione a tutti quei casi dove 206 Vettori a dimensione variabile (VLA) 214 Questo può portare a dei malfunzionamenti, potrebbe sovrascrivere 269 tecnica degli array a lunghezza nulla o di un solo elemento non 284 stata introdotta un' `estensione a GNU C 286 permettesse la dichiarazione di array a lungezza zero:: [all …]
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | super.rst | 12 number is either 0 or a power of 3, 5, or 7. If the flag is not set, 91 - Number of mounts beyond which a fsck is needed. 138 incompatible feature set is that if there is a bit set in the 161 if it doesn't understand a flag; fsck should not do that. See the 245 ``s_jnl_blocks`` field contains a duplicate copy of the inode's 321 operations in a RAID5/6. 325 - Size of a flexible block group is 2 ^ ``s_log_groups_per_flex``. 582 - Has a journal (COMPAT_HAS_JOURNAL). 642 - Enable a filesystem size of 2^64 blocks (INCOMPAT_64BIT). 683 - This filesystem has been used to store a file greater than 2GiB [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-log | 5 The /sys/firmware/log is a binary file that represents a
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | jailhouse.txt | 4 When running in a non-root Jailhouse cell (partition), the device tree of this 5 platform shall have a top-level "hypervisor" node with the following
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | client.h | 23 #define nvxx_client(a) ({ \ argument 24 struct nvif_client *_client = (a); \
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-sc7180-flakes.txt | 4 # sometimes.. tbd if this is a kernel CRC bug or a test
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
H A D | 0003-aspeed-add-gpio-support.patch | 2 From: Alexander Filippov <a.filippov@yadro.com> 9 This brings the functions and a shell command to manipulate the GPIO 13 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> 96 --- a/arch/arm/include/asm/arch-aspeed/platform.h 105 diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile 107 --- a/drivers/gpio/Makefile 118 diff --git a/drivers/gpio/aspeed_gpio.c b/drivers/gpio/aspeed_gpio.c 194 + * @brief Set a corresponding bit in specified register. 229 + * @brief Set a GPIO direction 302 + * @brief Convert a string to GPIO line. Used by `do_gpio()` from `cmd/gpio.c` [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.gpt | 25 GPT for marking disks/partitions is using the UUID. It is supposed to be a 26 globally unique value. A UUID is a 16-byte (128-bit) number. The number of 29 separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters 78 For a legacy reasons, GPT's LBA 0 sector has a MBR structure. It is called 81 handling the GPT sees it as a storage device without free space. 106 84 4 B Size of a partition entry (usually 128) 108 92 * Reserved; must be ZERO (420 bytes for a 512-byte LBA) 214 GPT partition names are a mechanism via which userspace and U-Boot can 231 creating a disk image as described under 'Block Device Emulation' in 246 If you define 'CONFIG_PARTITION_TYPE_GUID', a optionnal parameter 'type' [all …]
|
/openbmc/linux/drivers/media/pci/saa7146/ |
H A D | mxb.c | 613 static int vidioc_enumaudio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_enumaudio() argument 615 if (a->index >= MXB_AUDIOS) in vidioc_enumaudio() 617 *a = mxb_audios[a->index]; in vidioc_enumaudio() 621 static int vidioc_g_audio(struct file *file, void *fh, struct v4l2_audio *a) in vidioc_g_audio() argument 627 *a = mxb_audios[mxb->cur_audinput]; in vidioc_g_audio() 636 DEB_D("VIDIOC_S_AUDIO %d\n", a->index); in vidioc_s_audio() 637 if (a->index >= 32 || in vidioc_s_audio() 638 !(mxb_inputs[mxb->cur_input].audioset & (1 << a->index))) in vidioc_s_audio() 641 if (mxb->cur_audinput != a->index) { in vidioc_s_audio() 642 mxb->cur_audinput = a->index; in vidioc_s_audio() [all …]
|
/openbmc/linux/Documentation/trace/ |
H A D | boottime-trace.rst | 34 these options are passed as a part of kernel legacy command line. 41 on all CPUs. If MODE = 2, dump a buffer on a CPU which kicks Oops. 82 Enable given events on boot. You can use a wild card in EVENT. 131 Since it is too long to write a histogram action as a string for per-event 138 The 'N' is a digit string for the multiple histogram. You can omit it 154 Define a new VARIABLE by EXPR expression. 161 The 'M' is a digit string for the multiple 'onmatch' handler. You can omit it 166 EVENT must be a synthetic event name, and ARG1... are parameters 189 option if the 'actions' option has a histogram action. 210 events, and synthetic events with histogram, write a boot config like [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | sfp-phylink.rst | 10 phylink is a mechanism to support hot-pluggable networking modules 11 directly connected to a MAC without needing to re-initialise the 69 Rough guide to converting a network driver to sfp/phylink 72 This guide briefly describes how to convert a network driver from 78 a separate preparation commit. 161 and associated code with a call to:: 176 This function is replaced by a different form of MAC updates 183 and also note that ``phy_interface`` becomes a dynamic property, 190 8. Add a :c:type:`struct phylink_mac_ops <phylink_mac_ops>` instance to 191 the driver, which is a table of function pointers, and implement [all …]
|
/openbmc/linux/Documentation/power/ |
H A D | power_supply_class.rst | 39 kind of power supply, and can process/present them to a user in consistent 84 discharging (i.e. powering a load), etc.). This corresponds to 90 are already charged or discharging, 'n/a' can be displayed (or 111 about maximal and minimal voltage thresholds of a given battery. 115 if hardware could only guess (measure and retain) the thresholds of a 167 the current drawn from a charging source. 170 the voltage limit from a charging source. 173 the power limit from a charging source. 211 (i.e. while battery powers a load) 235 characteristics from a devicetree battery node, defined in [all …]
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | radiotrack.rst | 26 I have a RadioTrack card from back when I ran an MS-Windows platform. After 28 running the card, and found that it was good! Frans Brinkman made a 29 comfortable X-windows interface, and added a scanning feature. For hack 43 input is simply an antenna lead, and the output is a power audio signal 44 available through a miniature phone plug. Its RF frequencies of operation are 49 signal probably has a small range of useful frequencies, and wraps around or 159 to write a "zero" bit, 164 to write a "one" bit,
|
/openbmc/linux/Documentation/powerpc/ |
H A D | imc.rst | 17 IMC (In-Memory collection counters) is a hardware monitoring facility that 21 The Nest PMU counters are handled by a Nest IMC microcode which runs in the OCC 42 Some PMUs may have a common scale and unit values for all their supported 52 `imc-counters` device node which has a compatible field 77 # ./perf stat -e "nest_mcs01/PM_MCS01_64B_WR_DISP_PORT01/" -a --per-socket 85 To see non-idle instructions for a "make": 104 LDBAR is a 64 bit special purpose per thread register, it has bits to indicate 178 also provide a way for the operating system to do instruction sampling in real
|
/openbmc/u-boot/drivers/net/ |
H A D | ftmac110.c | 194 uint8_t *a; in ftmac110_reset() local 234 a = dev->enetaddr; in ftmac110_reset() 235 writel(a[1] | (a[0] << 8), ®s->mac[0]); in ftmac110_reset() 236 writel(a[5] | (a[4] << 8) | (a[3] << 16) in ftmac110_reset() 237 | (a[2] << 24), ®s->mac[1]); in ftmac110_reset()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | connection_client.robot | 13 [Documentation] Opens a connection with the given arguments, and logs in. 41 # Check to see if a port to connect to was provided. 57 [Documentation] Open a connection for SCP. 74 [Documentation] Checks for an open connection to a host or alias. 85 ... msg=Need to provide a host or an alias. values=False 107 # to a connection that has both. 135 # If no connections are found, open a connection with the provided args. 136 Log No connection with provided arguments. Opening a connection.
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | baikal,bt1-ccu-div.yaml | 46 Each sub-block is represented as a separate DT node and has an individual 50 output is primarily connected to a set of CCU PLLs. Some of PLLs CLKOUT are 67 external clock oscillator, SETCLK - a command to update the output clock in 68 accordance with a set divider, CLKDIV - clocks divider, LOCK - a signal of 77 devices, are united into a single clocks provider called System Devices CCU. 83 are a part of the Baikal-T1 SoC System Controller their DT nodes are supposed 84 to be a children of later one.
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/neterion/ |
H A D | s2io.rst | 30 a. Insert the adapter(s) in your system. 50 To associate an interface with a physical adapter use "ethtool -p <ethX>". 55 a. Jumbo frames. Xframe I/II supports MTU up to 9600 bytes, 79 a. tx_fifo_num 119 a. Set MTU to maximum(9000 for switch setup, 9600 in back-to-back configuration) 122 For instance, for MTU=1500 a value of 210K has been observed to result in 135 a. By default, the driver respects BIOS settings for PCI bus parameters. 166 a. By default, the driver respects BIOS settings for PCI bus parameters.
|