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/
H A Ddc_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()
H A Ddc.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()
H A Ddc_resource.c522 surf_src.width / plane_state->dst_rect.width; in calculate_viewport()
524 surf_src.width / plane_state->dst_rect.width; 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()
647 recout_full->width = plane_state->dst_rect.width in calculate_recout()
669 plane_state->dst_rect.width); in calculate_scaling_ratios()
672 plane_state->dst_rect.height); in calculate_scaling_ratios()
1119 plane_state->dst_rect.height, in resource_build_scaling_params()
1120 plane_state->dst_rect.width, in resource_build_scaling_params()
1121 plane_state->dst_rect.x, in resource_build_scaling_params()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc.h473 struct rect dst_rect; member
533 struct rect dst_rect; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_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()
H A Ddce110_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/
H A Damdgpu_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()