Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c848 static struct rect shift_rec(const struct rect *rec_in, int x, int y) in shift_rec() argument
850 struct rect rec_out = *rec_in; in shift_rec()
860 const struct rect *rec_in) in calculate_plane_rec_in_timing_active() argument
927 temp = dc_fixpt_from_fraction(rec_in->x * (long long)stream->dst.width, in calculate_plane_rec_in_timing_active()
932 (rec_in->x + rec_in->width) * (long long)stream->dst.width, in calculate_plane_rec_in_timing_active()
936 temp = dc_fixpt_from_fraction(rec_in->y * (long long)stream->dst.height, in calculate_plane_rec_in_timing_active()
941 (rec_in->y + rec_in->height) * (long long)stream->dst.height, in calculate_plane_rec_in_timing_active()