Searched refs:MIN_VIEWPORT_SIZE (Results 1 – 3 of 3) sorted by relevance
1159 if (pipe_ctx->plane_res.scl_data.viewport.height < MIN_VIEWPORT_SIZE || in resource_build_scaling_params()1160 pipe_ctx->plane_res.scl_data.viewport.width < MIN_VIEWPORT_SIZE) in resource_build_scaling_params()1164 if (pipe_ctx->plane_res.scl_data.viewport.height < MIN_VIEWPORT_SIZE) in resource_build_scaling_params()1165 pipe_ctx->plane_res.scl_data.viewport.height = MIN_VIEWPORT_SIZE; in resource_build_scaling_params()1166 if (pipe_ctx->plane_res.scl_data.viewport.width < MIN_VIEWPORT_SIZE) in resource_build_scaling_params()1167 pipe_ctx->plane_res.scl_data.viewport.width = MIN_VIEWPORT_SIZE; in resource_build_scaling_params()
56 #define MIN_VIEWPORT_SIZE 12 macro
7557 } else if (viewport_width < MIN_VIEWPORT_SIZE*2) { /* x2 for width is because of pipe-split. */ in dm_plane_helper_check_state()7558 DRM_DEBUG_ATOMIC("Viewport width %d smaller than %d\n", viewport_width, MIN_VIEWPORT_SIZE*2); in dm_plane_helper_check_state()7560 } else if (viewport_height < MIN_VIEWPORT_SIZE) { in dm_plane_helper_check_state()7561 DRM_DEBUG_ATOMIC("Viewport height %d smaller than %d\n", viewport_height, MIN_VIEWPORT_SIZE); in dm_plane_helper_check_state()
Completed in 32 milliseconds