PLANE_2
plane = skl_universal_plane_create(display, pipe, PLANE_2 + sprite);
{ .fault = GEN9_PIPE_PLANE2_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_2, },
{ .fault = GEN9_PIPE_PLANE2_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_2, },
{ .fault = GEN9_PIPE_PLANE2_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_2, },
{ .fault = GEN9_PIPE_PLANE2_FAULT, .handle = handle_plane_fault, .plane_id = PLANE_2, },
if (plane_id != PLANE_1 && plane_id != PLANE_2)
return BIT(PLANE_1) | BIT(PLANE_2) | BIT(PLANE_3);
(plane_id == PLANE_1 || plane_id == PLANE_2);