mdp5_plane
struct mdp5_plane *mdp5_plane;
mdp5_plane = drmm_universal_plane_alloc(dev, struct mdp5_plane, base,
if (IS_ERR(mdp5_plane))
return ERR_CAST(mdp5_plane);
plane = &mdp5_plane->base;
#define to_mdp5_plane(x) container_of(x, struct mdp5_plane, base)