Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_wrapper.c74 if (dml2->v20.dml_core_ctx.project != dml_project_dcn35 && in map_hw_resources()
75 dml2->v20.dml_core_ctx.project != dml_project_dcn351) { in map_hw_resources()
85 …dml2->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id[num_pipes] = dml2->v20.scratch.… in map_hw_resources()
86 dml2->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id_valid[num_pipes] = true; in map_hw_resources()
87 …dml2->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id[num_pipes] = dml2->v20.scratch.d… in map_hw_resources()
88 dml2->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_id_valid[num_pipes] = true; in map_hw_resources()
98 struct dml2_wrapper_scratch *s = &dml2->v20.scratch; in pack_and_call_dml_mode_support_ex()
100 s->mode_support_params.mode_lib = &dml2->v20.dml_core_ctx; in pack_and_call_dml_mode_support_ex()
231 …struct dml2_calculate_lowest_supported_state_for_temp_read_scratch *s = &dml2->v20.scratch.dml2_ca… in calculate_lowest_supported_state_for_temp_read()
232 struct dml2_wrapper_scratch *s_global = &dml2->v20.scratch; in calculate_lowest_supported_state_for_temp_read()
[all …]
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()
283 …struct dml2_calculate_rq_and_dlg_params_scratch *s = &in_ctx->v20.scratch.calculate_rq_and_dlg_par… in dml2_calculate_rq_and_dlg_params()
285 …context->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz = (unsigned int)in_ctx->v20.dml_core_ctx.mp.DCFCL… in dml2_calculate_rq_and_dlg_params()
288 if (in_ctx->v20.dml_core_ctx.ms.support.FCLKChangeSupport[0] == dml_fclock_change_unsupported) in dml2_calculate_rq_and_dlg_params()
296 …context->bw_ctx.bw.dcn.compbuf_size_kb = in_ctx->v20.dml_core_ctx.ip.config_return_buffer_size_in_… in dml2_calculate_rq_and_dlg_params()
307 …in_ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_plane_index[context->res_ctx.pipe_ctx[d… 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()
316 …ASSERT(in_ctx->v20.scratch.dml_to_dc_pipe_mapping.dml_pipe_idx_to_stream_id[dml_pipe_idx] == conte… in dml2_calculate_rq_and_dlg_params()
[all …]
Ddml2_translation_helper.c36 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_ip_params()
278 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_socbb_params()
328 …struct dml2_policy_build_synthetic_soc_states_scratch *s = &dml2->v20.scratch.create_scratch.build… in dml2_init_soc_states()
329 …struct dml2_policy_build_synthetic_soc_states_params *p = &dml2->v20.scratch.build_synthetic_socbb… in dml2_init_soc_states()
332 unsigned int dml_project = dml2->v20.dml_core_ctx.project; in dml2_init_soc_states()
347 p->in_states = &dml2->v20.scratch.create_scratch.in_states; in dml2_init_soc_states()
351 switch (dml2->v20.dml_core_ctx.project) { in dml2_init_soc_states()
501 if ((dml2->v20.dml_core_ctx.project == dml_project_dcn32) || in dml2_init_soc_states()
502 (dml2->v20.dml_core_ctx.project == dml_project_dcn321)) { in dml2_init_soc_states()
508 } else if (dml2->v20.dml_core_ctx.project != dml_project_dcn35 && in dml2_init_soc_states()
[all …]
Ddml2_internal_types.h145 } v20; member
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()
705 bool is_plane_duplicate = ctx->v20.scratch.plane_duplicate_exists; in free_unused_pipes_for_plane()
711 …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.12.1/arch/riscv/crypto/
Daes-riscv64-zvkned.S146 vle32.v v20, (INP) // Load ciphertext blocks
147 vslideup.vi v16, v20, 4 // Setup prev ciphertext blocks
149 vslidedown.vx v24, v20, t1 // Save last ciphertext block
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
260 vle32.v v20, (INP) // Load next set of ciphertext blocks
262 vslideup.vi v24, v20, 4 // Setup prev ciphertext blocks
263 vslidedown.vx v16, v20, t1 // Save last ciphertext block of this set
264 aes_decrypt v20, \keylen // Decrypt this set of blocks
[all …]
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)
Dchacha-riscv64-zvkb.S237 vxor.vv v20, v20, v4
Dsha512-riscv64-zvknhb-zvkb.S64 #define VTMP v20 // LMUL=2
/linux-6.12.1/arch/powerpc/crypto/
Dcrc32-vpmsum_core.S87 stvx v20,0,r6
184 lvx v20,off64,r4
186 VPERM(v20,v20,v20,byteswap)
223 VPMSUMD(v12,v20,const1)
224 lvx v20,off64,r4
225 VPERM(v20,v20,v20,byteswap)
282 VPMSUMD(v12,v20,const1)
283 lvx v20,off64,r4
284 VPERM(v20,v20,v20,byteswap)
330 VPMSUMD(v12,v20,const1)
[all …]
/linux-6.12.1/tools/testing/selftests/powerpc/include/
Dvmx_asm.h11 stvx v20,reg,%r1; \
38 lvx v20,reg,%r1; \
68 lvx v20,r5,r3
/linux-6.12.1/arch/arm64/crypto/
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 …]
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
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
Daes-ce.S31 ld1 {v17.4s-v20.4s}, [\rk]
113 round_Nx \enc, v20, \i0, \i1, \i2, \i3, \i4
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; \
Dsha2-ce-core.S15 dgav .req v20
Dsha512-ce-core.S115 ld1 {v20.2d-v23.2d}, [x3], #64
/linux-6.12.1/arch/powerpc/lib/
Dcrtsavres.S239 stvx v20,r11,r0
277 lvx v20,r11,r0
444 stvx v20,r12,r0
494 lvx v20,r12,r0
/linux-6.12.1/arch/arm/boot/dts/marvell/
Dkirkwood-ds212j.dts15 model = "Synology DS212j v10, v20";
Dkirkwood-ds210.dts15 model = "Synology DS210 v10, v20, v30, DS211j";
Dkirkwood-ds212.dts15 model = "Synology DS212, DS212p v10, v20, DS213air v10, DS213 v10";
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/
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.12.1/tools/testing/selftests/powerpc/math/
Dvmx_asm.S16 vcmpequd. v1,v0,v20
88 # v20-v31 are non-volatile
/linux-6.12.1/arch/s390/kernel/vdso64/
Dvgetrandom-chacha.S18 #define TMP0 %v20

12