mdp5_cfg
struct mdp5_cfg config;
struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler)
mdp5_cfg = cfg_handlers[i].config.hw;
if (unlikely(!mdp5_cfg)) {
cfg_handler->config.hw = mdp5_cfg;
DBG("MDP5: %s hw config selected", mdp5_cfg->name);
const struct mdp5_cfg_hw *mdp5_cfg = NULL;
struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
extern const struct mdp5_cfg_hw *mdp5_cfg;
struct mdp5_cfg *config;
struct mdp5_cfg *config;
struct mdp5_cfg *config = mdp5_cfg_get_config(get_kms(plane)->cfg);
return mdp5_cfg->smp.clients[pipe] + plane;