Searched refs:max_upscale (Results 1 – 1 of 1) sorted by relevance
1047 int *min_downscale, int *max_upscale) in amdgpu_dm_plane_get_min_max_dc_plane_scaling() argument1058 *max_upscale = plane_cap->max_upscale_factor.nv12; in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1066 *max_upscale = plane_cap->max_upscale_factor.fp16; in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1071 *max_upscale = plane_cap->max_upscale_factor.argb8888; in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1080 if (*max_upscale == 1) in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1081 *max_upscale = 1000; in amdgpu_dm_plane_get_min_max_dc_plane_scaling()1091 int min_downscale, max_upscale; in amdgpu_dm_plane_helper_check_state() local1127 &min_downscale, &max_upscale); in amdgpu_dm_plane_helper_check_state()1133 min_scale = (1000 << 16) / max_upscale; in amdgpu_dm_plane_helper_check_state()1145 int scale_w, scale_h, min_downscale, max_upscale; in amdgpu_dm_plane_fill_dc_scaling_info() local[all …]