Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/spl/
Ddc_spl.c80 struct spl_in *spl_in, in calculate_plane_rec_in_timing_active()
172 struct spl_in *spl_in, in calculate_mpc_slice_in_timing_active()
220 static struct spl_rect calculate_odm_slice_in_timing_active(struct spl_in *spl_in) in calculate_odm_slice_in_timing_active()
254 static void spl_calculate_recout(struct spl_in *spl_in, struct spl_scratch *spl_scratch, struct spl… in spl_calculate_recout()
411 static void spl_calculate_scaling_ratios(struct spl_in *spl_in, in spl_calculate_scaling_ratios()
475 static void spl_calculate_viewport_size(struct spl_in *spl_in, struct spl_scratch *spl_scratch) in spl_calculate_viewport_size()
584 static void spl_calculate_inits_and_viewports(struct spl_in *spl_in, in spl_calculate_inits_and_viewports()
708 static void spl_handle_3d_recout(struct spl_in *spl_in, struct spl_rect *recout) in spl_handle_3d_recout()
735 static enum scl_mode spl_get_dscl_mode(const struct spl_in *spl_in, in spl_get_dscl_mode()
792 static bool enable_easf(struct spl_in *spl_in, struct spl_scratch *spl_scratch) in enable_easf()
[all …]
Ddc_spl_types.h521 struct spl_in { struct
522 struct basic_out basic_out;
523 struct basic_in basic_in;
525 int odm_slice_index; // ODM Slice Index using get_odm_split_index
526 struct spl_taps scaling_quality; // Explicit Scaling Quality
527 struct spl_callbacks callbacks;
529 struct adaptive_sharpness adaptive_sharpness; // Adaptive Sharpness
530 enum linear_light_scaling lls_pref; // Linear Light Scaling
531 bool prefer_easf;
532 bool disable_easf;
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/
Ddc_spl_translate.c77 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-6.14.4/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h361 struct spl_in spl_in; member
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1483 struct spl_in *spl_in = &pipe_ctx->plane_res.spl_in; in resource_build_scaling_params() local