Lines Matching defs:priv_state
91 struct drm_private_state *priv_state;
93 priv_state = drm_atomic_get_private_obj_state(state, &priv->private_obj);
94 if (IS_ERR(priv_state))
95 return ERR_CAST(priv_state);
97 return to_ingenic_ipu_priv_state(priv_state);
103 struct drm_private_state *priv_state;
105 priv_state = drm_atomic_get_new_private_obj_state(state, &priv->private_obj);
106 if (!priv_state)
109 return to_ingenic_ipu_priv_state(priv_state);
748 struct ingenic_ipu_private_state *priv_state = to_ingenic_ipu_priv_state(state);
750 kfree(priv_state);