Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl.c94 struct spl_in *spl_in, in calculate_plane_rec_in_timing_active()
186 struct spl_in *spl_in, in calculate_mpc_slice_in_timing_active()
234 static struct spl_rect calculate_odm_slice_in_timing_active(struct spl_in *spl_in) in calculate_odm_slice_in_timing_active()
425 static void spl_calculate_scaling_ratios(struct spl_in *spl_in, in spl_calculate_scaling_ratios()
598 static void spl_calculate_inits_and_viewports(struct spl_in *spl_in, in spl_calculate_inits_and_viewports()
722 static void spl_handle_3d_recout(struct spl_in *spl_in, struct spl_rect *recout) in spl_handle_3d_recout()
751 static enum scl_mode spl_get_dscl_mode(const struct spl_in *spl_in, in spl_get_dscl_mode()
796 static bool enable_easf(struct spl_in *spl_in, struct spl_scratch *spl_scratch) in enable_easf()
831 static bool spl_is_video_fullscreen(struct spl_in *spl_in) in spl_is_video_fullscreen()
838 static bool spl_get_isharp_en(struct spl_in *spl_in, in spl_get_isharp_en()
[all …]
H A Ddc_spl_types.h530 struct spl_in { struct
532 struct basic_in basic_in;
540 bool prefer_easf;
541 bool disable_easf;
542 struct spl_debug debug;
543 bool is_fullscreen;
544 bool is_hdr_on;
545 int h_active;
546 int v_active;
547 int min_viewport_size;
[all …]
/linux-6.15/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-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h361 struct spl_in spl_in; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1500 struct spl_in *spl_in = &pipe_ctx->plane_res.spl_in; in resource_build_scaling_params() local