Searched refs:opp (Results 1 - 25 of 54) sorted by relevance

123

/openbsd-current/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,
295 void (*opp_destroy)(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);
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_opp.c139 struct output_pixel_processor *opp,
142 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp);
234 struct output_pixel_processor *opp,
239 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp);
245 if (opp->dyn_expansion == DYN_EXPANSION_DISABLE)
277 struct output_pixel_processor *opp,
280 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp);
287 struct output_pixel_processor *opp,
291 struct dcn10_opp *oppn10 = TO_DCN10_OPP(opp);
299 opp,
138 opp1_program_bit_depth_reduction( struct output_pixel_processor *opp, const struct bit_depth_reduction_params *params) argument
233 opp1_set_dyn_expansion( struct output_pixel_processor *opp, enum dc_color_space color_sp, enum dc_color_depth color_dpth, enum amd_signal_type signal) argument
276 opp1_program_clamping_and_pixel_encoding( struct output_pixel_processor *opp, const struct clamping_and_pixel_encoding_params *params) argument
286 opp1_program_fmt( struct output_pixel_processor *opp, struct bit_depth_reduction_params *fmt_bit_depth, struct clamping_and_pixel_encoding_params *clamping) argument
309 opp1_program_stereo( struct output_pixel_processor *opp, bool enable, const struct dc_crtc_timing *timing) argument
353 opp1_pipe_clock_control(struct output_pixel_processor *opp, bool enable) argument
365 opp1_destroy(struct output_pixel_processor **opp) argument
[all...]
H A Ddcn10_opp.h28 #include "opp.h"
30 #define TO_DCN10_OPP(opp)\
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.c41 #include "opp.h"
953 /* or FPGA now. instance 0 only. TODO: move to opp.c */
957 pipe_ctx->stream_res.opp->funcs->opp_program_fmt(
958 pipe_ctx->stream_res.opp,
1189 struct output_pixel_processor *opp = pipe_ctx->stream_res.opp; local
1191 mpc_tree_params = &(opp->mpc_tree_params);
1201 if (opp != NULL && !pipe_ctx->plane_state->is_phantom)
1202 opp->mpcc_disconnect_pending[pipe_ctx->plane_res.mpcc_inst] = true;
1271 if (opp_id != 0xf && pipe_ctx->stream_res.opp
2203 struct output_pixel_processor *opp; local
2266 struct output_pixel_processor *opp; local
[all...]
H A Ddcn10_resource.c611 struct dcn10_opp *opp = local
614 if (!opp) {
619 dcn10_opp_construct(opp, ctx, inst,
621 return &opp->base;
1107 idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
1555 /* mem input -> ipp -> dpp -> opp -> TG */
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_opp.c533 struct output_pixel_processor *opp,
536 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
545 struct output_pixel_processor *opp,
548 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
557 struct output_pixel_processor *opp,
560 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
568 struct output_pixel_processor *opp,
571 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
579 static void program_formatter_420_memory(struct output_pixel_processor *opp) argument
581 struct dce110_opp *opp110 = TO_DCE110_OPP(opp);
532 dce110_opp_program_bit_depth_reduction( struct output_pixel_processor *opp, const struct bit_depth_reduction_params *params) argument
544 dce60_opp_program_bit_depth_reduction( struct output_pixel_processor *opp, const struct bit_depth_reduction_params *params) argument
556 dce110_opp_program_clamping_and_pixel_encoding( struct output_pixel_processor *opp, const struct clamping_and_pixel_encoding_params *params) argument
567 dce60_opp_program_clamping_and_pixel_encoding( struct output_pixel_processor *opp, const struct clamping_and_pixel_encoding_params *params) argument
598 dce110_opp_set_dyn_expansion( struct output_pixel_processor *opp, enum dc_color_space color_sp, enum dc_color_depth color_dpth, enum amd_signal_type signal) argument
638 program_formatter_reset_dig_resync_fifo(struct output_pixel_processor *opp) argument
651 dce110_opp_program_fmt( struct output_pixel_processor *opp, struct bit_depth_reduction_params *fmt_bit_depth, struct clamping_and_pixel_encoding_params *clamping) argument
677 dce60_opp_program_fmt( struct output_pixel_processor *opp, struct bit_depth_reduction_params *fmt_bit_depth, struct clamping_and_pixel_encoding_params *clamping) argument
763 dce110_opp_destroy(struct output_pixel_processor **opp) argument
[all...]
H A Ddce_opp.h29 #include "opp.h"
32 #define FROM_DCE11_OPP(opp)\
33 container_of(opp, struct dce110_opp, base)
303 #define TO_DCE110_OPP(opp)\
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,
[all...]
/openbsd-current/lib/libcrypto/asn1/
H A Dasn1_par.c123 const unsigned char *p, *ep, *tot, *op, *opp; local
226 opp = op;
227 if (d2i_ASN1_OBJECT(&o, &opp, len + hl) !=
250 opp = op;
251 os = d2i_ASN1_OCTET_STRING(NULL, &opp, len + hl);
253 opp = os->data;
257 if (((opp[i] < ' ') &&
258 (opp[i] != '\n') &&
259 (opp[i] != '\r') &&
260 (opp[
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_opp.h30 #define TO_DCN201_OPP(opp)\
31 container_of(opp, struct dcn201_opp, base)
H A Ddcn201_hwseq.c36 #include "opp.h"
168 struct output_pixel_processor *opp = NULL; local
172 /* program opp dpg blank color */
184 opp = dc->res_pool->opps[opp_id_src0];
186 opp->funcs->opp_set_disp_pattern_generator(
187 opp,
196 hws->funcs.wait_for_blank_complete(opp);
316 pipe_ctx->stream_res.opp = NULL;
321 pipe_ctx->stream_res.opp = res_pool->opps[i];
322 /*To do: number of MPCC != number of opp*/
380 struct output_pixel_processor *opp = pipe_ctx->stream_res.opp; local
[all...]
H A Ddcn201_resource.c662 struct dcn201_opp *opp = local
665 if (!opp) {
669 dcn201_opp_construct(opp, ctx, inst,
671 return &opp->base;
1013 idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
1197 /* mem input -> ipp -> dpp -> opp -> TG */
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_opp.c42 struct output_pixel_processor *opp,
51 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp);
277 opp2_dpg_set_blank_color(opp, solid_color);
294 struct output_pixel_processor *opp,
297 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp);
305 struct output_pixel_processor *opp,
308 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp);
323 bool opp2_dpg_is_blanked(struct output_pixel_processor *opp) argument
325 struct dcn20_opp *oppn20 = TO_DCN20_OPP(opp);
341 struct output_pixel_processor *opp,
41 opp2_set_disp_pattern_generator( struct output_pixel_processor *opp, enum controller_dp_test_pattern test_pattern, enum controller_dp_color_space color_space, enum dc_color_depth color_depth, const struct tg_color *solid_color, int width, int height, int offset) argument
293 opp2_program_dpg_dimensions( struct output_pixel_processor *opp, int width, int height) argument
304 opp2_dpg_set_blank_color( struct output_pixel_processor *opp, const struct tg_color *color) argument
340 opp2_program_left_edge_extra_pixel( struct output_pixel_processor *opp, bool count) argument
[all...]
H A Ddcn20_opp.h30 #define TO_DCN20_OPP(opp)\
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.c42 #include "opp.h"
293 struct output_pixel_processor *opp = NULL; local
298 /* program opp dpg blank color */
314 opp = dc->res_pool->opps[opp_id_src0];
317 if (opp->funcs->dpg_is_blanked && opp->funcs->dpg_is_blanked(opp))
330 opp->funcs->opp_set_disp_pattern_generator(
331 opp,
352 hws->funcs.wait_for_blank_complete(opp);
2250 dcn20_wait_for_blank_complete( struct output_pixel_processor *opp) argument
[all...]
H A Ddcn20_hwseq.h133 struct output_pixel_processor *opp);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c39 #include "opp.h"
444 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc;
480 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc;
554 if (pipe_ctx->stream_res.opp &&
555 pipe_ctx->stream_res.opp->ctx &&
567 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc;
1027 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst);
1033 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst);
1076 opp_instances[0] = odm_pipe->stream_res.opp->inst;
1081 opp_instances[opp_count] = odm_pipe->stream_res.opp
1504 struct output_pixel_processor *opp = NULL; local
1587 struct output_pixel_processor *opp = NULL; local
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-icmp6.c521 const struct nd_opt_prefix_info *opp; local
592 opp = (struct nd_opt_prefix_info *)op;
593 TCHECK(opp->nd_opt_pi_prefix);
595 if (opp->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_ONLINK)
597 if (opp->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO)
599 if (opp->nd_opt_pi_flags_reserved)
602 if ((u_int32_t)ntohl(opp->nd_opt_pi_valid_time) == ~0U)
605 printf("%u", (u_int32_t)ntohl(opp->nd_opt_pi_valid_time));
609 if ((u_int32_t)ntohl(opp->nd_opt_pi_preferred_time) == ~0U)
612 printf("%u", (u_int32_t)ntohl(opp
[all...]
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dcpu.c187 uint32_t opp; local
259 opp = OF_getpropint(ci->ci_node, "operating-points-v2", 0);
260 if (opp)
261 cpu_opp_init(ci, opp);
497 struct opp { struct
506 struct opp *ot_opp;
559 ot->ot_opp = mallocarray(count, sizeof(struct opp),
567 opp_hz = OF_getpropint64(child, "opp-hz", 0);
568 len = OF_getpropintarray(child, "opp-microvolt",
589 if (OF_getproplen(node, "opp
[all...]
/openbsd-current/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; local
486 opp->funcs->opp_program_bit_depth_reduction(opp, &params);
513 odm_opp = odm_pipe->stream_res.opp;
527 odm_opp = odm_pipe->stream_res.opp;
547 opp->funcs->opp_program_bit_depth_reduction(opp, &params);
556 odm_opp = odm_pipe->stream_res.opp;
570 odm_opp = odm_pipe->stream_res.opp;
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c40 #include "opp.h"
122 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst);
128 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst);
169 opp_instances[0] = odm_pipe->stream_res.opp->inst;
174 opp_instances[opp_count] = odm_pipe->stream_res.opp->inst;
217 odm_pipe->stream_res.opp->funcs->opp_pipe_clock_control(
218 odm_pipe->stream_res.opp,
/openbsd-current/sys/arch/arm/arm/
H A Dcpu.c347 uint32_t opp; local
425 opp = OF_getpropint(ci->ci_node, "operating-points-v2", 0);
426 if (opp)
427 cpu_opp_init(ci, opp);
593 struct opp { struct
602 struct opp *ot_opp;
643 ot->ot_opp = mallocarray(count, sizeof(struct opp),
722 ot->ot_opp = mallocarray(count, sizeof(struct opp),
730 opp_hz = OF_getpropint64(child, "opp-hz", 0);
731 len = OF_getpropintarray(child, "opp
[all...]
/openbsd-current/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),
245 opp_hz = OF_getpropint64(child, "opp-hz", 0);
246 opp_level = OF_getpropint(child, "opp-level", 0);
/openbsd-current/sbin/disklabel/
H A Deditor.c871 struct partition opp, *pp; local
878 opp = *pp;
888 *pp = opp;
1577 struct partition opp, *pp = &lp->d_partitions[partno]; local
1596 opp = *pp;
1603 *pp = opp;
1613 struct partition opp, *pp = &lp->d_partitions[partno]; local
1626 opp = *pp;
1634 *pp = opp;
1644 struct partition opp, *p local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h144 bool (*wait_for_blank_complete)(struct output_pixel_processor *opp);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c44 #include "opp.h"
98 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc;
178 if (pipe_ctx->stream_res.opp && pipe_ctx->stream_res.opp->ctx) {
194 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc;
962 pipe_ctx->stream_res.opp->funcs->opp_set_disp_pattern_generator(pipe_ctx->stream_res.opp, test_pattern,

Completed in 484 milliseconds

123