Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2798 || u->scaling_info->clip_rect.width != u->surface->clip_rect.width in get_scaling_info_update_type()
2799 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height in get_scaling_info_update_type()
2818 (u->scaling_info->clip_rect.width > u->surface->clip_rect.width || in get_scaling_info_update_type()
2819 u->scaling_info->clip_rect.height > u->surface->clip_rect.height)) in get_scaling_info_update_type()
2826 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type()
2827 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type()
3117 surface->clip_rect = in copy_surface_update_to_plane()
3118 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane()
H A Ddc_resource.c1153 &pipe_ctx->plane_state->clip_rect); in calculate_recout()
1672 plane_state->clip_rect.height, in resource_build_scaling_params()
1673 plane_state->clip_rect.width, in resource_build_scaling_params()
1674 plane_state->clip_rect.x, in resource_build_scaling_params()
1675 plane_state->clip_rect.y); in resource_build_scaling_params()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1662 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dcn32_enable_phantom_plane()
1673 phantom_plane->clip_rect.y = 0; in dcn32_enable_phantom_plane()
1674 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3000 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe()
3001 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe()
3002 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe()
3003 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1472 struct rect clip_rect; member
1833 struct rect clip_rect; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1452 phantom_plane->clip_rect.x = pipe->plane_state->clip_rect.x; in dcn32_update_phantom_vp_position()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c833 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn21_fast_validate_bw()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c1199 scaling_info->clip_rect = scaling_info->dst_rect; in amdgpu_dm_plane_fill_dc_scaling_info()
H A Damdgpu_dm.c6249 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes()
8041 dc_plane_state->clip_rect.height = stream->src.height; in dm_validate_stream_and_context()
8042 dc_plane_state->clip_rect.width = stream->src.width; in dm_validate_stream_and_context()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3673 ? param.viewport.x : pipe_ctx->plane_state->clip_rect.x; in dcn10_set_cursor_position()
3674 int clip_width = pipe_ctx->plane_state->clip_rect.width; in dcn10_set_cursor_position()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1709 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn30_internal_validate_bw()