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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_debug.c 104 "plane_state->clip_rect.x = %d;\n"
105 "plane_state->clip_rect.y = %d;\n"
106 "plane_state->clip_rect.width = %d;\n"
107 "plane_state->clip_rect.height = %d;\n",
116 plane_state->clip_rect.x,
117 plane_state->clip_rect.y,
118 plane_state->clip_rect.width,
119 plane_state->clip_rect.height);
274 "scaling_info->clip_rect.x = %d;\n"
275 "scaling_info->clip_rect.y = %d;\n
    [all...]
amdgpu_dc_resource.c 565 clip.x = stream->src.x > plane_state->clip_rect.x ?
566 stream->src.x : plane_state->clip_rect.x;
569 plane_state->clip_rect.x + plane_state->clip_rect.width ?
571 plane_state->clip_rect.x + plane_state->clip_rect.width - clip.x ;
573 clip.y = stream->src.y > plane_state->clip_rect.y ?
574 stream->src.y : plane_state->clip_rect.y;
577 plane_state->clip_rect.y + plane_state->clip_rect.height
    [all...]
amdgpu_dc.c 1591 if (u->scaling_info->clip_rect.width != u->surface->clip_rect.width
1592 || u->scaling_info->clip_rect.height != u->surface->clip_rect.height
1620 || u->scaling_info->clip_rect.x != u->surface->clip_rect.x
1621 || u->scaling_info->clip_rect.y != u->surface->clip_rect.y
1846 surface->clip_rect =
1847 srf_update->scaling_info->clip_rect;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 745 struct rect clip_rect; member in struct:dc_plane_state
814 struct rect clip_rect; member in struct:dc_scaling_info
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 2548 pipe_ctx->plane_state->clip_rect.x,
2549 pipe_ctx->plane_state->clip_rect.y,
2550 pipe_ctx->plane_state->clip_rect.width,
2551 pipe_ctx->plane_state->clip_rect.height);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 3089 scaling_info->clip_rect = scaling_info->dst_rect;
3517 dc_plane_state->clip_rect = scaling_info.clip_rect;

Completed in 128 milliseconds