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