Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c834 static struct rect shift_rec(const struct rect *rec_in, int x, int y) in shift_rec() argument
836 struct rect rec_out = *rec_in; in shift_rec()
872 const struct rect *rec_in) in calculate_plane_rec_in_timing_active() argument
939 temp = dc_fixpt_from_fraction(rec_in->x * stream->dst.width, in calculate_plane_rec_in_timing_active()
944 (rec_in->x + rec_in->width) * stream->dst.width, in calculate_plane_rec_in_timing_active()
948 temp = dc_fixpt_from_fraction(rec_in->y * stream->dst.height, in calculate_plane_rec_in_timing_active()
953 (rec_in->y + rec_in->height) * stream->dst.height, in calculate_plane_rec_in_timing_active()