/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | r200.c | 155 int face; in r200_packet0_check() local 265 face = (reg - ((i * 24) + R200_PP_TXOFFSET_0)) / 4; in r200_packet0_check() 273 track->textures[i].cube_info[face - 1].offset = idx_value; in r200_packet0_check() 275 track->textures[i].cube_info[face - 1].robj = reloc->robj; in r200_packet0_check() 533 for (face = 0; face < 4; face++) { in r200_packet0_check() 534 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf); in r200_packet0_check() 535 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf); in r200_packet0_check()
|
A D | r100.c | 1568 int i, face; in r100_packet0_check() local 1887 for (face = 0; face < 4; face++) { in r100_packet0_check() 1888 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf); in r100_packet0_check() 1889 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf); in r100_packet0_check() 2135 unsigned face, w, h; in r100_cs_track_cube() local 2140 for (face = 0; face < 5; face++) { in r100_cs_track_cube() 2142 w = track->textures[idx].cube_info[face].width; in r100_cs_track_cube() 2143 h = track->textures[idx].cube_info[face].height; in r100_cs_track_cube() 2384 unsigned i, face; in r100_cs_track_clear() local 2450 for (face = 0; face < 5; face++) { in r100_cs_track_clear() [all …]
|
/linux-6.3-rc2/samples/bpf/ |
A D | tc_l2_redirect.sh | 40 $IP -n ns2 addr add 2401:face::66/64 dev lo nodad 138 $IP route add 2401:face::/64 via 2401:db02::66 dev ve2 149 $IP netns exec ns1 ping -6 -c1 2401:face::66 >& /dev/null 155 ping -6 -c1 2401:face::66 >& /dev/null
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmw_surface_cache.h | 212 u32 face, in vmw_surface_get_image_offset() argument 236 offset = mipChainBytes * face + mipChainBytesToLevel; in vmw_surface_get_image_offset()
|
A D | vmwgfx_surface.c | 65 uint32_t face; member 273 cmd->body.face[i].numMipLevels = srf->metadata.mip_levels[i]; in vmw_surface_define_encode() 320 body->host.face = cur_offset->face; in vmw_surface_dma_encode() 806 cur_offset->face = i; in vmw_surface_define_ioctl() 1890 cmd2->body.image.face = i / cache->num_mip_levels; in vmw_surface_dirty_sync() 1892 (cache->num_mip_levels * cmd2->body.image.face); in vmw_surface_dirty_sync()
|
A D | vmwgfx_stdu.c | 518 cmd->body.host.face = 0; in vmw_stdu_bo_fifo_commit() 1209 cmd_dma->body.host.face = 0; in vmw_stdu_bo_populate_dma() 1322 cmd_img->body.image.face = 0; in vmw_stdu_bo_populate_update_cpu() 1451 cmd_update->body.image.face = 0; in vmw_stdu_surface_update_proxy()
|
A D | vmwgfx_binding.c | 622 cmd->body.target.face = 0; in vmw_binding_scrub_render_target()
|
A D | vmwgfx_kms.c | 382 if (cmd->dma.host.face != 0 || cmd->dma.host.mipmap != 0) { in vmw_kms_cursor_snoop() 2938 cmd->body.image.face = 0; in vmw_kms_update_proxy()
|
/linux-6.3-rc2/drivers/media/platform/samsung/exynos4-is/ |
A D | fimc-is-param.h | 536 u32 face; member 886 struct is_fd_rect face; member 907 struct is_face_marker face[MAX_FACE_COUNT]; member
|
A D | fimc-is-param.c | 299 isp->aa.face = 0; in __is_set_init_isp_aa()
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/device_include/ |
A D | svga3d_cmd.h | 354 SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES]; member 365 SVGA3dSurfaceFace face[SVGA3D_MAX_SURFACE_FACES]; member 707 SVGA3dFace face; member 1049 SVGA3dFace face; member
|
A D | svga3d_types.h | 747 uint16 face; member 1450 uint32 face; member
|
/linux-6.3-rc2/Documentation/process/ |
A D | management-style.rst | 164 And the more convinced you are that you are right (and let's face it, 188 knowledge that we're better than the average person (let's face it, 209 specific directions, but let's face it, they might be good at what they 233 face it, it sure ain't you.
|
A D | embargoed-hardware-issues.rst | 118 face-to-face meetings are almost impossible to address hardware security
|
A D | deprecated.rst | 50 to make sure their systems do not continue running in the face of
|
/linux-6.3-rc2/drivers/net/ethernet/realtek/ |
A D | Kconfig | 93 reset sequence, in the face of severe receive errors. This "new"
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | coccinelle.rst | 517 …* TODO [[view:/home/user/linux/crypto/ctr.c::face=ovl-face1::linb=188::colb=9::cole=16][ERR_CAST c… 518 …* TODO [[view:/home/user/linux/crypto/authenc.c::face=ovl-face1::linb=619::colb=9::cole=16][ERR_CA… 519 …* TODO [[view:/home/user/linux/crypto/xts.c::face=ovl-face1::linb=227::colb=9::cole=16][ERR_CAST c…
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | cache-policies.rst | 51 improved performance and increased adaptability in the face of changing
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | reporting-issues.rst | 84 you face. 93 that made the kernel set this flag might be causing the issue you face. 173 face one of those if something breaks when updating from 5.10.4 to 5.10.5 (a 295 Linux kernel developers: an issue you face with one of them might have been 414 you face.* 483 that made the kernel set this flag might be causing the issue you face.* 486 lead to follow-up errors that look totally unrelated. The issue you face might 530 areas and thus might be causing the issue you face. You therefore have to 824 window fixes the issue you face; that's why you soon would have to retest with 858 you face or influence it somehow. [all …]
|
A D | binfmt-misc.rst | 86 this doesn't work very well in the face of mount namespaces and
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/ |
A D | mount-matrix.txt | 34 toward the face of the user.
|
/linux-6.3-rc2/Documentation/input/devices/ |
A D | xpad.rst | 12 have only digital face buttons.
|
/linux-6.3-rc2/Documentation/dev-tools/kunit/ |
A D | start.rst | 9 and covers common problems users face when using KUnit for the first time.
|
/linux-6.3-rc2/Documentation/gpu/ |
A D | introduction.rst | 143 could face when working on the graphics user-space stack, etc. For this reason,
|
/linux-6.3-rc2/Documentation/RCU/ |
A D | whatisRCU.rst | 233 be delayed. This property results in system resilience in face 1157 e. Do you need RCU grace periods to complete even in the face of
|