/openbmc/linux/Documentation/userspace-api/media/drivers/ |
H A D | cx2341x-uapi.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Non-compressed file format 7 -------------------------- 12 The format is YUV 4:2:0 which uses 1 Y byte per pixel and 1 U and V byte per 19 and from top to bottom. Each block is transmitted in turn, line-by-line. 21 So the first 16 bytes are the first line of the top-left block, the 22 second 16 bytes are the second line of the top-left block, etc. After 27 to right, top to bottom. Each block is transmitted in turn, line-by-line. 29 So the first 16 bytes are the first line of the top-left block and 31 second line of 8 UV pairs of the top-left block, etc. After transmitting [all …]
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_modes_test.c | 1 // SPDX-License-Identifier: GPL-2.0 26 priv->dev = drm_kunit_helper_alloc_device(test); in drm_test_modes_init() 27 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, priv->dev); in drm_test_modes_init() 29 priv->drm = __drm_kunit_helper_alloc_drm_device(test, priv->dev, in drm_test_modes_init() 30 sizeof(*priv->drm), 0, in drm_test_modes_init() 32 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, priv->drm); in drm_test_modes_init() 34 test->priv = priv; in drm_test_modes_init() 36 return 0; in drm_test_modes_init() 41 struct drm_test_modes_priv *priv = test->priv; in drm_test_modes_analog_tv_ntsc_480i() 44 mode = drm_analog_tv_mode(priv->drm, in drm_test_modes_analog_tv_ntsc_480i() [all …]
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | sis_main.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 8 * Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria. 19 .xres = 0, 20 .yres = 0, 21 .xres_virtual = 0, 22 .yres_virtual = 0, 23 .xoffset = 0, 24 .yoffset = 0, 25 .bits_per_pixel = 0, 26 .grayscale = 0, [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | ps3fb.c | 2 * linux/drivers/video/ps3fb.c -- PS3 GPU frame buffer device 9 * linux/drivers/video/vfb.c -- Virtual frame buffer device 35 #include <asm/cell-regs.h> 47 #define GPU_IOIF (0x0d000000UL) 49 #define GPU_MAX_LINE_LENGTH (65536 - 64) 51 #define GPU_INTR_STATUS_VSYNC_0 0 /* vsync on head A */ 58 #define GPU_DRIVER_INFO_VERSION 0x211 144 "480i", 60, 576, 384, 74074, 130, 89, 78, 57, 63, 6, 148 "480p", 60, 576, 384, 37037, 130, 89, 78, 57, 63, 6, 166 /* 576i */ [all …]
|
H A D | fm2fb.c | 2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer 5 * Copyright (C) 1998 Steffen A. Mork (linux-dev@morknet.de) 35 * - PAL/NTSC 36 * - interlaced/non interlaced 37 * - composite sync/sync/sync over green 40 * - 768x576 (PAL) 41 * - 768x480 (NTSC) 53 * At relative address 0x1ffff8 of the frame buffers base address 58 * 0 1 0=interlaced/1=non interlaced 59 * 1 2 0=video out disabled/1=video out enabled [all …]
|
/openbmc/u-boot/board/sunxi/ |
H A D | dram_timings_sun4i.h | 4 # if CONFIG_DRAM_CLK <= 360 /* DDR3-1066F @360MHz, timings: 6-5-5-14 */ 6 .tpr0 = 0x268e5590, 7 .tpr1 = 0xa090, 8 .tpr2 = 0x22a00, 9 .emr2 = 0x0, 10 # elif CONFIG_DRAM_CLK <= 384 /* DDR3-1066F @384MHz, timings: 6-6-6-15 */ 12 .tpr0 = 0x288f6690, 13 .tpr1 = 0xa0a0, 14 .tpr2 = 0x22a00, 15 .emr2 = 0x0, [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 271.out | 8 write -q -P PATTERN 0 1k 9 L2 entry #0: 0x8000000000050000 0000000000000001 10 write -q -P PATTERN 3k 512 11 L2 entry #0: 0x8000000000050000 0000000000000003 12 write -q -P PATTERN 5k 1k 13 L2 entry #0: 0x8000000000050000 0000000000000007 14 write -q -P PATTERN 6k 2k 15 L2 entry #0: 0x8000000000050000 000000000000000f 16 write -q -P PATTERN 8k 6k 17 L2 entry #0: 0x8000000000050000 000000000000007f [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | saa6752hs.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 saa6752hs - i2c-driver for the saa6752hs by Philips 7 AC-3 support: 26 #include <media/v4l2-device.h> 27 #include <media/v4l2-ctrls.h> 28 #include <media/v4l2-common.h> 33 #define MPEG_PID_MAX ((1 << 14) - 1) 41 SAA6752HS_VF_D1 = 0, /* standard D1 video format: 720x576 */ 70 { .fmt = { .pix = { .width = 720, .height = 576 }}}, 72 { .fmt = { .pix = { .width = 480, .height = 576 }}}, [all …]
|
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | regs-mfc-v8.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 13 #include "regs-mfc-v7.h" 16 #define S5P_FIMV_D_MVC_NUM_VIEWS_V8 0xf104 17 #define S5P_FIMV_D_MIN_SCRATCH_BUFFER_SIZE_V8 0xf108 18 #define S5P_FIMV_D_FIRST_PLANE_DPB_SIZE_V8 0xf144 19 #define S5P_FIMV_D_SECOND_PLANE_DPB_SIZE_V8 0xf148 20 #define S5P_FIMV_D_MV_BUFFER_SIZE_V8 0xf150 22 #define S5P_FIMV_D_FIRST_PLANE_DPB_STRIDE_SIZE_V8 0xf138 23 #define S5P_FIMV_D_SECOND_PLANE_DPB_STRIDE_SIZE_V8 0xf13c 25 #define S5P_FIMV_D_FIRST_PLANE_DPB_V8 0xf160 [all …]
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_av1_filmgrain.c | 1 // SPDX-License-Identifier: GPL-2.0-only or Apache-2.0 6 56, 568, -180, 172, 124, -84, 172, -64, -900, 24, 820, 7 224, 1248, 996, 272, -8, -916, -388, -732, -104, -188, 800, 8 112, -652, -320, -376, 140, -252, 492, -168, 44, -788, 588, 9 -584, 500, -228, 12, 680, 272, -476, 972, -100, 652, 368, 10 432, -196, -720, -192, 1000, -332, 652, -136, -552, -604, -4, 11 192, -220, -136, 1000, -52, 372, -96, -624, 124, -24, 396, 12 540, -12, -104, 640, 464, 244, -208, -84, 368, -528, -740, 13 248, -968, -848, 608, 376, -60, -292, -40, -156, 252, -292, 14 248, 224, -280, 400, -244, 244, -60, 76, -80, 212, 532, [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/can/ |
H A D | bosch,m_can.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 - Chandrasekar Ramakrishnan <rcsekar@samsung.com> 15 - $ref: can-controller.yaml# 23 - description: M_CAN registers map 24 - description: message RAM 26 reg-names: 28 - const: m_can 29 - const: message_ram [all …]
|
/openbmc/linux/drivers/input/mouse/ |
H A D | elantech.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2007-2009 Arjan Opmeer <arjan@opmeer.net> 16 #define ETP_FW_ID_QUERY 0x00 17 #define ETP_FW_VERSION_QUERY 0x01 18 #define ETP_CAPABILITIES_QUERY 0x02 19 #define ETP_SAMPLE_QUERY 0x03 20 #define ETP_RESOLUTION_QUERY 0x04 21 #define ETP_ICBODY_QUERY 0x05 26 #define ETP_REGISTER_READ 0x10 27 #define ETP_REGISTER_WRITE 0x11 [all …]
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | dvb_filter.c | 1 // SPDX-License-Identifier: GPL-2.0 7 static u32 freq[4] = {480, 441, 320, 0}; 10 {32,40,48,56,64,80,96,112,128,160,192,224,256,320,384,448,512,576,640, 11 0,0,0,0,0,0,0,0,0,0,0,0,0}; 15 1152,1280,0,0,0,0,0,0,0,0,0,0,0,0,0}, 17 1253,1393,0,0,0,0,0,0,0,0,0,0,0,0,0}, 18 {96,120,144,168,192,240,288,336,384,480,576,672,768,960,1152,1344, 19 1536,1728,1920,0,0,0,0,0,0,0,0,0,0,0,0,0}}; 24 int found = 0; in dvb_filter_get_ac3info() 25 int c = 0; in dvb_filter_get_ac3info() [all …]
|
H A D | dvb_filter.h | 40 #define PROG_STREAM_MAP 0xBC 41 #define PRIVATE_STREAM1 0xBD 42 #define PADDING_STREAM 0xBE 43 #define PRIVATE_STREAM2 0xBF 44 #define AUDIO_STREAM_S 0xC0 45 #define AUDIO_STREAM_E 0xDF 46 #define VIDEO_STREAM_S 0xE0 47 #define VIDEO_STREAM_E 0xEF 48 #define ECM_STREAM 0xF0 49 #define EMM_STREAM 0xF1 [all …]
|
/openbmc/linux/include/rdma/ |
H A D | ibta_vol1_c12.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ 36 BUILD_BUG_ON_ZERO((total_len) % 32 != 0)]; \ 40 #define CM_REQ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_req_msg, 0, 32) 101 #define CM_MRA_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_mra_msg, 0, 32) 109 #define CM_REJ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rej_msg, 0, 32) 114 #define CM_REJ_ARI CM_FIELD_MLOC(struct cm_rej_msg, 12, 576, void) 119 #define CM_REP_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rep_msg, 0, 32) 141 #define CM_RTU_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_rtu_msg, 0, 32) 147 #define CM_DREQ_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_dreq_msg, 0, 32) 154 #define CM_DREP_LOCAL_COMM_ID CM_FIELD32_LOC(struct cm_drep_msg, 0, 32) [all …]
|
/openbmc/bmcweb/static/styles/ |
H A D | json.css | 2 max-width: 500px; 4 font-family: monospace; 8 max-width: 576px; 9 margin: 0 auto;
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch | 3 Date: Wed, 19 Feb 2020 09:51:16 -0800 4 Subject: [PATCH] binutils-nativesdk: Search for alternative ld.so.conf in SDK 18 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 20 Upstream-Status: Inappropriate [OE specific tweak] 22 Signed-off-by: Khem Raj <raj.khem@gmail.com> 23 --- 24 ld/Makefile.am | 3 ++- 25 ld/Makefile.in | 3 ++- 26 ld/ldelf.c | 2 +- 29 5 files changed, 7 insertions(+), 3 deletions(-) [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvmodesnv17.c | 35 [TV_NORM_PAL_M] = "PAL-M", 36 [TV_NORM_PAL_N] = "PAL-N", 37 [TV_NORM_PAL_NC] = "PAL-Nc", 38 [TV_NORM_NTSC_M] = "NTSC-M", 39 [TV_NORM_NTSC_J] = "NTSC-J", 52 .tv_enc_mode = { 720, 576, 50000, { 53 0x2a, 0x9, 0x8a, 0xcb, 0x0, 0x0, 0xb, 0x18, 54 0x7e, 0x40, 0x8a, 0x35, 0x27, 0x0, 0x34, 0x3, 55 0x3e, 0x3, 0x17, 0x21, 0x1b, 0x1b, 0x24, 0x9c, 56 0x1, 0x0, 0xf, 0xf, 0x60, 0x5, 0xd3, 0x3, [all …]
|
/openbmc/linux/include/uapi/linux/dvb/ |
H A D | video.h | 1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ 3 * video.h - DEPRECATED MPEG-TS video decoder API 55 #define VIDEO_CMD_PLAY (0) 61 #define VIDEO_CMD_FREEZE_TO_BLACK (1 << 0) 64 #define VIDEO_CMD_STOP_TO_BLACK (1 << 0) 69 #define VIDEO_PLAY_FMT_NONE (0) 84 /* 0 or 1000 specifies normal speed, 86 -1 specifies backward single stepping, 88 <-1: reverse playback at (-speed/1000) of the normal speed. */ 100 the Vsync is for an odd, even or progressive (i.e. non-interlaced) [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | cru_rk3328.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 33 u32 reserved6[(0x100 - 0xb4) / 4]; 35 u32 reserved7[(0x200 - 0x1d4) / 4]; 40 u32 reserved9[(0x380 - 0x330) / 4]; 46 check_member(rk3328_cru, sdmmc_ext_con[1], 0x39c); 51 #define GPLL_HZ (576 * MHz)
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | async_stack_depth.c | 1 // SPDX-License-Identifier: GPL-2.0 33 __failure __msg("combined stack size of 2 calls is 576. Too large") 39 elem = bpf_map_lookup_elem(&hmap, &(int){0}); in pseudo_call_check() 41 return 0; in pseudo_call_check() 44 return bpf_timer_set_callback(&elem->timer, timer_cb) + buf[0]; in pseudo_call_check() 54 elem = bpf_map_lookup_elem(&hmap, &(int){0}); in async_call_root_check() 56 return 0; in async_call_root_check() 58 return bpf_timer_set_callback(&elem->timer, bad_timer_cb) + buf[0]; in async_call_root_check()
|
/openbmc/u-boot/include/ |
H A D | ppc_defs.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 8 * WARNING! This file is automatically generated - DO NOT EDIT! 10 #define KERNELBASE -1073741824 11 #define STATE 0 16 #define TSS 576 19 #define KSP 0
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
H A D | disable-float-tests.patch | 1 Upstream-Status: Pending 5 Last-Update: 2017-10-28 6 Forwarded: https://github.com/Microsoft/cpprestsdk/issues/576 10 --- cpprest.orig/Release/tests/functional/streams/istream_tests.cpp 12 @@ -1297,6 +1297,7 @@ 20 @@ -1343,6 +1344,7 @@ 21 if (expected == 0) VERIFY_ARE_EQUAL(1 / expected, 1 / actual);
|
/openbmc/linux/include/media/i2c/ |
H A D | tvp514x.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 13 * Karicheri Muralidharan <m-karicheri2@ti.com> 30 #define PAL_NUM_ACTIVE_LINES (576) 37 INPUT_CVBS_VI1A = 0x0, 40 INPUT_CVBS_VI2A = 0x04, 43 INPUT_CVBS_VI3A = 0x08, 46 INPUT_CVBS_VI4A = 0x0C, 48 * S-Video input selection 50 INPUT_SVIDEO_VI2A_VI1A = 0x44, 53 INPUT_SVIDEO_VI2A_VI3A = 0x54, [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/ |
H A D | fontawesome-webfont.svg | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > 6 <font id="fontawesomeregular" horiz-adv-x="1536" > 7 <font-face units-per-em="1792" ascent="1536" descent="-256" /> 8 <missing-glyph horiz-adv-x="448" /> 9 <glyph unicode=" " horiz-adv-x="448" /> 10 <glyph unicode="	" horiz-adv-x="448" /> 11 <glyph unicode=" " horiz-adv-x="448" /> 12 <glyph unicode="¨" horiz-adv-x="1792" /> 13 <glyph unicode="©" horiz-adv-x="1792" /> 14 <glyph unicode="®" horiz-adv-x="1792" /> [all …]
|