Home
last modified time | relevance | path

Searched refs:max_upscale (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c958 int *min_downscale, int *max_upscale) in get_min_max_dc_plane_scaling() argument
969 *max_upscale = plane_cap->max_upscale_factor.nv12; in get_min_max_dc_plane_scaling()
977 *max_upscale = plane_cap->max_upscale_factor.fp16; in get_min_max_dc_plane_scaling()
991 if (*max_upscale == 1) in get_min_max_dc_plane_scaling()
992 *max_upscale = 1000; in get_min_max_dc_plane_scaling()
1002 int min_downscale, max_upscale; in amdgpu_dm_plane_helper_check_state() local
1038 &min_downscale, &max_upscale); in amdgpu_dm_plane_helper_check_state()
1044 min_scale = (1000 << 16) / max_upscale; in amdgpu_dm_plane_helper_check_state()
1056 int scale_w, scale_h, min_downscale, max_upscale; in amdgpu_dm_plane_fill_dc_scaling_info() local
1109 &min_downscale, &max_upscale); in amdgpu_dm_plane_fill_dc_scaling_info()
[all …]