Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/
H A Ddrm_plane_helper.c101 int max_scale, in drm_plane_helper_check_update() argument
128 min_scale, max_scale, in drm_plane_helper_check_update()
H A Ddrm_atomic_helper.c866 int max_scale, in drm_atomic_helper_check_plane_state() argument
902 hscale = drm_rect_calc_hscale(src, dst, min_scale, max_scale); in drm_atomic_helper_check_plane_state()
903 vscale = drm_rect_calc_vscale(src, dst, min_scale, max_scale); in drm_atomic_helper_check_plane_state()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_atomic_plane.h63 int min_scale, int max_scale,
H A Dintel_atomic_plane.c899 int min_scale, int max_scale, in intel_atomic_plane_check_clipping() argument
918 hscale = drm_rect_calc_hscale(src, dst, min_scale, max_scale); in intel_atomic_plane_check_clipping()
919 vscale = drm_rect_calc_vscale(src, dst, min_scale, max_scale); in intel_atomic_plane_check_clipping()
H A Dintel_sprite.c1295 int max_scale = DRM_PLANE_NO_SCALING; in g4x_sprite_check() local
1301 max_scale = 16 << 16; in g4x_sprite_check()
1304 max_scale = 2 << 16; in g4x_sprite_check()
1309 min_scale, max_scale, true); in g4x_sprite_check()
H A Dskl_universal_plane.c1876 int max_scale = DRM_PLANE_NO_SCALING; in skl_plane_check() local
1886 max_scale = skl_plane_max_scale(dev_priv, fb); in skl_plane_check()
1890 min_scale, max_scale, true); in skl_plane_check()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_atomic_helper.h58 int max_scale,
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1004 int max_scale = INT_MAX; in amdgpu_dm_plane_helper_check_state() local
1045 max_scale = (1000 << 16) / min_downscale; in amdgpu_dm_plane_helper_check_state()
1049 state, new_crtc_state, min_scale, max_scale, true, true); in amdgpu_dm_plane_helper_check_state()