Searched refs:max_upscale (Results 1 – 1 of 1) sorted by relevance
1342 int *min_downscale, int *max_upscale) in amdgpu_dm_plane_get_min_max_dc_plane_scaling() argument1353 *max_upscale = plane_cap->max_upscale_factor.nv12; in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1366 *max_upscale = plane_cap->max_upscale_factor.fp16; in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1371 *max_upscale = plane_cap->max_upscale_factor.argb8888; in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1380 if (*max_upscale == 1) in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1381 *max_upscale = 1000; in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1392 int min_downscale, max_upscale; in amdgpu_dm_plane_helper_check_state() local1428 &min_downscale, &max_upscale); in amdgpu_dm_plane_helper_check_state()1434 min_scale = (1000 << 16) / max_upscale; in amdgpu_dm_plane_helper_check_state()1447 int scale_w, scale_h, min_downscale, max_upscale; in amdgpu_dm_plane_fill_dc_scaling_info() local[all …]