Home
last modified time | relevance | path

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

123

/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_opp.c533 struct output_pixel_processor *opp, in dce110_opp_program_bit_depth_reduction() argument
545 struct output_pixel_processor *opp, in dce60_opp_program_bit_depth_reduction() argument
557 struct output_pixel_processor *opp, in dce110_opp_program_clamping_and_pixel_encoding() argument
568 struct output_pixel_processor *opp, in dce60_opp_program_clamping_and_pixel_encoding() argument
663 opp, in dce110_opp_program_fmt()
667 opp, in dce110_opp_program_fmt()
689 opp, in dce60_opp_program_fmt()
693 opp, in dce60_opp_program_fmt()
765 if (*opp) in dce110_opp_destroy()
766 kfree(FROM_DCE11_OPP(*opp)); in dce110_opp_destroy()
[all …]
H A Ddce_opp.h32 #define FROM_DCE11_OPP(opp)\ argument
33 container_of(opp, struct dce110_opp, base)
303 #define TO_DCE110_OPP(opp)\ argument
304 container_of(opp, struct dce110_opp, base)
329 void dce110_opp_destroy(struct output_pixel_processor **opp);
335 struct output_pixel_processor *opp,
339 struct output_pixel_processor *opp,
343 struct output_pixel_processor *opp,
349 struct output_pixel_processor *opp,
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c139 struct output_pixel_processor *opp, in opp1_program_bit_depth_reduction() argument
142 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_program_bit_depth_reduction()
234 struct output_pixel_processor *opp, in opp1_set_dyn_expansion() argument
239 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp); in opp1_set_dyn_expansion()
277 struct output_pixel_processor *opp, in opp1_program_clamping_and_pixel_encoding() argument
287 struct output_pixel_processor *opp, in opp1_program_fmt() argument
299 opp, in opp1_program_fmt()
303 opp, in opp1_program_fmt()
310 struct output_pixel_processor *opp, in opp1_program_stereo() argument
367 kfree(TO_DCN10_OPP(*opp)); in opp1_destroy()
[all …]
H A Ddcn10_opp.h30 #define TO_DCN10_OPP(opp)\ argument
31 container_of(opp, struct dcn10_opp, base)
166 struct output_pixel_processor *opp,
172 struct output_pixel_processor *opp,
177 struct output_pixel_processor *opp,
181 struct output_pixel_processor *opp,
185 void opp1_pipe_clock_control(struct output_pixel_processor *opp, bool enable);
187 void opp1_destroy(struct output_pixel_processor **opp);
H A Ddcn10_hw_sequencer.c958 pipe_ctx->stream_res.opp, in dcn10_enable_stream_timing()
1189 struct output_pixel_processor *opp = pipe_ctx->stream_res.opp; in dcn10_plane_atomic_disconnect() local
2208 opp = grouped_pipes[i]->stream_res.opp; in dcn10_enable_vblanks_synchronization()
2218 opp->funcs->opp_program_dpg_dimensions(opp, width, 2*(height) + 1); in dcn10_enable_vblanks_synchronization()
2251 opp = grouped_pipes[i]->stream_res.opp; in dcn10_enable_vblanks_synchronization()
2255 opp->funcs->opp_program_dpg_dimensions(opp, width, height); in dcn10_enable_vblanks_synchronization()
2276 opp = grouped_pipes[i]->stream_res.opp; in dcn10_enable_timing_synchronization()
2286 opp->funcs->opp_program_dpg_dimensions(opp, width, 2*(height) + 1); in dcn10_enable_timing_synchronization()
2329 opp = grouped_pipes[i]->stream_res.opp; in dcn10_enable_timing_synchronization()
2333 opp->funcs->opp_program_dpg_dimensions(opp, width, height); in dcn10_enable_timing_synchronization()
[all …]
H A Ddcn10_resource.c611 struct dcn10_opp *opp = in dcn10_opp_create() local
614 if (!opp) { in dcn10_opp_create()
619 dcn10_opp_construct(opp, ctx, inst, in dcn10_opp_create()
621 return &opp->base; in dcn10_opp_create()
1107 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn10_acquire_free_pipe_for_layer()
/openbsd/lib/libcrypto/asn1/
H A Dasn1_par.c226 opp = op; in asn1_parse2()
250 opp = op; 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()
261 (opp[i] > '~')) { in asn1_parse2()
290 (const char *)opp, in asn1_parse2()
303 opp = op; in asn1_parse2()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dopp.h275 struct output_pixel_processor *opp,
280 struct output_pixel_processor *opp,
286 struct output_pixel_processor *opp,
291 struct output_pixel_processor *opp,
298 struct output_pixel_processor *opp,
303 struct output_pixel_processor *opp,
307 struct output_pixel_processor *opp,
317 struct output_pixel_processor *opp,
322 struct output_pixel_processor *opp);
325 struct output_pixel_processor *opp,
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_opp.c42 struct output_pixel_processor *opp, in opp2_set_disp_pattern_generator() argument
51 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp); in opp2_set_disp_pattern_generator()
277 opp2_dpg_set_blank_color(opp, solid_color); in opp2_set_disp_pattern_generator()
294 struct output_pixel_processor *opp, in opp2_program_dpg_dimensions() argument
297 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp); in opp2_program_dpg_dimensions()
305 struct output_pixel_processor *opp, in opp2_dpg_set_blank_color() argument
308 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp); in opp2_dpg_set_blank_color()
323 bool opp2_dpg_is_blanked(struct output_pixel_processor *opp) in opp2_dpg_is_blanked() argument
325 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp); in opp2_dpg_is_blanked()
341 struct output_pixel_processor *opp, in opp2_program_left_edge_extra_pixel() argument
[all …]
H A Ddcn20_opp.h30 #define TO_DCN20_OPP(opp)\ argument
31 container_of(opp, struct dcn20_opp, base)
147 struct output_pixel_processor *opp,
157 struct output_pixel_processor *opp,
160 bool opp2_dpg_is_blanked(struct output_pixel_processor *opp);
163 struct output_pixel_processor *opp,
167 struct output_pixel_processor *opp,
H A Ddcn20_hwseq.c317 if (opp->funcs->dpg_is_blanked && opp->funcs->dpg_is_blanked(opp)) in dcn20_init_blank()
331 opp, in dcn20_init_blank()
770 odm_pipe->stream_res.opp, in dcn20_enable_stream_timing()
774 pipe_ctx->stream_res.opp, in dcn20_enable_stream_timing()
1159 pipe_ctx->stream_res.opp, in dcn20_enable_plane()
1389 || old_pipe->stream_res.opp != new_pipe->stream_res.opp) in dcn20_detect_pipe_changes()
1410 if (old_pipe->stream_res.opp != new_pipe->stream_res.opp) in dcn20_detect_pipe_changes()
1421 || old_pipe->stream_res.opp != new_pipe->stream_res.opp) in dcn20_detect_pipe_changes()
1767 pipe_ctx->stream_res.opp, in dcn20_program_pipe()
1773 pipe_ctx->stream_res.opp, in dcn20_program_pipe()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_hwseq.c168 struct output_pixel_processor *opp = NULL; in dcn201_init_blank() local
184 opp = dc->res_pool->opps[opp_id_src0]; in dcn201_init_blank()
186 opp->funcs->opp_set_disp_pattern_generator( in dcn201_init_blank()
187 opp, in dcn201_init_blank()
196 hws->funcs.wait_for_blank_complete(opp); in dcn201_init_blank()
316 pipe_ctx->stream_res.opp = NULL; in dcn201_init_hw()
321 pipe_ctx->stream_res.opp = res_pool->opps[i]; in dcn201_init_hw()
380 struct output_pixel_processor *opp = pipe_ctx->stream_res.opp; in dcn201_plane_atomic_disconnect() local
383 mpc_tree_params = &(opp->mpc_tree_params); in dcn201_plane_atomic_disconnect()
406 if (opp != NULL) in dcn201_plane_atomic_disconnect()
[all …]
H A Ddcn201_opp.h30 #define TO_DCN201_OPP(opp)\ argument
31 container_of(opp, struct dcn201_opp, base)
H A Ddcn201_resource.c662 struct dcn201_opp *opp = in dcn201_opp_create() local
665 if (!opp) { in dcn201_opp_create()
669 dcn201_opp_construct(opp, ctx, inst, in dcn201_opp_create()
671 return &opp->base; in dcn201_opp_create()
1013 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn201_acquire_free_pipe_for_layer()
/openbsd/usr.sbin/tcpdump/
H A 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()
616 opp->nd_opt_pi_prefix_len); in icmp6_opt_print()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c554 if (pipe_ctx->stream_res.opp && in dcn32_set_input_transfer_func()
555 pipe_ctx->stream_res.opp->ctx && in dcn32_set_input_transfer_func()
1125 odm_pipe->stream_res.opp, in dcn32_update_odm()
1529 opp = dc->res_pool->opps[i]; in dcn32_init_blank()
1549 if (opp && opp->funcs->opp_set_disp_pattern_generator) in dcn32_init_blank()
1551 opp, in dcn32_init_blank()
1575 if (opp) in dcn32_init_blank()
1605 opp = dc->res_pool->opps[i]; in dcn32_blank_phantom()
1610 if (opp && opp->funcs->opp_set_disp_pattern_generator) in dcn32_blank_phantom()
1612 opp, in dcn32_blank_phantom()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c430 struct output_pixel_processor *opp = pipe_ctx->stream_res.opp; in set_crtc_test_pattern() local
486 opp->funcs->opp_program_bit_depth_reduction(opp, &params); in set_crtc_test_pattern()
513 odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
527 odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
547 opp->funcs->opp_program_bit_depth_reduction(opp, &params); in set_crtc_test_pattern()
556 odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
570 odm_opp = odm_pipe->stream_res.opp; in set_crtc_test_pattern()
/openbsd/sys/arch/arm/arm/
H A 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/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c122 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in update_dsc_on_stream()
128 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream()
169 opp_instances[0] = odm_pipe->stream_res.opp->inst; in get_odm_config()
174 opp_instances[opp_count] = odm_pipe->stream_res.opp->inst; in get_odm_config()
217 odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control( in dcn314_update_odm()
218 odm_pipe->stream_res.opp, in dcn314_update_odm()
/openbsd/sys/arch/riscv64/riscv64/
H A Dcpu.c187 uint32_t opp; in cpu_attach() local
259 opp = OF_getpropint(ci->ci_node, "operating-points-v2", 0); in cpu_attach()
260 if (opp) in cpu_attach()
261 cpu_opp_init(ci, opp); in cpu_attach()
497 struct opp { struct
506 struct opp *ot_opp;
559 ot->ot_opp = mallocarray(count, sizeof(struct opp), in cpu_opp_init()
/openbsd/sbin/disklabel/
H A 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()
1673 opp = *pp; in set_fragblock()
[all …]
/openbsd/sys/arch/arm64/dev/
H A Daplcpu.c47 struct opp { struct
56 struct opp *ot_opp;
239 ot->ot_opp = mallocarray(count, sizeof(struct opp), in aplcpu_opp_init()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c98 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn30_set_mpc_shaper_3dlut()
178 if (pipe_ctx->stream_res.opp && pipe_ctx->stream_res.opp->ctx) { in dcn30_set_input_transfer_func()
194 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn30_set_output_transfer_func()
962 …pipe_ctx->stream_res.opp->funcs->opp_set_disp_pattern_generator(pipe_ctx->stream_res.opp, test_pat… in dcn30_set_disp_pattern_generator()
/openbsd/sys/kern/
H A 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/sys/arch/arm64/arm64/
H A Dcpu.c1023 uint32_t opp; in cpu_attach() local
1145 opp = OF_getpropint(ci->ci_node, "operating-points-v2", 0); in cpu_attach()
1146 if (opp) in cpu_attach()
1147 cpu_opp_init(ci, opp); in cpu_attach()
1622 struct opp { struct
1631 struct opp *ot_opp;
1684 ot->ot_opp = mallocarray(count, sizeof(struct opp), in cpu_opp_init()

123