Searched refs:mdp5_cfg (Results 1 – 7 of 7) sorted by relevance
363 case 0: return (mdp5_cfg->ctl.base[0]); in __offset_CTL()364 case 1: return (mdp5_cfg->ctl.base[1]); in __offset_CTL()365 case 2: return (mdp5_cfg->ctl.base[2]); in __offset_CTL()366 case 3: return (mdp5_cfg->ctl.base[3]); in __offset_CTL()367 case 4: return (mdp5_cfg->ctl.base[4]); in __offset_CTL()1077 case 0: return (mdp5_cfg->lm.base[0]); in __offset_LM()1078 case 1: return (mdp5_cfg->lm.base[1]); in __offset_LM()1079 case 2: return (mdp5_cfg->lm.base[2]); in __offset_LM()1080 case 3: return (mdp5_cfg->lm.base[3]); in __offset_LM()1081 case 4: return (mdp5_cfg->lm.base[4]); in __offset_LM()[all …]
17 extern const struct mdp5_cfg_hw *mdp5_cfg;107 struct mdp5_cfg { struct115 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
11 struct mdp5_cfg config;15 const struct mdp5_cfg_hw *mdp5_cfg = NULL; variable1261 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()1310 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()1314 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()1322 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()1324 DBG("MDP5: %s hw config selected", mdp5_cfg->name); in mdp5_cfg_init()
58 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
556 struct mdp5_cfg *config; in mdp5_kms_init()791 struct mdp5_cfg *config; in mdp5_init()
185 struct mdp5_cfg *config = mdp5_cfg_get_config(get_kms(plane)->cfg); in mdp5_plane_atomic_check_with_state()
45 disp/mdp5/mdp5_cfg.o \
Completed in 24 milliseconds