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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_debug.c 100 "plane_state->dst_rect.x = %d;\n"
101 "plane_state->dst_rect.y = %d;\n"
102 "plane_state->dst_rect.width = %d;\n"
103 "plane_state->dst_rect.height = %d;\n"
112 plane_state->dst_rect.x,
113 plane_state->dst_rect.y,
114 plane_state->dst_rect.width,
115 plane_state->dst_rect.height,
270 "scaling_info->dst_rect.x = %d;\n"
271 "scaling_info->dst_rect.y = %d;\n
    [all...]
amdgpu_dc.c 1593 || u->scaling_info->dst_rect.width != u->surface->dst_rect.width
1594 || u->scaling_info->dst_rect.height != u->surface->dst_rect.height
1600 if ((u->scaling_info->dst_rect.width < u->surface->dst_rect.width
1601 || u->scaling_info->dst_rect.height < u->surface->dst_rect.height)
1602 && (u->scaling_info->dst_rect.width < u->surface->src_rect.width
1603 || u->scaling_info->dst_rect.height < u->surface->src_rect.height)
    [all...]
amdgpu_dc_resource.c 564 dest = plane_state->dst_rect;
607 /* offset = surf_src.ofs + (clip.ofs - surface->dst_rect.ofs) * scl_ratio
723 plane_state->dst_rect.width);
726 plane_state->dst_rect.height);
873 recout_skip_h = data->recout.x - (stream->dst.x + (plane_state->dst_rect.x - stream->src.x)
875 src.x * plane_state->dst_rect.width / src.width
877 recout_skip_v = data->recout.y - (stream->dst.y + (plane_state->dst_rect.y - stream->src.y)
879 src.y * plane_state->dst_rect.height / src.height
1063 "y:%d\n dst_rect:\nheight:%d width:%d x:%d "
1070 plane_state->dst_rect.height
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 744 struct rect dst_rect; member in struct:dc_plane_state
813 struct rect dst_rect; member in struct:dc_scaling_info
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 2544 pipe_ctx->plane_state->dst_rect.x,
2545 pipe_ctx->plane_state->dst_rect.y,
2546 pipe_ctx->plane_state->dst_rect.width,
2547 pipe_ctx->plane_state->dst_rect.height,
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))
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_resource.c 1213 if (plane->src_rect.width > plane->dst_rect.width ||
1214 plane->src_rect.height > plane->dst_rect.height)
amdgpu_dcn10_hw_sequencer.c 1935 plane_state->dst_rect.x,
1936 plane_state->dst_rect.y,
1937 plane_state->dst_rect.width,
1938 plane_state->dst_rect.height);
2963 int x_plane = pipe_ctx->plane_state->dst_rect.x;
2964 int y_plane = pipe_ctx->plane_state->dst_rect.y;
2970 pipe_ctx->plane_state->dst_rect.width;
2972 pipe_ctx->plane_state->dst_rect.height;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 3075 scaling_info->dst_rect.x = state->crtc_x;
3076 scaling_info->dst_rect.y = state->crtc_y;
3081 scaling_info->dst_rect.width = state->crtc_w;
3086 scaling_info->dst_rect.height = state->crtc_h;
3089 scaling_info->clip_rect = scaling_info->dst_rect;
3092 scale_w = scaling_info->dst_rect.width * 1000 /
3098 scale_h = scaling_info->dst_rect.height * 1000 /
3516 dc_plane_state->dst_rect = scaling_info.dst_rect;

Completed in 27 milliseconds