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()550 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]); in __offset_PIPE()551 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]); in __offset_PIPE()552 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]); in __offset_PIPE()553 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()554 case SSPP_RGB1: return (mdp5_cfg->pipe_rgb.base[1]); in __offset_PIPE()[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; variable1343 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()1392 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()1396 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()1404 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()1406 DBG("MDP5: %s hw config selected", mdp5_cfg->name); in mdp5_cfg_init()
556 struct mdp5_cfg *config; in mdp5_kms_init()791 struct mdp5_cfg *config; in mdp5_init()
58 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
184 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 \