Searched refs:scale_h (Results 1 – 1 of 1) sorted by relevance
1150 int scale_w, scale_h, min_downscale, max_upscale; in amdgpu_dm_plane_fill_dc_scaling_info() local1215 scale_h = scaling_info->dst_rect.height * 1000 / in amdgpu_dm_plane_fill_dc_scaling_info()1218 if (scale_h < min_downscale || scale_h > max_upscale) in amdgpu_dm_plane_fill_dc_scaling_info()