Lines Matching defs:dest
139 struct drm_rect dest = drm_plane_state_dest(new_state);
277 dest.y1 /= 2;
278 dest.y2 /= 2;
296 priv->viu.osd_sc_o_h_start_end = SCO_HV_START(dest.x1) |
297 SCO_HV_END(dest.x2 - 1);
298 priv->viu.osd_sc_o_v_start_end = SCO_HV_START(dest.y1) |
299 SCO_HV_END(dest.y2 - 1);
357 priv->viu.osd1_blk0_cfg[3] = ((dest.x2 - 1) << 16) | dest.x1;
358 priv->viu.osd1_blk0_cfg[4] = ((dest.y2 - 1) << 16) | dest.y1;
361 priv->viu.osd_blend_din0_scope_h = ((dest.x2 - 1) << 16) | dest.x1;
362 priv->viu.osd_blend_din0_scope_v = ((dest.y2 - 1) << 16) | dest.y1;