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