Home
last modified time | relevance | path

Searched defs:spl_in (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl_types.h536 struct spl_in { struct
537 struct basic_out basic_out;
538 struct basic_in basic_in;
540 int odm_slice_index; // ODM Slice Index using get_odm_split_index
541 struct spl_taps scaling_quality; // Explicit Scaling Quality
542 struct spl_callbacks callbacks;
544 struct adaptive_sharpness adaptive_sharpness; // Adaptive Sharpness
545 enum linear_light_scaling lls_pref; // Linear Light Scaling
546 bool prefer_easf;
547 bool disable_easf;
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_spl_translate.c76 void translate_SPL_in_params_from_pipe_ctx(struct pipe_ctx *pipe_ctx, struct spl_in *spl_in) in translate_SPL_in_params_from_pipe_ctx()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h376 struct spl_in spl_in; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1521 struct spl_in *spl_in = &pipe_ctx->plane_res.spl_in; in resource_build_scaling_params() local