Home
last modified time | relevance | path

Searched refs:spl_scratch (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Ddc_spl.c202 static void spl_calculate_recout(struct spl_in *spl_in, struct spl_scratch *spl_scratch, struct spl… in spl_calculate_recout() argument
345 spl_scratch->scl_data.recout = shift_rec( in spl_calculate_recout()
348 spl_scratch->scl_data.recout.height -= in spl_calculate_recout()
350 spl_scratch->scl_data.recout.height -= in spl_calculate_recout()
354 memset(&spl_scratch->scl_data.recout, 0, in spl_calculate_recout()
360 struct spl_scratch *spl_scratch, in spl_calculate_scaling_ratios() argument
374 spl_scratch->scl_data.ratios.horz = spl_fixpt_from_fraction( in spl_calculate_scaling_ratios()
377 spl_scratch->scl_data.ratios.vert = spl_fixpt_from_fraction( in spl_calculate_scaling_ratios()
382 spl_scratch->scl_data.ratios.horz.value *= 2; in spl_calculate_scaling_ratios()
384 spl_scratch->scl_data.ratios.vert.value *= 2; in spl_calculate_scaling_ratios()
[all …]
Ddc_spl_types.h415 struct spl_scratch { struct