Searched refs:mdp5_state (Results 1 – 1 of 1) sorted by relevance
112 struct mdp5_global_state *mdp5_state = to_mdp5_global_state(state); in mdp5_global_destroy_state() local114 kfree(mdp5_state); in mdp5_global_destroy_state()123 struct mdp5_global_state *mdp5_state; in mdp5_global_create_state() local125 mdp5_state = kzalloc_obj(*mdp5_state); in mdp5_global_create_state()126 if (!mdp5_state) in mdp5_global_create_state()129 __drm_atomic_helper_private_obj_create_state(obj, &mdp5_state->base); in mdp5_global_create_state()130 mdp5_state->mdp5_kms = mdp5_kms; in mdp5_global_create_state()132 return &mdp5_state->base; in mdp5_global_create_state()138 struct mdp5_global_state *mdp5_state = to_mdp5_global_state(state); in mdp5_global_print_state() local140 if (mdp5_state->mdp5_kms->smp) in mdp5_global_print_state()[all …]