/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_debug.c | 113 plane_state->clip_rect.x, in pre_surface_trace() 114 plane_state->clip_rect.y, in pre_surface_trace() 115 plane_state->clip_rect.width, in pre_surface_trace() 116 plane_state->clip_rect.height); in pre_surface_trace() 287 update->scaling_info->clip_rect.x, in update_surface_trace() 288 update->scaling_info->clip_rect.y, in update_surface_trace() 289 update->scaling_info->clip_rect.width, in update_surface_trace() 290 update->scaling_info->clip_rect.height, in update_surface_trace()
|
D | dc.c | 2506 (u->scaling_info->clip_rect.width > u->surface->clip_rect.width || in get_scaling_info_update_type() 2507 u->scaling_info->clip_rect.height > u->surface->clip_rect.height)) in get_scaling_info_update_type() 2511 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width || in get_scaling_info_update_type() 2512 u->scaling_info->clip_rect.height != u->surface->clip_rect.height) in get_scaling_info_update_type() 2517 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type() 2518 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type() 2816 surface->clip_rect = in copy_surface_update_to_plane() 2817 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane()
|
D | dc_resource.c | 1108 &pipe_ctx->plane_state->clip_rect); in calculate_recout() 1628 plane_state->clip_rect.height, in resource_build_scaling_params() 1629 plane_state->clip_rect.width, in resource_build_scaling_params() 1630 plane_state->clip_rect.x, in resource_build_scaling_params() 1631 plane_state->clip_rect.y); in resource_build_scaling_params()
|
/linux-6.12.1/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-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
D | dml21_utils.c | 400 memcpy(&phantom_plane->clip_rect, &main_plane->clip_rect, sizeof(phantom_plane->clip_rect)); in dml21_add_phantom_plane() 412 phantom_plane->clip_rect.y = 0; in dml21_add_phantom_plane() 413 phantom_plane->clip_rect.height = phantom_stream->src.height; in dml21_add_phantom_plane()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml2_mall_phantom.c | 762 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in enable_phantom_plane() 774 phantom_plane->clip_rect.y = 0; in enable_phantom_plane() 775 phantom_plane->clip_rect.height = phantom_stream->timing.v_addressable; in enable_phantom_plane()
|
D | dml2_dc_resource_mgmt.c | 525 if (plane->clip_rect.x + plane->clip_rect.width < slice_start_x) in is_plane_in_odm_slice() 528 if (plane->clip_rect.x > slice_end_x) in is_plane_in_odm_slice()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/ |
D | dc_spl_translate.c | 95 populate_splrect_from_rect(&spl_in->basic_in.clip_rect, &plane_state->clip_rect); in translate_SPL_in_params_from_pipe_ctx()
|
D | dc.h | 1292 struct rect clip_rect; member 1475 struct rect clip_rect; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/ |
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;
|
D | amdgpu_dm_plane.c | 1192 scaling_info->clip_rect = scaling_info->dst_rect; in amdgpu_dm_plane_fill_dc_scaling_info()
|
D | amdgpu_dm.c | 5601 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes() 7264 dc_plane_state->clip_rect.height = stream->src.height; in dm_validate_stream_and_context() 7265 dc_plane_state->clip_rect.width = stream->src.width; in dm_validate_stream_and_context()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/ |
D | dc_spl_types.h | 437 struct spl_rect clip_rect; // Clip rect member
|
D | dc_spl.c | 331 &spl_in->basic_in.clip_rect); in spl_calculate_recout()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
D | dcn32_resource.c | 1662 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dcn32_enable_phantom_plane() 1673 phantom_plane->clip_rect.y = 0; in dcn32_enable_phantom_plane() 1674 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
D | dce110_hwseq.c | 2966 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe() 2967 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe() 2968 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe() 2969 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | dcn32_fpu.c | 1380 if (memcmp(&context->stream_status[0].plane_states[0]->clip_rect, in should_apply_odm_power_optimization() 1861 if (pri_pipe->plane_state->clip_rect.x + pri_pipe->plane_state->clip_rect.width <= in dcn32_split_stream_for_mpc_or_odm() 1871 …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() 2225 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn32_internal_validate_bw()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
D | dcn32_hwseq.c | 1432 phantom_plane->clip_rect.x = pipe->plane_state->clip_rect.x; in dcn32_update_phantom_vp_position()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
D | dcn21_resource.c | 833 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn21_fast_validate_bw()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
D | dcn30_resource.c | 1711 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn30_internal_validate_bw()
|