Home
last modified time | relevance | path

Searched refs:dst_rect (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/core/
HDdc_debug.c108 plane_state->dst_rect.x, in pre_surface_trace()
109 plane_state->dst_rect.y, in pre_surface_trace()
110 plane_state->dst_rect.width, in pre_surface_trace()
111 plane_state->dst_rect.height, in pre_surface_trace()
282 update->scaling_info->dst_rect.x, in update_surface_trace()
283 update->scaling_info->dst_rect.y, in update_surface_trace()
284 update->scaling_info->dst_rect.width, in update_surface_trace()
285 update->scaling_info->dst_rect.height, in update_surface_trace()
HDdc.c1185 || u->scaling_info->dst_rect.width != u->surface->dst_rect.width in get_scaling_info_update_type()
1186 || u->scaling_info->dst_rect.height != u->surface->dst_rect.height) { in get_scaling_info_update_type()
1189 if ((u->scaling_info->dst_rect.width < u->surface->dst_rect.width in get_scaling_info_update_type()
1190 || u->scaling_info->dst_rect.height < u->surface->dst_rect.height) in get_scaling_info_update_type()
1191 … && (u->scaling_info->dst_rect.width < u->surface->src_rect.width in get_scaling_info_update_type()
1192 … || u->scaling_info->dst_rect.height < u->surface->src_rect.height)) in get_scaling_info_update_type()
1211 || u->scaling_info->dst_rect.x != u->surface->dst_rect.x in get_scaling_info_update_type()
1212 || u->scaling_info->dst_rect.y != u->surface->dst_rect.y) in get_scaling_info_update_type()
HDdc_resource.c521 data->viewport.x = surf_src.x + (clip.x - plane_state->dst_rect.x) * in calculate_viewport()
522 surf_src.width / plane_state->dst_rect.width; in calculate_viewport()
524 surf_src.width / plane_state->dst_rect.width; in calculate_viewport()
526 data->viewport.y = surf_src.y + (clip.y - plane_state->dst_rect.y) * in calculate_viewport()
527 surf_src.height / plane_state->dst_rect.height; in calculate_viewport()
529 surf_src.height / plane_state->dst_rect.height; in calculate_viewport()
638 recout_full->x = stream->dst.x + (plane_state->dst_rect.x - stream->src.x) in calculate_recout()
640 surf_src.x * plane_state->dst_rect.width / surf_src.width in calculate_recout()
642 recout_full->y = stream->dst.y + (plane_state->dst_rect.y - stream->src.y) in calculate_recout()
644 surf_src.y * plane_state->dst_rect.height / surf_src.height in calculate_recout()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/
HDdc.h473 struct rect dst_rect; member
533 struct rect dst_rect; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
HDdce110_resource.c886 if (((plane_state->dst_rect.width * 2) < plane_state->src_rect.width) || in dce110_validate_plane()
887 ((plane_state->dst_rect.height * 2) < plane_state->src_rect.height)) in dce110_validate_plane()
HDdce110_hw_sequencer.c2703 pipe_ctx->plane_state->dst_rect.x, in dce110_program_front_end_for_pipe()
2704 pipe_ctx->plane_state->dst_rect.y, in dce110_program_front_end_for_pipe()
2705 pipe_ctx->plane_state->dst_rect.width, in dce110_program_front_end_for_pipe()
2706 pipe_ctx->plane_state->dst_rect.height, in dce110_program_front_end_for_pipe()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
HDamdgpu_dm.c1944 plane_state->dst_rect.x = state->crtc_x; in fill_rects_from_plane_state()
1945 plane_state->dst_rect.y = state->crtc_y; in fill_rects_from_plane_state()
1950 plane_state->dst_rect.width = state->crtc_w; in fill_rects_from_plane_state()
1955 plane_state->dst_rect.height = state->crtc_h; in fill_rects_from_plane_state()
1957 plane_state->clip_rect = plane_state->dst_rect; in fill_rects_from_plane_state()
4248 scaling_info[i].dst_rect = plane_states[i]->dst_rect; in commit_planes_to_stream()