Searched refs:dscl_prog_data (Results 1 – 7 of 7) sorted by relevance
546 void SPL_NAMESPACE(spl_set_blur_scale_data(struct dscl_prog_data *dscl_prog_data, in SPL_NAMESPACE() argument549 dscl_prog_data->filter_blur_scale_h = in SPL_NAMESPACE()552 dscl_prog_data->filter_blur_scale_v = in SPL_NAMESPACE()
256 struct dscl_prog_data { struct423 struct dscl_prog_data *dscl_prog_data; argument
220 populate_rect_from_splrect(&pipe_ctx->plane_res.scl_data.recout, &spl_out->dscl_prog_data->recout); in translate_SPL_out_params_to_pipe_ctx()222 …populate_ratios_from_splratios(&pipe_ctx->plane_res.scl_data.ratios, &spl_out->dscl_prog_data->rat… in translate_SPL_out_params_to_pipe_ctx()224 …populate_rect_from_splrect(&pipe_ctx->plane_res.scl_data.viewport, &spl_out->dscl_prog_data->viewp… in translate_SPL_out_params_to_pipe_ctx()226 …populate_rect_from_splrect(&pipe_ctx->plane_res.scl_data.viewport_c, &spl_out->dscl_prog_data->vie… in translate_SPL_out_params_to_pipe_ctx()228 populate_taps_from_spltaps(&pipe_ctx->plane_res.scl_data.taps, &spl_out->dscl_prog_data->taps); in translate_SPL_out_params_to_pipe_ctx()230 populate_inits_from_splinits(&pipe_ctx->plane_res.scl_data.inits, &spl_out->dscl_prog_data->init); in translate_SPL_out_params_to_pipe_ctx()
166 struct dscl_prog_data dscl_prog_data; member
645 struct dscl_prog_data *resource_get_dscl_prog_data(struct pipe_ctx *pipe_ctx);
1538 spl_out->dscl_prog_data = resource_get_dscl_prog_data(pipe_ctx); in resource_build_scaling_params()5625 struct dscl_prog_data *resource_get_dscl_prog_data(struct pipe_ctx *pipe_ctx) in resource_get_dscl_prog_data()5627 return &pipe_ctx->plane_res.scl_data.dscl_prog_data; in resource_get_dscl_prog_data()
6777 struct dscl_prog_data *dscl_data = &pipe_ctx->plane_res.scl_data.dscl_prog_data; in dc_capture_register_software_state()