Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c112 plane_state->clip_rect.x, in pre_surface_trace()
113 plane_state->clip_rect.y, in pre_surface_trace()
114 plane_state->clip_rect.width, in pre_surface_trace()
115 plane_state->clip_rect.height); in pre_surface_trace()
286 update->scaling_info->clip_rect.x, in update_surface_trace()
287 update->scaling_info->clip_rect.y, in update_surface_trace()
288 update->scaling_info->clip_rect.width, in update_surface_trace()
289 update->scaling_info->clip_rect.height, in update_surface_trace()
Ddc.c1159 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width in get_scaling_info_update_type()
1160 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height in get_scaling_info_update_type()
1185 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type()
1186 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type()
Ddc_resource.c504 clip.x = stream->src.x > plane_state->clip_rect.x ? in calculate_viewport()
505 stream->src.x : plane_state->clip_rect.x; in calculate_viewport()
508 plane_state->clip_rect.x + plane_state->clip_rect.width ? in calculate_viewport()
510 plane_state->clip_rect.x + plane_state->clip_rect.width - clip.x ; in calculate_viewport()
512 clip.y = stream->src.y > plane_state->clip_rect.y ? in calculate_viewport()
513 stream->src.y : plane_state->clip_rect.y; in calculate_viewport()
516 plane_state->clip_rect.y + plane_state->clip_rect.height ? in calculate_viewport()
518 plane_state->clip_rect.y + plane_state->clip_rect.height - clip.y ; in calculate_viewport()
568 struct rect surf_clip = plane_state->clip_rect; in calculate_recout()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc.h474 struct rect clip_rect; member
531 struct rect clip_rect; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2688 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe()
2689 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe()
2690 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe()
2691 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1935 plane_state->clip_rect = plane_state->dst_rect; in fill_rects_from_plane_state()
4200 scaling_info[i].clip_rect = plane_states[i]->clip_rect; in commit_planes_to_stream()