/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_debug.c | 99 "plane_state->clip_rect.x = %d;\n" in pre_surface_trace() 100 "plane_state->clip_rect.y = %d;\n" in pre_surface_trace() 101 "plane_state->clip_rect.width = %d;\n" in pre_surface_trace() 102 "plane_state->clip_rect.height = %d;\n", in pre_surface_trace() 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() 269 "scaling_info->clip_rect.x = %d;\n" in update_surface_trace() 270 "scaling_info->clip_rect in update_surface_trace() [all...] |
H A 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 in calculate_viewport() [all...] |
H A D | dc.c | 1818 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width in get_scaling_info_update_type() 1819 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height in get_scaling_info_update_type() 1847 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type() 1848 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type() 2087 surface->clip_rect = in copy_surface_update_to_plane() 2088 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_debug.c | 99 "plane_state->clip_rect.x = %d;\n" in pre_surface_trace() 100 "plane_state->clip_rect.y = %d;\n" in pre_surface_trace() 101 "plane_state->clip_rect.width = %d;\n" in pre_surface_trace() 102 "plane_state->clip_rect.height = %d;\n", in pre_surface_trace() 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() 269 "scaling_info->clip_rect.x = %d;\n" in update_surface_trace() 270 "scaling_info->clip_rect in update_surface_trace() [all...] |
H A D | dc.c | 2484 (u->scaling_info->clip_rect.width > u->surface->clip_rect.width || in get_scaling_info_update_type() 2485 u->scaling_info->clip_rect.height > u->surface->clip_rect.height)) in get_scaling_info_update_type() 2491 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type() 2492 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type() 2759 surface->clip_rect = in copy_surface_update_to_plane() 2760 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane() [all...] |
H A D | dc_resource.c | 1149 &pipe_ctx->plane_state->clip_rect); in calculate_recout() 1509 "src_rect: height:%d width:%d x:%d y:%d dst_rect: height:%d width:%d x:%d y:%d clip_rect: height:%d width:%d x:%d y:%d\n", in resource_build_scaling_params() 1530 plane_state->clip_rect.height, in resource_build_scaling_params() 1531 plane_state->clip_rect.width, in resource_build_scaling_params() 1532 plane_state->clip_rect.x, in resource_build_scaling_params() 1533 plane_state->clip_rect.y); in resource_build_scaling_params()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_trace.h | 435 __entry->clip_x = plane_state->clip_rect.x; 436 __entry->clip_y = plane_state->clip_rect.y; 437 __entry->clip_w = plane_state->clip_rect.width; 438 __entry->clip_h = plane_state->clip_rect.height;
|
H A D | amdgpu_dm_plane.c | 1099 scaling_info->clip_rect = scaling_info->dst_rect; in amdgpu_dm_plane_fill_dc_scaling_info()
|
H A D | amdgpu_dm.c | 5043 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes() 6526 dc_plane_state->clip_rect.height = stream->src.height; in dm_validate_stream_and_context() 6527 dc_plane_state->clip_rect.width = stream->src.width; in dm_validate_stream_and_context()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 832 struct rect clip_rect; member 905 struct rect clip_rect; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_resource.c | 1651 memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_rect)); in dcn32_enable_phantom_plane() 1662 phantom_plane->clip_rect.y = 0; in dcn32_enable_phantom_plane() 1663 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane()
|
H A D | dcn32_hwseq.c | 1366 phantom_plane->clip_rect.x = pipe->plane_state->clip_rect.x; in dcn32_update_phantom_vp_position()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 2632 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe() 2633 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe() 2634 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe() 2635 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 1201 struct rect clip_rect; member 1282 struct rect clip_rect; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 2778 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe() 2779 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe() 2780 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe() 2781 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 1566 if (pri_pipe->plane_state->clip_rect.x + pri_pipe->plane_state->clip_rect.width <= in dcn32_split_stream_for_mpc_or_odm() 1576 if (pri_pipe->plane_state->clip_rect.x >= pri_pipe->stream->src.x + pri_pipe->stream->src.width/2) { in dcn32_split_stream_for_mpc_or_odm() 1724 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn32_internal_validate_bw()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_resource.c | 858 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn21_fast_validate_bw()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 3784 scaling_info->clip_rect = scaling_info->dst_rect; 4255 dc_plane_state->clip_rect = scaling_info.clip_rect;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.c | 1709 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn30_internal_validate_bw()
|