HomeSort by: relevance | last modified time | path
    Searched refs:src_rect (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_debug.c 96 "plane_state->src_rect.x = %d;\n"
97 "plane_state->src_rect.y = %d;\n"
98 "plane_state->src_rect.width = %d;\n"
99 "plane_state->src_rect.height = %d;\n"
108 plane_state->src_rect.x,
109 plane_state->src_rect.y,
110 plane_state->src_rect.width,
111 plane_state->src_rect.height,
266 "scaling_info->src_rect.x = %d;\n"
267 "scaling_info->src_rect.y = %d;\n
    [all...]
amdgpu_dc.c 1602 && (u->scaling_info->dst_rect.width < u->surface->src_rect.width
1603 || u->scaling_info->dst_rect.height < u->surface->src_rect.height))
1608 if (u->scaling_info->src_rect.width != u->surface->src_rect.width
1609 || u->scaling_info->src_rect.height != u->surface->src_rect.height) {
1612 if (u->scaling_info->src_rect.width > u->surface->src_rect.width
1613 || u->scaling_info->src_rect.height > u->surface->src_rect.height
    [all...]
amdgpu_dc_resource.c 545 struct rect surf_src = plane_state->src_rect;
710 struct rect surf_src = plane_state->src_rect;
841 struct rect src = pipe_ctx->plane_state->src_rect;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_resource.c 1185 && plane_state->src_rect.width > caps->max_video_width)
1213 if (plane->src_rect.width > plane->dst_rect.width ||
1214 plane->src_rect.height > plane->dst_rect.height)
1217 if (plane->src_rect.width >= 3840)
1221 if (plane->src_rect.width >= 3840)
amdgpu_dcn10_hw_sequencer.c 1931 plane_state->src_rect.x,
1932 plane_state->src_rect.y,
1933 plane_state->src_rect.width,
1934 plane_state->src_rect.height,
2969 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.width /
2971 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height /
3037 pipe_ctx->plane_state->src_rect.x) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 743 struct rect src_rect; member in struct:dc_plane_state
812 struct rect src_rect; member in struct:dc_scaling_info
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_resource.c 1018 if (((plane_state->dst_rect.width * 2) < plane_state->src_rect.width) ||
1019 ((plane_state->dst_rect.height * 2) < plane_state->src_rect.height))
1044 if ((plane->src_rect.width > 1920 ||
1045 plane->src_rect.height > 1080))
amdgpu_dce110_hw_sequencer.c 2540 pipe_ctx->plane_state->src_rect.x,
2541 pipe_ctx->plane_state->src_rect.y,
2542 pipe_ctx->plane_state->src_rect.width,
2543 pipe_ctx->plane_state->src_rect.height,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 3064 scaling_info->src_rect.x = state->src_x >> 16;
3065 scaling_info->src_rect.y = state->src_y >> 16;
3067 scaling_info->src_rect.width = state->src_w >> 16;
3068 if (scaling_info->src_rect.width == 0)
3071 scaling_info->src_rect.height = state->src_h >> 16;
3072 if (scaling_info->src_rect.height == 0)
3093 scaling_info->src_rect.width;
3099 scaling_info->src_rect.height;
3515 dc_plane_state->src_rect = scaling_info.src_rect;
    [all...]

Completed in 26 milliseconds