Searched refs:mdp5_cfg (Results 1 – 7 of 7) sorted by relevance
364 case 0: return (mdp5_cfg->ctl.base[0]); in __offset_CTL()365 case 1: return (mdp5_cfg->ctl.base[1]); in __offset_CTL()366 case 2: return (mdp5_cfg->ctl.base[2]); in __offset_CTL()367 case 3: return (mdp5_cfg->ctl.base[3]); in __offset_CTL()368 case 4: return (mdp5_cfg->ctl.base[4]); in __offset_CTL()1078 case 0: return (mdp5_cfg->lm.base[0]); in __offset_LM()1079 case 1: return (mdp5_cfg->lm.base[1]); in __offset_LM()1080 case 2: return (mdp5_cfg->lm.base[2]); in __offset_LM()1081 case 3: return (mdp5_cfg->lm.base[3]); in __offset_LM()1082 case 4: return (mdp5_cfg->lm.base[4]); in __offset_LM()[all …]
17 extern const struct mdp5_cfg_hw *mdp5_cfg;112 struct mdp5_cfg { struct121 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; variable1258 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()1309 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()1313 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()1321 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()1326 DBG("MDP5: %s hw config selected", mdp5_cfg->name); in mdp5_cfg_init()
574 struct mdp5_cfg *config; in mdp5_kms_init()824 struct mdp5_cfg *config; in mdp5_init()
58 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
163 struct mdp5_cfg *config = mdp5_cfg_get_config(get_kms(plane)->cfg); in mdp5_plane_atomic_check_with_state()
46 disp/mdp5/mdp5_cfg.o \
Completed in 22 milliseconds