Name

intel_plane_duplicate_state — duplicate plane state

Synopsis

struct drm_plane_state * intel_plane_duplicate_state (struct drm_plane * plane);
 

Arguments

plane

drm plane

Description

Allocates and returns a copy of the plane state (both common and Intel-specific) for the specified plane.

Returns

The newly allocated plane state, or NULL on failure.