Home
last modified time | relevance | path

Searched refs:spl_fixpt_round (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/spl/
A Dspl_fixpt31_32.h445 static inline int spl_fixpt_round(struct spl_fixed31_32 arg) in spl_fixpt_round() function
A Dspl_fixpt31_32.c329 int m = spl_fixpt_round( in spl_fixpt_exp()
A Ddc_spl.c117 rec_out.x = stream_dst->x + spl_fixpt_round(temp); in calculate_plane_rec_in_timing_active()
122 rec_out.width = stream_dst->x + spl_fixpt_round(temp) - rec_out.x; in calculate_plane_rec_in_timing_active()
126 rec_out.y = stream_dst->y + spl_fixpt_round(temp); in calculate_plane_rec_in_timing_active()
131 rec_out.height = stream_dst->y + spl_fixpt_round(temp) - rec_out.y; in calculate_plane_rec_in_timing_active()

Completed in 10 milliseconds