Searched refs:clip_rect (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_debug.c | 111 plane_state->clip_rect.x, in pre_surface_trace() 112 plane_state->clip_rect.y, in pre_surface_trace() 113 plane_state->clip_rect.width, in pre_surface_trace() 114 plane_state->clip_rect.height); in pre_surface_trace() 285 update->scaling_info->clip_rect.x, in update_surface_trace() 286 update->scaling_info->clip_rect.y, in update_surface_trace() 287 update->scaling_info->clip_rect.width, in update_surface_trace() 288 update->scaling_info->clip_rect.height, in update_surface_trace()
|
| D | dc_resource.c | 675 clip.x = stream->src.x > plane_state->clip_rect.x ? in calculate_viewport() 676 stream->src.x : plane_state->clip_rect.x; in calculate_viewport() 679 plane_state->clip_rect.x + plane_state->clip_rect.width ? in calculate_viewport() 681 plane_state->clip_rect.x + plane_state->clip_rect.width - clip.x ; in calculate_viewport() 683 clip.y = stream->src.y > plane_state->clip_rect.y ? in calculate_viewport() 684 stream->src.y : plane_state->clip_rect.y; in calculate_viewport() 687 plane_state->clip_rect.y + plane_state->clip_rect.height ? in calculate_viewport() 689 plane_state->clip_rect.y + plane_state->clip_rect.height - clip.y ; in calculate_viewport() 775 struct rect surf_clip = plane_state->clip_rect; in calculate_recout() 1228 plane_state->clip_rect.height, in resource_build_scaling_params() [all …]
|
| D | dc.c | 1803 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width in get_scaling_info_update_type() 1804 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height in get_scaling_info_update_type() 1832 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type() 1833 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type() 2075 surface->clip_rect = in copy_surface_update_to_plane() 2076 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane()
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce60/ |
| D | dce60_hw_sequencer.c | 361 pipe_ctx->plane_state->clip_rect.x, in dce60_program_front_end_for_pipe() 362 pipe_ctx->plane_state->clip_rect.y, in dce60_program_front_end_for_pipe() 363 pipe_ctx->plane_state->clip_rect.width, in dce60_program_front_end_for_pipe() 364 pipe_ctx->plane_state->clip_rect.height); in dce60_program_front_end_for_pipe()
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/ |
| D | dc.h | 832 struct rect clip_rect; member 905 struct rect clip_rect; member
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
| D | dce110_hw_sequencer.c | 2627 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe() 2628 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe() 2629 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe() 2630 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm.c | 3671 scaling_info->clip_rect = scaling_info->dst_rect; in fill_dc_scaling_info() 4142 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes()
|