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