Searched refs:clip_rect (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_debug.c | 111 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()
|
A D | dc.c | 2408 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width in get_scaling_info_update_type() 2409 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height in get_scaling_info_update_type() 2437 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type() 2438 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type() 2611 clip_x = clip_rect.x; in dc_check_is_fullscreen_video() 2612 clip_y = clip_rect.y; in dc_check_is_fullscreen_video() 2614 clip_width = clip_rect.width; in dc_check_is_fullscreen_video() 2615 clip_height = clip_rect.height; in dc_check_is_fullscreen_video() 2668 old_clip_rect = srf_updates[i].surface->clip_rect; in check_boundary_crossing_for_windowed_mpo_with_odm() 2789 surface->clip_rect = in copy_surface_update_to_plane() [all …]
|
A D | dc_resource.c | 807 struct rect surf_clip = plane_state->clip_rect; in calculate_recout() 1262 plane_state->clip_rect.height, in resource_build_scaling_params() 1263 plane_state->clip_rect.width, in resource_build_scaling_params() 1264 plane_state->clip_rect.x, in resource_build_scaling_params() 1265 plane_state->clip_rect.y); in resource_build_scaling_params() 1518 …(free_pipe->plane_state->clip_rect.x >= free_pipe->stream->src.x + free_pipe->stream->src.width/2)… in dc_add_plane_to_context() 1588 … (free_pipe->plane_state->clip_rect.x >= free_pipe->stream->src.x + free_pipe->stream->src.width/2) in dc_add_plane_to_context() 1656 (free_pipe->plane_state->clip_rect.x + free_pipe->plane_state->clip_rect.width <= in dc_add_plane_to_context() 1674 (free_pipe->plane_state->clip_rect.x + free_pipe->plane_state->clip_rect.width <= in dc_add_plane_to_context() 1683 …(free_pipe->plane_state->clip_rect.x >= free_pipe->stream->src.x + free_pipe->stream->src.width/2)… in dc_add_plane_to_context()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce60/ |
A D | dce60_hw_sequencer.c | 361 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()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm_trace.h | 435 __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;
|
A D | amdgpu_dm_plane.c | 1108 scaling_info->clip_rect = scaling_info->dst_rect; in fill_dc_scaling_info()
|
A D | amdgpu_dm.c | 4984 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes() 6415 dc_plane_state->clip_rect.height = stream->src.height; in dm_validate_stream_and_context() 6416 dc_plane_state->clip_rect.width = stream->src.width; in dm_validate_stream_and_context()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_resource.c | 1672 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dcn32_enable_phantom_plane() 1683 phantom_plane->clip_rect.y = 0; in dcn32_enable_phantom_plane() 1684 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane()
|
A D | dcn32_hwseq.c | 1280 phantom_plane->clip_rect.x = pipe->plane_state->clip_rect.x; in dcn32_update_phantom_vp_position()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc.h | 1158 struct rect clip_rect; member 1239 struct rect clip_rect; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_hw_sequencer.c | 2755 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe() 2756 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe() 2757 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe() 2758 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
A D | dcn32_fpu.c | 1519 if (pri_pipe->plane_state->clip_rect.x + pri_pipe->plane_state->clip_rect.width <= in dcn32_split_stream_for_mpc_or_odm() 1529 …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()
|
Completed in 60 milliseconds