Searched refs:clip_rect (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_debug.c | 112 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()
|
D | dc.c | 1159 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()
|
D | dc_resource.c | 504 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/ |
D | dc.h | 474 struct rect clip_rect; member 531 struct rect clip_rect; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 2688 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/ |
D | amdgpu_dm.c | 1935 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()
|