Searched refs:current_plane (Results 1 – 2 of 2) sorted by relevance
198 const struct vkms_plane_state *current_plane, in clamp_line_coordinates() argument205 *dst_x_start = current_plane->frame_info->dst.x1; in clamp_line_coordinates()268 if (y < current_plane->frame_info->dst.y1 || in blend_line()269 y >= current_plane->frame_info->dst.y2) in blend_line()277 dst_line = DRM_RECT_INIT(current_plane->frame_info->dst.x1, y, in blend_line()278 drm_rect_width(¤t_plane->frame_info->dst), in blend_line()281 drm_rect_fp_to_int(&tmp_src, ¤t_plane->frame_info->src); in blend_line()306 -current_plane->frame_info->dst.y1); in blend_line()309 current_plane->frame_info->rotation); in blend_line()315 direction_for_rotation(current_plane->frame_info->rotation); in blend_line()[all …]
319 struct dc_plane_state *current_plane = NULL; in dcn32_determine_det_override() local348 current_plane = context->res_ctx.pipe_ctx[j].plane_state; in dcn32_determine_det_override()351 context->res_ctx.pipe_ctx[k].plane_state == current_plane) { in dcn32_determine_det_override()360 context->res_ctx.pipe_ctx[k].plane_state == current_plane) { in dcn32_determine_det_override()
Completed in 8 milliseconds