Lines Matching refs:opp

41 #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;
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->mpc_tree_params.opp_list == NULL)
1272 pipe_ctx->stream_res.opp->funcs->opp_pipe_clock_control(
1273 pipe_ctx->stream_res.opp,
1415 pipe_ctx->stream_res.opp = dc->res_pool->opps[i];
1980 inst_flags.opp_inst = pipe->stream_res.opp->inst;
1988 pipe->stream_res.opp->inst, lock);
2203 struct output_pixel_processor *opp;
2208 opp = grouped_pipes[i]->stream_res.opp;
2217 if (opp->funcs->opp_program_dpg_dimensions)
2218 opp->funcs->opp_program_dpg_dimensions(opp, width, 2*(height) + 1);
2251 opp = grouped_pipes[i]->stream_res.opp;
2254 if (opp->funcs->opp_program_dpg_dimensions)
2255 opp->funcs->opp_program_dpg_dimensions(opp, width, height);
2266 struct output_pixel_processor *opp;
2276 opp = grouped_pipes[i]->stream_res.opp;
2285 if (opp->funcs->opp_program_dpg_dimensions)
2286 opp->funcs->opp_program_dpg_dimensions(opp, width, 2*(height) + 1);
2329 opp = grouped_pipes[i]->stream_res.opp;
2332 if (opp->funcs->opp_program_dpg_dimensions)
2333 opp->funcs->opp_program_dpg_dimensions(opp, width, height);
2466 pipe_ctx->stream_res.opp->funcs->opp_pipe_clock_control(
2467 pipe_ctx->stream_res.opp,
2609 struct mpc_tree *mpc_tree_params = &(pipe_ctx->stream_res.opp->mpc_tree_params);
2675 hubp->opp_id = pipe_ctx->stream_res.opp->inst;
2822 pipe_ctx->stream_res.opp->inst);
3242 pipe_ctx->stream_res.opp->funcs->opp_program_stereo(
3243 pipe_ctx->stream_res.opp,
3279 if (!pipe_ctx->stream_res.opp)
3283 if (pipe_ctx->stream_res.opp->mpcc_disconnect_pending[mpcc_inst]) {
3289 pipe_ctx->stream_res.opp->mpcc_disconnect_pending[mpcc_inst] = false;