Home
last modified time | relevance | path

Searched refs:v20 (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c100 struct dml2_wrapper_scratch *s = &dml2->v20.scratch; in pack_and_call_dml_mode_support_ex()
237 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in calculate_lowest_supported_state_for_temp_read()
279 dml2_extract_watermark_set(&dml2->v20.g6_temp_read_watermark_set, &dml2->v20.dml_core_ctx); in calculate_lowest_supported_state_for_temp_read()
342 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in dml_mode_support_wrapper()
379 s->cur_policy = dml2->v20.dml_core_ctx.policy; in dml_mode_support_wrapper()
390 dml2->v20.dml_core_ctx.policy = s->new_policy; in dml_mode_support_wrapper()
404 dml2->v20.dml_core_ctx.policy = s->cur_policy; in dml_mode_support_wrapper()
700 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in dml2_validate_only()
707 &dml2->v20.scratch.cur_display_config, in dml2_validate_only()
708 &dml2->v20.scratch.mode_support_info); in dml2_validate_only()
[all …]
H A Ddml2_utils.c198 …if (ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[i] && ctx->v20.scratch… in dml2_helper_find_dml_pipe_idx_by_stream_id()
209 …if (ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id_valid[i] && ctx->v20.scratch.… in find_dml_pipe_idx_by_plane_id()
220 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists; in get_plane_id()
288 if (in_ctx->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0] == dml_fclock_change_unsupported) in dml2_calculate_rq_and_dlg_params()
315 ASSERT(in_ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[dml_pipe_idx]); in dml2_calculate_rq_and_dlg_params()
339 dml_rq_dlg_get_rq_reg(&s->rq_regs, &in_ctx->v20.dml_core_ctx, dml_pipe_idx); in dml2_calculate_rq_and_dlg_params()
340 …dml_rq_dlg_get_dlg_reg(&s->disp_dlg_regs, &s->disp_ttu_regs, &in_ctx->v20.dml_core_ctx, dml_pipe_i… in dml2_calculate_rq_and_dlg_params()
364 …bw_ctx.bw.dcn.clk.max_supported_dppclk_khz = in_ctx->v20.dml_core_ctx.states.state_array[in_ctx->v… in dml2_calculate_rq_and_dlg_params()
366 …w_ctx.bw.dcn.clk.max_supported_dispclk_khz = in_ctx->v20.dml_core_ctx.states.state_array[in_ctx->v… in dml2_calculate_rq_and_dlg_params()
531 total_det_allocated += dml_get_det_buffer_size_kbytes(&in_ctx->v20.dml_core_ctx, dml_pipe_idx); in dml2_verify_det_buffer_configuration()
[all …]
H A Ddml2_translation_helper.c36 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_ip_params()
279 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_socbb_params()
334 unsigned int dml_project = dml2->v20.dml_core_ctx.project; in dml2_init_soc_states()
349 p->in_states = &dml2->v20.scratch.create_scratch.in_states; in dml2_init_soc_states()
353 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_soc_states()
504 (dml2->v20.dml_core_ctx.project == dml_project_dcn321)) { in dml2_init_soc_states()
511 dml2->v20.dml_core_ctx.project != dml_project_dcn36 && in dml2_init_soc_states()
512 dml2->v20.dml_core_ctx.project != dml_project_dcn351) { in dml2_init_soc_states()
559 if (dml2->v20.dml_core_ctx.project == dml_project_dcn35 || in dml2_init_soc_states()
1324 if (dml2->v20.dml_core_ctx.ip.hostvm_enable) in map_dc_state_into_dml_display_cfg()
[all …]
H A Ddml2_internal_types.h145 } v20; member
H A Ddml2_dc_resource_mgmt.c62 bool is_plane_duplicate = dml2->v20.scratch.plane_duplicate_exists; in get_plane_id()
132 …ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[state->res_ctx.pipe_ctx[i].pip… in find_master_pipe_of_plane()
155 ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[pipe->pipe_idx], in find_pipes_assigned_to_plane()
706 bool is_plane_duplicate = ctx->v20.scratch.plane_duplicate_exists; in free_unused_pipes_for_plane()
712 …ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[state->res_ctx.pipe_ctx[i].pip… in free_unused_pipes_for_plane()
/linux-6.15/arch/riscv/crypto/
H A Daes-riscv64-zvkned.S146 vle32.v v20, (INP) // Load ciphertext blocks
147 vslideup.vi v16, v20, 4 // Setup prev ciphertext blocks
150 aes_decrypt v20, \keylen // Decrypt the blocks
151 vxor.vv v20, v20, v16 // XOR with prev ciphertext blocks
152 vse32.v v20, (OUTP) // Store plaintext blocks
274 vslidedown.vx v20, v20, t1 // Extract raw plaintext of last full block
291 vxor.vv v20, v20, v28 // Decrypt(C[n]) ^ C[n-2] == P[n-1]
293 vse32.v v20, (t1) // Store P[n-1]
304 vmv.v.v v16, v20 // v16 = Decrypt(C[n-1])
312 vxor.vv v20, v20, v28 // XOR with C[n-2]
[all …]
H A Daes-riscv64-zvkned-zvkb.S89 viota.m v20, v0, v0.t
92 vadd.vv v16, v16, v20, v0.t
113 vle8.v v20, (INP)
114 vxor.vv v20, v20, v24
115 vse8.v v20, (OUTP)
H A Dchacha-riscv64-zvkb.S237 vxor.vv v20, v20, v4
H A Dsha512-riscv64-zvknhb-zvkb.S64 #define VTMP v20 // LMUL=2
/linux-6.15/arch/powerpc/lib/
H A Dcrc32-vpmsum_core.S186 VPERM(v20,v20,v20,byteswap)
225 VPERM(v20,v20,v20,byteswap)
284 VPERM(v20,v20,v20,byteswap)
620 vxor v20,v20,v20
722 .Lv14: vxor v20,v20,v14
724 .Lv12: vxor v20,v20,v12
728 .Lv8: vxor v20,v20,v8
730 .Lv6: vxor v20,v20,v6
732 .Lv4: vxor v20,v20,v4
734 .Lv2: vxor v20,v20,v2
[all …]
H A Dcrtsavres.S239 stvx v20,r11,r0
277 lvx v20,r11,r0
444 stvx v20,r12,r0
494 lvx v20,r12,r0
/linux-6.15/tools/testing/selftests/powerpc/include/
H A Dvmx_asm.h11 stvx v20,reg,%r1; \
38 lvx v20,reg,%r1; \
68 lvx v20,r5,r3
/linux-6.15/arch/arm64/crypto/
H A Dchacha-neon-core.S513 ld4r {v20.4s-v23.4s}, [x0], #16
546 add v4.4s, v4.4s, v20.4s
547 mov w6, v20.s[0]
617 zip1 v20.4s, v4.4s, v5.4s
665 zip1 v1.2d, v20.2d, v22.2d
666 zip2 v5.2d, v20.2d, v22.2d
673 ld1 {v20.16b-v23.16b}, [x2], #64
705 eor v20.16b, v20.16b, v4.16b
718 st1 {v20.16b-v23.16b}, [x1], #64
741 0: eor v20.16b, v20.16b, v28.16b
[all …]
H A Daes-neon.S50 ld1 {v20.16b-v23.16b}, [\temp], #64
74 tbx \in\().16b, {v20.16b-v23.16b}, v9.16b
136 tbx \in0\().16b, {v20.16b-v23.16b}, v8.16b
137 tbx \in1\().16b, {v20.16b-v23.16b}, v9.16b
139 tbx \in2\().16b, {v20.16b-v23.16b}, v10.16b
141 tbx \in3\().16b, {v20.16b-v23.16b}, v11.16b
H A Dsha3-ce-core.S51 ld1 {v20.1d-v23.1d}, [x8], #32
117 eor3 v25.16b, v25.16b, v15.16b, v20.16b
132 xar v14.2d, v20.2d, v30.2d, (64 - 18)
152 bcax v20.16b, v31.16b, v22.16b, v8.16b
196 st1 {v20.1d-v23.1d}, [x0], #32
H A Daes-ce.S31 ld1 {v17.4s-v20.4s}, [\rk]
113 round_Nx \enc, v20, \i0, \i1, \i2, \i3, \i4
H A Dsm4-neon-core.S36 ld1 {v20.16b-v23.16b}, [x5], #64; \
107 tbx RTMP0.16b, {v20.16b-v23.16b}, RX0.16b; \
178 tbx RTMP0.16b, {v20.16b-v23.16b}, RX0.16b; \
179 tbx RTMP1.16b, {v20.16b-v23.16b}, RX1.16b; \
H A Dsha2-ce-core.S15 dgav .req v20
/linux-6.15/arch/arm/boot/dts/marvell/
H A Dkirkwood-ds212j.dts15 model = "Synology DS212j v10, v20";
H A Dkirkwood-ds210.dts15 model = "Synology DS210 v10, v20, v30, DS211j";
H A Dkirkwood-ds212.dts15 model = "Synology DS212, DS212p v10, v20, DS213air v10, DS213 v10";
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgv100.c138 u8 v20 = (1 << (j + 1)) % gr->tpc_total; in gv100_grctx_generate_rop_mapping() local
143 (v20 << 8) | in gv100_grctx_generate_rop_mapping()
/linux-6.15/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S16 vcmpequd. v1,v0,v20
88 # v20-v31 are non-volatile
/linux-6.15/tools/testing/selftests/riscv/vector/
H A Dv_exec_initval_nolibc.c74 CHECK_VECTOR_REGISTER(v20); in main()
/linux-6.15/arch/s390/kernel/vdso64/
H A Dvgetrandom-chacha.S18 #define TMP0 %v20

12