Home
last modified time | relevance | path

Searched refs:mdp5_state (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c112 struct mdp5_global_state *mdp5_state = to_mdp5_global_state(state); in mdp5_global_destroy_state() local
114 kfree(mdp5_state); in mdp5_global_destroy_state()
123 struct mdp5_global_state *mdp5_state; in mdp5_global_create_state() local
125 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() local
140 if (mdp5_state->mdp5_kms->smp) in mdp5_global_print_state()
[all …]