Searched refs:mdp5_state (Results 1 – 2 of 2) sorted by relevance
92 mdp5_state = kzalloc(sizeof(*mdp5_state), GFP_KERNEL); in mdp5_plane_reset()93 if (!mdp5_state) in mdp5_plane_reset()107 sizeof(*mdp5_state), GFP_KERNEL); in mdp5_plane_duplicate_state()108 if (!mdp5_state) in mdp5_plane_duplicate_state()113 return &mdp5_state->base; in mdp5_plane_duplicate_state()248 if (!mdp5_state->hwpipe || (caps & ~mdp5_state->hwpipe->caps)) in mdp5_plane_atomic_check_with_state()267 if (mdp5_state->hwpipe && (mdp5_state->hwpipe->blkcfg != blkcfg)) in mdp5_plane_atomic_check_with_state()279 mdp5_state->r_hwpipe; in mdp5_plane_atomic_check_with_state()302 mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()323 mdp5_state->hwpipe = mdp5_state->r_hwpipe = NULL; in mdp5_plane_atomic_check_with_state()[all …]
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()120 struct mdp5_global_state *mdp5_state = to_mdp5_global_state(state); in mdp5_global_print_state() local122 if (mdp5_state->mdp5_kms->smp) in mdp5_global_print_state()123 mdp5_smp_dump(mdp5_state->mdp5_kms->smp, p, mdp5_state); in mdp5_global_print_state()
Completed in 9 milliseconds