Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1115 } else if (viewport_width < MIN_VIEWPORT_SIZE*2) { /* x2 for width is because of pipe-split. */ in amdgpu_dm_plane_helper_check_state()
1116 DRM_DEBUG_ATOMIC("Viewport width %d smaller than %d\n", viewport_width, MIN_VIEWPORT_SIZE*2); in amdgpu_dm_plane_helper_check_state()
1118 } else if (viewport_height < MIN_VIEWPORT_SIZE) { in amdgpu_dm_plane_helper_check_state()
1119 DRM_DEBUG_ATOMIC("Viewport height %d smaller than %d\n", viewport_height, MIN_VIEWPORT_SIZE); in amdgpu_dm_plane_helper_check_state()
/linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl.c11 #define MIN_VIEWPORT_SIZE 12 macro
743 min_viewport_size = MIN_VIEWPORT_SIZE; in spl_clamp_viewport()
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1622 if (pipe_ctx->plane_res.scl_data.viewport.height < MIN_VIEWPORT_SIZE) in resource_build_scaling_params()
1623 pipe_ctx->plane_res.scl_data.viewport.height = MIN_VIEWPORT_SIZE; in resource_build_scaling_params()
1624 if (pipe_ctx->plane_res.scl_data.viewport.width < MIN_VIEWPORT_SIZE) in resource_build_scaling_params()
1625 pipe_ctx->plane_res.scl_data.viewport.width = MIN_VIEWPORT_SIZE; in resource_build_scaling_params()
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc.h67 #define MIN_VIEWPORT_SIZE 12 macro