/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | table.c | 423 0, 0, 1, 0x00000c34, 0xffffffff, 0x38404242, 424 0, 0, 1, 0x00000c38, 0xffffffff, 0x26283034, 428 0, 0, 1, 0x00000c48, 0xffffffff, 0x30343840, 429 0, 0, 1, 0x00000c4c, 0xffffffff, 0x22242628, 430 0, 1, 0, 0x00000e20, 0xffffffff, 0x34363840, 431 0, 1, 0, 0x00000e24, 0xffffffff, 0x42424444, 432 0, 1, 0, 0x00000e28, 0xffffffff, 0x30323638, 433 0, 1, 0, 0x00000e2c, 0xffffffff, 0x40424444, 434 0, 1, 0, 0x00000e30, 0xffffffff, 0x28303236, 435 0, 1, 1, 0x00000e34, 0xffffffff, 0x38404242, [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-rgb.rst | 45 - 'r', 'g' and 'b' denote bits of the red, green and blue components 58 word [15:0] laid out at as [R\ :sub:`4` R\ :sub:`3` R\ :sub:`2` R\ :sub:`1` 59 R\ :sub:`0` G\ :sub:`5` G\ :sub:`4` G\ :sub:`3` G\ :sub:`2` G\ :sub:`1` 60 G\ :sub:`0` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2` B\ :sub:`1` B\ :sub:`0`], and 61 stored in memory in two bytes, [R\ :sub:`4` R\ :sub:`3` R\ :sub:`2` R\ :sub:`1` 62 R\ :sub:`0` G\ :sub:`5` G\ :sub:`4` G\ :sub:`3`] followed by [G\ :sub:`2` 63 G\ :sub:`1` G\ :sub:`0` B\ :sub:`4` B\ :sub:`3` B\ :sub:`2` B\ :sub:`1` 82 - :cspan:`7` Byte 1 93 - 1 102 - 1 [all …]
|
H A D | pixfmt-srggb10-ipu3.rst | 40 - G\ :sub:`0001low`\ (bits 7--2) 42 B\ :sub:`0000high`\ (bits 1--0) 45 G\ :sub:`0001high`\ (bits 3--0) 46 - G\ :sub:`0003low`\ (bits 7--6) 50 - G\ :sub:`0003high` 52 - G\ :sub:`0005low`\ (bits 7--2) 54 B\ :sub:`0004high`\ (bits 1--0) 57 G\ :sub:`0005high`\ (bits 3--0) 59 - G\ :sub:`0007low`\ (bits 7--6) 62 - G\ :sub:`0007high` [all …]
|
H A D | subdev-formats.rst | 17 :widths: 1 1 2 123 :widths: 3 1 4 183 1 and 2. 195 1, an endianness value stating if the pixel is transferred MSB first 263 - 1 265 * .. _MEDIA-BUS-FMT-RGB444-1X12: 292 - r\ :sub:`1` 294 - g\ :sub:`3` 295 - g\ :sub:`2` 296 - g\ :sub:`1` [all …]
|
H A D | bayer.svg | 3 …c:Work></rdf:RDF></metadata><g id="g186" class="com.sun.star.drawing.CustomShape" transform="trans… 5 …g></g><g id="g203" class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"… 6 …g></g><g id="g220" class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"… 7 </g></g><g id="g237" class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)… 8 …g></g><g id="g254" class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"… 10 </g></g><g id="g281" class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)… 11 …g></g><g id="g298" class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"… 12 …g></g><g id="g315" class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)"… 13 </g></g><g id="g332" class="com.sun.star.drawing.CustomShape" transform="translate(-3285.9 -3185.9)… 14 </g></g><g id="g349" class="com.sun.star.drawing.TextShape" transform="translate(-3285.9 -3185.9)">… [all …]
|
H A D | pixfmt-srggb14p.rst | 48 :widths: 2 1 1 1 1 3 3 3 51 - .. row 1 57 - G\ :sub:`01high` 61 - G\ :sub:`03high` 63 - G\ :sub:`01low bits 1--0`\ (bits 7--6) 69 G\ :sub:`01low bits 5--2`\ (bits 3--0) 71 - G\ :sub:`03low bits 5--0`\ (bits 7--2) 73 B\ :sub:`02low bits 5--4`\ (bits 1--0) 79 - G\ :sub:`10high` 83 - G\ :sub:`12high` [all …]
|
/openbmc/linux/tools/perf/bench/ |
H A D | numa.c | 42 # define RUSAGE_THREAD 1 48 #define tprintf(x...) do { if (g && g->p.show_details >= 0) printf(x); } while (0) 54 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) 162 static struct global_info *g = NULL; variable 173 OPT_STRING('G', "mb_global" , &p0.mb_global_str, "MB", "global memory (MBs)"), 231 for (i = 0; i < g->p.nr_nodes; i++) { in nr_numa_nodes() 290 if (target_cpu == -1) { in bind_to_cpu() 293 for (cpu = 0; cpu < g->p.nr_cpus; cpu++) in bind_to_cpu() 296 if (target_cpu < 0 || target_cpu >= g->p.nr_cpus) in bind_to_cpu() 313 BUG_ON(-1); in bind_to_cpu() [all …]
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-base.c | 24 virtio_gpu_base_reset(VirtIOGPUBase *g) in virtio_gpu_base_reset() argument 28 g->enable = 0; in virtio_gpu_base_reset() 30 for (i = 0; i < g->conf.max_outputs; i++) { in virtio_gpu_base_reset() 31 g->scanout[i].resource_id = 0; in virtio_gpu_base_reset() 32 g->scanout[i].width = 0; in virtio_gpu_base_reset() 33 g->scanout[i].height = 0; in virtio_gpu_base_reset() 34 g->scanout[i].x = 0; in virtio_gpu_base_reset() 35 g->scanout[i].y = 0; in virtio_gpu_base_reset() 36 g->scanout[i].ds = NULL; in virtio_gpu_base_reset() 41 virtio_gpu_base_fill_display_info(VirtIOGPUBase *g, in virtio_gpu_base_fill_display_info() argument [all …]
|
H A D | vhost-user-gpu.c | 117 #define VHOST_USER_GPU_PROTOCOL_F_DMABUF2 1 119 static void vhost_user_gpu_update_blocked(VhostUserGPU *g, bool blocked); 122 vhost_user_gpu_handle_cursor(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_cursor() argument 127 if (pos->scanout_id >= g->parent_obj.conf.max_outputs) { in vhost_user_gpu_handle_cursor() 130 s = &g->parent_obj.scanout[pos->scanout_id]; in vhost_user_gpu_handle_cursor() 152 vhost_user_gpu_send_msg(VhostUserGPU *g, const VhostUserGpuMsg *msg) in vhost_user_gpu_send_msg() argument 154 qemu_chr_fe_write(&g->vhost_chr, (uint8_t *)msg, in vhost_user_gpu_send_msg() 159 vhost_user_gpu_unblock(VhostUserGPU *g) in vhost_user_gpu_unblock() argument 166 vhost_user_gpu_send_msg(g, &msg); in vhost_user_gpu_unblock() 170 vhost_user_gpu_handle_display(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_display() argument [all …]
|
H A D | virtio-gpu-virgl.c | 33 virtio_gpu_virgl_find_resource(VirtIOGPU *g, uint32_t resource_id) in virtio_gpu_virgl_find_resource() argument 37 res = virtio_gpu_find_resource(g, resource_id); in virtio_gpu_virgl_find_resource() 53 #if VIRGL_VERSION_MAJOR >= 1 56 struct VirtIOGPU *g; member 68 VirtIOGPU *g = opaque; in virtio_gpu_virgl_resume_cmdq_bh() local 70 virtio_gpu_process_cmdq(g); in virtio_gpu_virgl_resume_cmdq_bh() 83 b = VIRTIO_GPU_BASE(vmr->g); in virtio_gpu_virgl_hostmem_region_free() 91 gl = VIRTIO_GPU_GL(vmr->g); in virtio_gpu_virgl_hostmem_region_free() 96 virtio_gpu_virgl_map_resource_blob(VirtIOGPU *g, in virtio_gpu_virgl_map_resource_blob() argument 101 VirtIOGPUBase *b = VIRTIO_GPU_BASE(g); in virtio_gpu_virgl_map_resource_blob() [all …]
|
H A D | virtio-gpu-rutabaga.c | 32 virtio_gpu_rutabaga_update_cursor(VirtIOGPU *g, struct virtio_gpu_scanout *s, in virtio_gpu_rutabaga_update_cursor() argument 39 VirtIOGPURutabaga *vr = VIRTIO_GPU_RUTABAGA(g); in virtio_gpu_rutabaga_update_cursor() 41 res = virtio_gpu_find_resource(g, resource_id); in virtio_gpu_rutabaga_update_cursor() 56 transfer.d = 1; in virtio_gpu_rutabaga_update_cursor() 69 VirtIOGPU *g = VIRTIO_GPU(b); in virtio_gpu_rutabaga_gl_flushed() local 70 virtio_gpu_process_cmdq(g); in virtio_gpu_rutabaga_gl_flushed() 74 rutabaga_cmd_create_resource_2d(VirtIOGPU *g, in rutabaga_cmd_create_resource_2d() argument 82 VirtIOGPURutabaga *vr = VIRTIO_GPU_RUTABAGA(g); in rutabaga_cmd_create_resource_2d() 90 rc_3d.bind = (1 << 1); in rutabaga_cmd_create_resource_2d() 93 rc_3d.depth = 1; in rutabaga_cmd_create_resource_2d() [all …]
|
H A D | virtio-gpu.c | 36 #define VIRTIO_GPU_VM_VERSION 1 39 virtio_gpu_find_check_resource(VirtIOGPU *g, uint32_t resource_id, 45 void virtio_gpu_update_cursor_data(VirtIOGPU *g, in virtio_gpu_update_cursor_data() argument 53 res = virtio_gpu_find_check_resource(g, resource_id, false, in virtio_gpu_update_cursor_data() 78 static void update_cursor(VirtIOGPU *g, struct virtio_gpu_update_cursor *cursor) in update_cursor() argument 81 VirtIOGPUClass *vgc = VIRTIO_GPU_GET_CLASS(g); in update_cursor() 84 if (cursor->pos.scanout_id >= g->parent_obj.conf.max_outputs) { in update_cursor() 87 s = &g->parent_obj.scanout[cursor->pos.scanout_id]; in update_cursor() 104 vgc->update_cursor_data(g, s, cursor->resource_id); in update_cursor() 117 virtio_gpu_find_resource(VirtIOGPU *g, uint32_t resource_id) in virtio_gpu_find_resource() argument [all …]
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | regs-gsc.h | 7 * Register definition file for Samsung G-Scaler driver 13 /* G-Scaler enable */ 15 #define GSC_ENABLE_PP_UPDATE_TIME_MASK (1 << 9) 17 #define GSC_ENABLE_PP_UPDATE_TIME_EOPAS (1 << 9) 18 #define GSC_ENABLE_CLK_GATE_MODE_MASK (1 << 8) 19 #define GSC_ENABLE_CLK_GATE_MODE_FREE (1 << 8) 20 #define GSC_ENABLE_IPC_MODE_MASK (1 << 7) 22 #define GSC_ENABLE_IPC_MODE (1 << 7) 23 #define GSC_ENABLE_PP_UPDATE_MODE_MASK (1 << 6) 24 #define GSC_ENABLE_PP_UPDATE_FIRE_MODE (1 << 6) [all …]
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-regs.h | 6 * Register definition file for Samsung G-Scaler driver 12 /* G-Scaler enable */ 14 #define GSC_ENABLE_OP_STATUS (1 << 2) 15 #define GSC_ENABLE_SFR_UPDATE (1 << 1) 16 #define GSC_ENABLE_ON (1 << 0) 18 /* G-Scaler S/W reset */ 20 #define GSC_SW_RESET_SRESET (1 << 0) 22 /* G-Scaler IRQ */ 24 #define GSC_IRQ_STATUS_OR_IRQ (1 << 17) 25 #define GSC_IRQ_STATUS_FRM_DONE_IRQ (1 << 16) [all …]
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 46 static int opt_fdnum = -1; 52 static void vg_cleanup_mapping(VuGpu *g, 111 vg_sock_fd_close(VuGpu *g) in vg_sock_fd_close() argument 113 if (g->sock_fd >= 0) { in vg_sock_fd_close() 114 close(g->sock_fd); in vg_sock_fd_close() 115 g->sock_fd = -1; in vg_sock_fd_close() 122 VuGpu *g = user_data; in source_wait_cb() local 124 if (!vg_recv_msg(g, VHOST_USER_GPU_DMABUF_UPDATE, 0, NULL)) { in source_wait_cb() 129 g->wait_in = 0; in source_wait_cb() 130 vg_handle_ctrl(&g->dev.parent, 0); in source_wait_cb() [all …]
|
H A D | virgl.c | 22 vg_virgl_update_cursor_data(VuGpu *g, uint32_t resource_id, in vg_virgl_update_cursor_data() argument 38 virgl_cmd_context_create(VuGpu *g, in virgl_cmd_context_create() argument 50 virgl_cmd_context_destroy(VuGpu *g, in virgl_cmd_context_destroy() argument 61 virgl_cmd_create_resource_2d(VuGpu *g, in virgl_cmd_create_resource_2d() argument 72 args.bind = (1 << 1); in virgl_cmd_create_resource_2d() 75 args.depth = 1; in virgl_cmd_create_resource_2d() 76 args.array_size = 1; in virgl_cmd_create_resource_2d() 84 virgl_cmd_create_resource_3d(VuGpu *g, in virgl_cmd_create_resource_3d() argument 107 virgl_cmd_resource_unref(VuGpu *g, in virgl_cmd_resource_unref() argument 120 vg_cleanup_mapping_iov(g, res_iovs, num_iovs); in virgl_cmd_resource_unref() [all …]
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | kunit_suitememorydiagram.svg | 3 <g transform="translate(-13.724 -17.943)"> 4 <g fill="#dad4d4" fill-opacity=".91765" stroke="#1a1a1a"> 9 </g> 10 <g> 11 <rect x="323.56" y="421.76" width="115.75" height="41.331" fill="#b9dbc6" stroke="#1a1a1a"/> 13 </g> 14 <g transform="translate(0 -258.6)"> 15 <rect x="323.56" y="421.76" width="115.75" height="41.331" fill="#b9dbc6" stroke="#1a1a1a"/> 17 </g> 18 <g transform="translate(0 -217.27)"> [all …]
|
/openbmc/qemu/tests/functional/ |
H A D | test_mem_addr_space.py | 19 # the VM generates empty logs. A delay of 1 second is added for 21 DELAY_Q35_BOOT_SEQUENCE = 1 31 hotpluggable memory size is 60 GiB. Per slot, we reserve 1 GiB of memory 37 59.6G, QEMU should fail to start with a message "phy-bits are too low". 38 If maxmem is set to 59.5G with all other QEMU parameters identical, QEMU 42 '512,slots=1,maxmem=59.6G', 44 '-object', 'memory-backend-ram,id=mem1,size=1G', 49 self.assertEqual(self.vm.exitcode(), 1, "QEMU exit code should be 1") 59 '512,slots=1,maxmem=59.6G', 61 '-object', 'memory-backend-ram,id=mem1,size=1G', [all …]
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | bt8xxgpio.rst | 27 G G G G G G G G G G G G G G G G G G 28 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 29 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 61 This is pin 1
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | common.filter | 40 gsed -e '/Attached to:/s/\device[[0-9]\+\]/device[N]/g' 46 sed -e "s#$TEST_DIR/#TEST_DIR/#g" \ 47 -e "s#$SOCK_DIR/#SOCK_DIR/#g" \ 48 -e "s#SOCK_DIR/fuse-#TEST_DIR/#g" 54 sed -e "s#$IMGFMT#IMGFMT#g" 69 gsed -e 's/\r//g' 77 -e "s/: line [0-9][0-9]*: *[0-9][0-9]*\( Aborted\| Killed\)/:\1/" \ 78 -e "s/qemu-io> //g" 84 gsed -e "s#\\(^\\|(qemu) \\)$(basename $QEMU_PROG):#\1QEMU_PROG:#" \ 93 gsed -e 's#\("\(micro\)\?seconds": \)[0-9]\+#\1 TIMESTAMP#g' \ [all …]
|
/openbmc/linux/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra.c | 256 const struct tegra_pingroup *g; in tegra_pinctrl_set_mux() local 260 g = &pmx->soc->groups[group]; in tegra_pinctrl_set_mux() 262 if (WARN_ON(g->mux_reg < 0)) in tegra_pinctrl_set_mux() 265 for (i = 0; i < ARRAY_SIZE(g->funcs); i++) { in tegra_pinctrl_set_mux() 266 if (g->funcs[i] == function) in tegra_pinctrl_set_mux() 269 if (WARN_ON(i == ARRAY_SIZE(g->funcs))) in tegra_pinctrl_set_mux() 272 val = pmx_readl(pmx, g->mux_bank, g->mux_reg); in tegra_pinctrl_set_mux() 273 val &= ~(0x3 << g->mux_bit); in tegra_pinctrl_set_mux() 274 val |= i << g->mux_bit; in tegra_pinctrl_set_mux() 275 pmx_writel(pmx, val, g->mux_bank, g->mux_reg); in tegra_pinctrl_set_mux() [all …]
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_main_regs.h | 19 TARGET_ANA_AC = 1, 62 0, 1, 839108, 0, 1, 4, 0, 0, 1, 4) 64 #define ANA_AC_RAM_INIT_RAM_INIT BIT(1) 78 0, 1, 894472, 0, 1, 352, 52, r, 3, 4) 87 #define ANA_AC_SRC_CFG(g) __REG(TARGET_ANA_AC,\ argument 88 0, 1, 849920, g, 102, 16, 0, 0, 1, 4) 91 #define ANA_AC_SRC_CFG1(g) __REG(TARGET_ANA_AC,\ argument 92 0, 1, 849920, g, 102, 16, 4, 0, 1, 4) 95 #define ANA_AC_SRC_CFG2(g) __REG(TARGET_ANA_AC,\ argument 96 0, 1, 849920, g, 102, 16, 8, 0, 1, 4) [all …]
|
/openbmc/linux/drivers/staging/most/dim2/ |
H A D | hal.c | 27 * 1: block size is 512, max allocation is 16K 55 return (u32)1 << position; in bit_mask() 72 u16 sz_queue[CDT0_RPC_MASK + 1]; 84 static struct lld_global_vars_t g = { false }; variable 94 return 1 << i; in dbr_get_mask_size() 120 if ((g.dbr_map[i] & mask) == 0) { in alloc_dbr() 121 g.dbr_map[i] |= mask; in alloc_dbr() 126 mask <<= mask_size - 1; in alloc_dbr() 127 } while ((mask <<= 1) != 0); in alloc_dbr() 140 g.dbr_map[block_idx / 32] &= ~mask; in free_dbr() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/ |
H A D | 0001-makefiles-Append-to-CFLAGS-instead-of-re-assign.patch | 25 @@ -1,6 +1,6 @@ 28 -CFLAGS = -g -Wall 29 +CFLAGS += -g -Wall 37 @@ -1,6 +1,6 @@ 40 -CFLAGS = -g -Wall 41 +CFLAGS += -g -Wall 53 -CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 54 +CFLAGS += -g -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 62 @@ -1,6 +1,6 @@ 65 -CFLAGS = -g -Wall [all …]
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 2 …g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return new m.fn.i… function 4 …g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||… argument 5 …1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.ste… function
|