intel_plane_duplicate_state — duplicate plane state
struct drm_plane_state * intel_plane_duplicate_state (
)
plane
drm plane
Allocates and returns a copy of the plane state (both common and Intel-specific) for the specified plane.
The newly allocated plane state, or NULL on failure.