Searched refs:clip_rect (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/ |
| H A D | dml21_utils.c | 302 memcpy(&phantom_plane->clip_rect, &main_plane->clip_rect, sizeof(phantom_plane->clip_rect)); in dml21_add_phantom_plane() 314 phantom_plane->clip_rect.y = 0; in dml21_add_phantom_plane() 315 phantom_plane->clip_rect.height = phantom_stream->src.height; in dml21_add_phantom_plane()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1697 …memcpy(&phantom_plane->clip_rect, &curr_pipe->plane_state->clip_rect, sizeof(phantom_plane->clip_r… in dcn32_enable_phantom_plane() 1708 phantom_plane->clip_rect.y = 0; in dcn32_enable_phantom_plane() 1709 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 3111 pipe_ctx->plane_state->clip_rect.x, in dce110_program_front_end_for_pipe() 3112 pipe_ctx->plane_state->clip_rect.y, in dce110_program_front_end_for_pipe() 3113 pipe_ctx->plane_state->clip_rect.width, in dce110_program_front_end_for_pipe() 3114 pipe_ctx->plane_state->clip_rect.height); in dce110_program_front_end_for_pipe()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | dcn32_fpu.c | 1382 if (memcmp(&context->stream_status[0].plane_states[0]->clip_rect, in should_apply_odm_power_optimization() 1828 if (pri_pipe->plane_state->clip_rect.x + pri_pipe->plane_state->clip_rect.width <= in dcn32_split_stream_for_mpc_or_odm() 1838 …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() 2192 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn32_internal_validate_bw()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 1160 &pipe_ctx->plane_state->clip_rect); in calculate_recout() 1679 plane_state->clip_rect.height, in resource_build_scaling_params() 1680 plane_state->clip_rect.width, in resource_build_scaling_params() 1681 plane_state->clip_rect.x, in resource_build_scaling_params() 1682 plane_state->clip_rect.y); in resource_build_scaling_params()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 1516 struct rect clip_rect; member 1881 struct rect clip_rect; member
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
| H A D | dcn21_resource.c | 865 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn21_fast_validate_bw()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.c | 1198 scaling_info->clip_rect = scaling_info->dst_rect; in amdgpu_dm_plane_fill_dc_scaling_info()
|
| H A D | amdgpu_dm.c | 6325 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes() 8117 dc_plane_state->clip_rect.height = stream->src.height; in dm_validate_stream_and_context() 8118 dc_plane_state->clip_rect.width = stream->src.width; in dm_validate_stream_and_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/ |
| H A D | dcn30_resource.c | 1746 && memcmp(&mpo_pipe->plane_state->clip_rect, in dcn30_internal_validate_bw()
|