Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c111 plane_state->clip_rect.x, in pre_surface_trace()
112 plane_state->clip_rect.y, in pre_surface_trace()
113 plane_state->clip_rect.width, in pre_surface_trace()
114 plane_state->clip_rect.height); in pre_surface_trace()
285 update->scaling_info->clip_rect.x, in update_surface_trace()
286 update->scaling_info->clip_rect.y, in update_surface_trace()
287 update->scaling_info->clip_rect.width, in update_surface_trace()
288 update->scaling_info->clip_rect.height, in update_surface_trace()
Ddc.c2487 (u->scaling_info->clip_rect.width > u->surface->clip_rect.width || in get_scaling_info_update_type()
2488 u->scaling_info->clip_rect.height > u->surface->clip_rect.height)) in get_scaling_info_update_type()
2494 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type()
2495 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type()
2762 surface->clip_rect = in copy_surface_update_to_plane()
2763 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane()
Ddc_resource.c1149 &pipe_ctx->plane_state->clip_rect); in calculate_recout()
1530 plane_state->clip_rect.height, in resource_build_scaling_params()
1531 plane_state->clip_rect.width, in resource_build_scaling_params()
1532 plane_state->clip_rect.x, in resource_build_scaling_params()
1533 plane_state->clip_rect.y); in resource_build_scaling_params()
/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_hw_sequencer.c361 pipe_ctx->plane_state->clip_rect.x, in dce60_program_front_end_for_pipe()
362 pipe_ctx->plane_state->clip_rect.y, in dce60_program_front_end_for_pipe()
363 pipe_ctx->plane_state->clip_rect.width, in dce60_program_front_end_for_pipe()
364 pipe_ctx->plane_state->clip_rect.height); in dce60_program_front_end_for_pipe()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h435 __entry->clip_x = plane_state->clip_rect.x;
436 __entry->clip_y = plane_state->clip_rect.y;
437 __entry->clip_w = plane_state->clip_rect.width;
438 __entry->clip_h = plane_state->clip_rect.height;
Damdgpu_dm_plane.c1099 scaling_info->clip_rect = scaling_info->dst_rect; in amdgpu_dm_plane_fill_dc_scaling_info()
Damdgpu_dm.c5049 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes()
6531 dc_plane_state->clip_rect.height = stream->src.height; in dm_validate_stream_and_context()
6532 dc_plane_state->clip_rect.width = stream->src.width; in dm_validate_stream_and_context()
/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1651 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dcn32_enable_phantom_plane()
1662 phantom_plane->clip_rect.y = 0; in dcn32_enable_phantom_plane()
1663 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane()
Ddcn32_hwseq.c1366 phantom_plane->clip_rect.x = pipe->plane_state->clip_rect.x; in dcn32_update_phantom_vp_position()
/drivers/gpu/drm/amd/display/dc/
Ddc.h1201 struct rect clip_rect; member
1282 struct rect clip_rect; member
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2779 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe()
2780 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe()
2781 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe()
2782 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c1566 if (pri_pipe->plane_state->clip_rect.x + pri_pipe->plane_state->clip_rect.width <= in dcn32_split_stream_for_mpc_or_odm()
1576 …if (pri_pipe->plane_state->clip_rect.x >= pri_pipe->stream->src.x + pri_pipe->stream->src.width/2… in dcn32_split_stream_for_mpc_or_odm()
1724 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn32_internal_validate_bw()
/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c858 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn21_fast_validate_bw()
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1709 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn30_internal_validate_bw()