Home
last modified time | relevance | path

Searched refs:clip_rect (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_debug.c111 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()
A Ddc.c2198 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width in get_scaling_info_update_type()
2199 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height in get_scaling_info_update_type()
2227 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x in get_scaling_info_update_type()
2228 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y in get_scaling_info_update_type()
2483 surface->clip_rect = in copy_surface_update_to_plane()
2484 srf_update->scaling_info->clip_rect; in copy_surface_update_to_plane()
A Ddc_resource.c772 struct rect surf_clip = plane_state->clip_rect; in calculate_recout()
1192 plane_state->clip_rect.height, in resource_build_scaling_params()
1193 plane_state->clip_rect.width, in resource_build_scaling_params()
1194 plane_state->clip_rect.x, in resource_build_scaling_params()
1195 plane_state->clip_rect.y); in resource_build_scaling_params()
/linux/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_hw_sequencer.c361 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/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_trace.h433 __entry->clip_x = plane_state->clip_rect.x;
434 __entry->clip_y = plane_state->clip_rect.y;
435 __entry->clip_w = plane_state->clip_rect.width;
436 __entry->clip_h = plane_state->clip_rect.height;
A Damdgpu_dm.c4668 scaling_info->clip_rect = scaling_info->dst_rect; in fill_dc_scaling_info()
5555 dc_plane_state->clip_rect = scaling_info.clip_rect; in fill_dc_plane_attributes()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc.h960 struct rect clip_rect; member
1036 struct rect clip_rect; member
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c2834 pipe_ctx->plane_state->clip_rect.x,
2835 pipe_ctx->plane_state->clip_rect.y,
2836 pipe_ctx->plane_state->clip_rect.width,
2837 pipe_ctx->plane_state->clip_rect.height);

Completed in 56 milliseconds