Lines Matching defs:xfm

610 	struct transform *xfm = pipe_ctx->plane_res.xfm;
612 xfm->funcs->opp_power_on_regamma_lut(xfm, true);
613 xfm->regamma_params.hw_points_num = GAMMA_HW_POINTS_NUM;
617 xfm->funcs->opp_set_regamma_mode(xfm, OPP_REGAMMA_SRGB);
619 &xfm->regamma_params)) {
620 xfm->funcs->opp_program_regamma_pwl(xfm, &xfm->regamma_params);
621 xfm->funcs->opp_set_regamma_mode(xfm, OPP_REGAMMA_USER);
623 xfm->funcs->opp_set_regamma_mode(xfm, OPP_REGAMMA_BYPASS);
626 xfm->funcs->opp_power_on_regamma_lut(xfm, false);
1423 if (pipe_ctx->plane_res.xfm->funcs->transform_set_pixel_storage_depth == NULL)
1433 pipe_ctx->plane_res.xfm->funcs->transform_set_pixel_storage_depth(
1434 pipe_ctx->plane_res.xfm,
1452 pipe_ctx->plane_res.xfm->funcs->transform_set_scaler(pipe_ctx->plane_res.xfm,
2408 pipe_ctx->plane_res.xfm->funcs->opp_set_csc_default(
2409 pipe_ctx->plane_res.xfm, &default_adjust);
2476 pipe_ctx->plane_res.xfm->funcs->transform_set_gamut_remap(pipe_ctx->plane_res.xfm, &adjust);
2652 struct transform *xfm;
2661 xfm = dc->res_pool->transforms[i];
2662 xfm->funcs->transform_reset(xfm);
2783 pipe_ctx->plane_res.xfm->funcs->opp_set_csc_adjustment
2784 (pipe_ctx->plane_res.xfm, &tbl_entry);
2795 pipe_ctx->plane_res.xfm->funcs->transform_set_gamut_remap(pipe_ctx->plane_res.xfm, &adjust);
2954 pipe_ctx->plane_res.xfm->funcs->opp_set_csc_adjustment(
2955 pipe_ctx->plane_res.xfm, &tbl_entry);
3018 if (pipe_ctx->plane_res.xfm &&
3019 pipe_ctx->plane_res.xfm->funcs->set_cursor_attributes)
3020 pipe_ctx->plane_res.xfm->funcs->set_cursor_attributes(
3021 pipe_ctx->plane_res.xfm, attributes);