dcp_rect
struct dcp_rect drm_to_dcp_rect(struct drm_rect *rect)
return (struct dcp_rect){ .x = rect->x1,
struct dcp_rect drm_to_dcp_rect(struct drm_rect *rect);
struct dcp_rect src_rect[SWAP_SURFACES];
struct dcp_rect dst_rect[SWAP_SURFACES];