Searched refs:clip_rect (Results 1 – 6 of 6) sorted by relevance
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
H A D | amdgpu_dc_debug.c | 116 plane_state->clip_rect.x, in pre_surface_trace() 117 plane_state->clip_rect.y, in pre_surface_trace() 118 plane_state->clip_rect.width, in pre_surface_trace() 119 plane_state->clip_rect.height); in pre_surface_trace() 290 update->scaling_info->clip_rect.x, in update_surface_trace() 291 update->scaling_info->clip_rect.y, in update_surface_trace() 292 update->scaling_info->clip_rect.width, in update_surface_trace() 293 update->scaling_info->clip_rect.height, in update_surface_trace()
|
H A D | amdgpu_dc_resource.c | 565 clip.x = stream->src.x > plane_state->clip_rect.x ? in calculate_viewport() 566 stream->src.x : plane_state->clip_rect.x; in calculate_viewport() 569 plane_state->clip_rect.x + plane_state->clip_rect.width ? in calculate_viewport() 571 plane_state->clip_rect.x + plane_state->clip_rect.width - clip.x ; in calculate_viewport() 573 clip.y = stream->src.y > plane_state->clip_rect.y ? in calculate_viewport() 574 stream->src.y : plane_state->clip_rect.y; in calculate_viewport() 577 plane_state->clip_rect.y + plane_state->clip_rect.height ? in calculate_viewport() 579 plane_state->clip_rect.y + plane_state->clip_rect.height - clip.y ; in calculate_viewport() 652 struct rect surf_clip = plane_state->clip_rect; in calculate_recout()
|
H A D | amdgpu_dc.c | 1591 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width in get_scaling_info_update_type() 1592 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height in get_scaling_info_update_type() 1620 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type() 1621 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type() 1846 surface->clip_rect = in copy_surface_update_to_plane() 1847 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane()
|
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
H A D | dc.h | 745 struct rect clip_rect; member 814 struct rect clip_rect; member
|
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
H A D | amdgpu_dce110_hw_sequencer.c | 2548 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe() 2549 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe() 2550 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe() 2551 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
|
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 3089 scaling_info->clip_rect = scaling_info->dst_rect; in fill_dc_scaling_info() 3517 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes()
|