Home
last modified time | relevance | path

Searched refs:opp (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce/
Ddce_opp.c533 struct output_pixel_processor *opp, in dce110_opp_program_bit_depth_reduction() argument
536 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce110_opp_program_bit_depth_reduction()
545 struct output_pixel_processor *opp, in dce60_opp_program_bit_depth_reduction() argument
548 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce60_opp_program_bit_depth_reduction()
557 struct output_pixel_processor *opp, in dce110_opp_program_clamping_and_pixel_encoding() argument
560 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce110_opp_program_clamping_and_pixel_encoding()
568 struct output_pixel_processor *opp, in dce60_opp_program_clamping_and_pixel_encoding() argument
571 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in dce60_opp_program_clamping_and_pixel_encoding()
578 static void program_formatter_420_memory(struct output_pixel_processor *opp) in program_formatter_420_memory() argument
580 struct dce110_opp *opp110 = TO_DCE110_OPP(opp); in program_formatter_420_memory()
[all …]
Ddce_opp.h32 #define FROM_DCE11_OPP(opp)\ argument
33 container_of(opp, struct dce110_opp, base)
304 #define TO_DCE110_OPP(opp)\ argument
305 container_of(opp, struct dce110_opp, base)
330 void dce110_opp_destroy(struct output_pixel_processor **opp);
336 struct output_pixel_processor *opp,
340 struct output_pixel_processor *opp,
344 struct output_pixel_processor *opp,
350 struct output_pixel_processor *opp,
Ddmub_psr.c347 if (pipe_ctx->stream_res.opp) in dmub_psr_copy_settings()
348 copy_settings_data->opp_inst = pipe_ctx->stream_res.opp->inst; in dmub_psr_copy_settings()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/
Dopp.h306 struct output_pixel_processor *opp,
311 struct output_pixel_processor *opp,
317 struct output_pixel_processor *opp,
322 struct output_pixel_processor *opp,
326 void (*opp_destroy)(struct output_pixel_processor **opp);
329 struct output_pixel_processor *opp,
334 struct output_pixel_processor *opp,
338 struct output_pixel_processor *opp,
348 struct output_pixel_processor *opp,
353 struct output_pixel_processor *opp);
[all …]
/openbsd/src/lib/libcrypto/asn1/
Dasn1_par.c123 const unsigned char *p, *ep, *tot, *op, *opp; in asn1_parse2() local
226 opp = op; in asn1_parse2()
227 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) != in asn1_parse2()
250 opp = op; in asn1_parse2()
251 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl); in asn1_parse2()
253 opp = os->data; in asn1_parse2()
257 if (((opp[i] < ' ') && in asn1_parse2()
258 (opp[i] != '\n') && in asn1_parse2()
259 (opp[i] != '\r') && in asn1_parse2()
260 (opp[i] != '\t')) || in asn1_parse2()
[all …]
/openbsd/src/usr.sbin/tcpdump/
Dprint-icmp6.c521 const struct nd_opt_prefix_info *opp; in icmp6_opt_print() local
592 opp = (struct nd_opt_prefix_info *)op; in icmp6_opt_print()
593 TCHECK(opp->nd_opt_pi_prefix); in icmp6_opt_print()
595 if (opp->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_ONLINK) in icmp6_opt_print()
597 if (opp->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO) in icmp6_opt_print()
599 if (opp->nd_opt_pi_flags_reserved) in icmp6_opt_print()
602 if ((u_int32_t)ntohl(opp->nd_opt_pi_valid_time) == ~0U) in icmp6_opt_print()
605 printf("%u", (u_int32_t)ntohl(opp->nd_opt_pi_valid_time)); in icmp6_opt_print()
609 if ((u_int32_t)ntohl(opp->nd_opt_pi_preferred_time) == ~0U) in icmp6_opt_print()
612 printf("%u", (u_int32_t)ntohl(opp->nd_opt_pi_preferred_time)); in icmp6_opt_print()
[all …]
/openbsd/src/sys/arch/arm/arm/
Dcpu.c347 uint32_t opp; in cpu_attach() local
425 opp = OF_getpropint(ci->ci_node, "operating-points-v2", 0); in cpu_attach()
426 if (opp) in cpu_attach()
427 cpu_opp_init(ci, opp); in cpu_attach()
593 struct opp { struct
602 struct opp *ot_opp;
643 ot->ot_opp = mallocarray(count, sizeof(struct opp), in cpu_opp_init_legacy()
722 ot->ot_opp = mallocarray(count, sizeof(struct opp), in cpu_opp_init()
/openbsd/src/sys/arch/riscv64/riscv64/
Dcpu.c188 uint32_t opp; in cpu_attach() local
262 opp = OF_getpropint(ci->ci_node, "operating-points-v2", 0); in cpu_attach()
263 if (opp) in cpu_attach()
264 cpu_opp_init(ci, opp); in cpu_attach()
500 struct opp { struct
509 struct opp *ot_opp;
562 ot->ot_opp = mallocarray(count, sizeof(struct opp), in cpu_opp_init()
/openbsd/src/sbin/disklabel/
Deditor.c871 struct partition opp, *pp; in editor_modify() local
878 opp = *pp; in editor_modify()
888 *pp = opp; in editor_modify()
1577 struct partition opp, *pp = &lp->d_partitions[partno]; in get_offset() local
1596 opp = *pp; in get_offset()
1603 *pp = opp; in get_offset()
1613 struct partition opp, *pp = &lp->d_partitions[partno]; in get_size() local
1626 opp = *pp; in get_size()
1634 *pp = opp; in get_size()
1644 struct partition opp, *pp = &lp->d_partitions[partno]; in set_fragblock() local
[all …]
/openbsd/src/sys/arch/arm64/dev/
Daplcpu.c47 struct opp { struct
56 struct opp *ot_opp;
239 ot->ot_opp = mallocarray(count, sizeof(struct opp), in aplcpu_opp_init()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_resource.c2142 struct output_pixel_processor *opp = opp_head->stream_res.opp; in resource_get_odm_slice_src_rect() local
2148 if (opp && opp->funcs->opp_get_left_edge_extra_pixel_count) in resource_get_odm_slice_src_rect()
2150 opp->funcs->opp_get_left_edge_extra_pixel_count( in resource_get_odm_slice_src_rect()
2151 opp, pipe_ctx->stream->timing.pixel_encoding, in resource_get_odm_slice_src_rect()
2219 if (opp_head_a->stream_res.opp != opp_head_b->stream_res.opp) in resource_is_odm_topology_changed()
2262 pipe->stream_res.opp->inst, in resource_log_pipe()
2269 pipe->stream_res.opp->inst, in resource_log_pipe()
2270 pipe->stream_res.opp->inst, in resource_log_pipe()
2278 pipe->stream_res.opp->inst); in resource_log_pipe()
2284 pipe->stream_res.opp->inst); in resource_log_pipe()
[all …]
Damdgpu_dc.c742 pipe_ctx->stream_res.opp->dyn_expansion = option; in dc_stream_set_dyn_expansion()
743 pipe_ctx->stream_res.opp->funcs->opp_set_dyn_expansion( in dc_stream_set_dyn_expansion()
744 pipe_ctx->stream_res.opp, in dc_stream_set_dyn_expansion()
789 pipes->stream_res.opp->funcs-> in dc_stream_set_dither_option()
790 opp_program_bit_depth_reduction(pipes->stream_res.opp, &params); in dc_stream_set_dither_option()
829 pipes->stream_res.opp->inst); in dc_stream_program_csc_matrix()
1546 if (pipe_set[j]->stream_res.opp->funcs->dpg_is_blanked) in program_timing_sync()
1548 pipe_set[j]->stream_res.opp->funcs->dpg_is_blanked(pipe_set[j]->stream_res.opp); in program_timing_sync()
1593 if (pipe_set[j]->stream_res.opp->funcs->dpg_is_blanked) in program_timing_sync()
1595 pipe_set[j]->stream_res.opp->funcs->dpg_is_blanked(pipe_set[j]->stream_res.opp); in program_timing_sync()
[all …]
Ddc_hw_sequencer.c710 …_sequence[*num_steps].params.set_output_csc_params.opp_id = current_mpc_pipe->stream_res.opp->inst; in hwss_build_fast_sequence()
717 …equence[*num_steps].params.set_ocsc_default_params.opp_id = current_mpc_pipe->stream_res.opp->inst; in hwss_build_fast_sequence()
1009 hws->funcs.wait_for_blank_complete(opp_head->stream_res.opp); in hwss_wait_for_all_blank_complete()
/openbsd/src/sys/kern/
Dsubr_disk.c880 struct partition *opp, *npp; in setdisklabel() local
902 opp = &olp->d_partitions[i]; in setdisklabel()
905 (DL_GETPOFFSET(npp) != DL_GETPOFFSET(opp) || in setdisklabel()
906 DL_GETPSIZE(npp) < DL_GETPSIZE(opp))) in setdisklabel()
912 if (npp->p_fstype == FS_UNUSED && opp->p_fstype != FS_UNUSED) { in setdisklabel()
913 npp->p_fragblock = opp->p_fragblock; in setdisklabel()
914 npp->p_cpg = opp->p_cpg; in setdisklabel()
/openbsd/src/sys/arch/arm64/arm64/
Dcpu.c1360 uint32_t opp; in cpu_attach() local
1498 opp = OF_getpropint(ci->ci_node, "operating-points-v2", 0); in cpu_attach()
1499 if (opp) in cpu_attach()
1500 cpu_opp_init(ci, opp); in cpu_attach()
1978 struct opp { struct
1987 struct opp *ot_opp;
2040 ot->ot_opp = mallocarray(count, sizeof(struct opp), in cpu_opp_init()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dce60/
Ddce60_resource.c513 struct dce110_opp *opp = in dce60_opp_create() local
516 if (!opp) in dce60_opp_create()
519 dce60_opp_construct(opp, in dce60_opp_create()
521 return &opp->base; in dce60_opp_create()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Dcore_types.h332 struct output_pixel_processor *opp; member
/openbsd/src/gnu/usr.bin/texinfo/po/
Dno.po152 msgstr "Lete opp en streng i indeksen til denne filen"
213 " og bygge opp en meny"
457 msgstr "\\%-10[up-node] Flytte �opp� fra denne noden.\n"
630 msgstr " %-10s Flytte �opp� fra denne noden.\n"
1126 msgstr "Flytte opp til den forrige linjen"
1155 msgstr "Flytter opp %d gang(er), deretter neste."
1171 msgstr "Ingen �forrige� eller �opp� for denne noden i dette dokumentet."
1175 msgstr "Flytter opp i dette vinduet."
1187 msgstr "Flytte tilbake eller opp gjennom nodestrukturen"
1242 msgstr "Rulle opp pr. antall linjer"
[all …]
Dnb.po167 msgstr "Lete opp en streng i indeksen til denne filen"
228 " og bygge opp en meny"
468 msgstr "\\%-10[up-node] Flytte �opp� fra denne noden.\n"
641 msgstr " %-10s Flytte �opp� fra denne noden.\n"
1137 msgstr "Flytte opp til den forrige linjen"
1166 msgstr "Flytter opp %d gang(er), deretter neste."
1182 msgstr "Ingen �forrige� eller �opp� for denne noden i dette dokumentet."
1186 msgstr "Flytter opp i dette vinduet."
1198 msgstr "Flytte tilbake eller opp gjennom nodestrukturen"
1253 msgstr "Rulle opp pr. antall linjer"
[all …]
/openbsd/src/gnu/gcc/gcc/config/cris/
Dcris.c3176 cris_expand_pic_call_address (rtx *opp) in cris_expand_pic_call_address() argument
3178 rtx op = *opp; in cris_expand_pic_call_address()
3256 *opp = replace_equiv_address (*opp, op); in cris_expand_pic_call_address()
/openbsd/src/sys/arch/arm64/conf/
DMakefile.arm6470 -I$S/dev/pci/drm/amd/display/dc/opp \
/openbsd/src/sys/arch/powerpc64/conf/
DMakefile.powerpc6470 -I$S/dev/pci/drm/amd/display/dc/opp \
/openbsd/src/sys/arch/amd64/conf/
DMakefile.amd6470 -I$S/dev/pci/drm/amd/display/dc/opp \
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc.h715 bool opp : 1; /* Output pixel processing */ member
/openbsd/src/sys/dev/pci/drm/
Dfiles.drm1339 file dev/pci/drm/amd/display/dc/opp/dcn10/dcn10_opp.c amdgpu & bios
1340 file dev/pci/drm/amd/display/dc/opp/dcn20/dcn20_opp.c amdgpu & bios
1341 file dev/pci/drm/amd/display/dc/opp/dcn35/dcn35_opp.c amdgpu & bios

12