Searched refs:max_upscale (Results 1 – 1 of 1) sorted by relevance
953 int *min_downscale, int *max_upscale) in get_min_max_dc_plane_scaling() argument964 *max_upscale = plane_cap->max_upscale_factor.nv12; in get_min_max_dc_plane_scaling()972 *max_upscale = plane_cap->max_upscale_factor.fp16; in get_min_max_dc_plane_scaling()977 *max_upscale = plane_cap->max_upscale_factor.argb8888; in get_min_max_dc_plane_scaling()986 if (*max_upscale == 1) in get_min_max_dc_plane_scaling()987 *max_upscale = 1000; in get_min_max_dc_plane_scaling()997 int min_downscale, max_upscale; in amdgpu_dm_plane_helper_check_state() local1033 &min_downscale, &max_upscale); in amdgpu_dm_plane_helper_check_state()1039 min_scale = (1000 << 16) / max_upscale; in amdgpu_dm_plane_helper_check_state()1051 int scale_w, scale_h, min_downscale, max_upscale; in amdgpu_dm_plane_fill_dc_scaling_info() local[all …]