Home
last modified time | relevance | path

Searched refs:mdp5_cfg (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cfg.c19 struct mdp5_cfg config;
23 const struct mdp5_cfg_hw *mdp5_cfg = NULL; variable
221 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
262 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()
266 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()
274 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()
279 DBG("MDP5: %s hw config selected", mdp5_cfg->name); in mdp5_cfg_init()
Dmdp5.xml.h180 case 0: return (mdp5_cfg->mdp.base[0]); in __offset_MDP()
334 case 0: return (mdp5_cfg->ctl.base[0]); in __offset_CTL()
335 case 1: return (mdp5_cfg->ctl.base[1]); in __offset_CTL()
336 case 2: return (mdp5_cfg->ctl.base[2]); in __offset_CTL()
337 case 3: return (mdp5_cfg->ctl.base[3]); in __offset_CTL()
338 case 4: return (mdp5_cfg->ctl.base[4]); in __offset_CTL()
482 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]); in __offset_PIPE()
483 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]); in __offset_PIPE()
484 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]); in __offset_PIPE()
485 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()
[all …]
Dmdp5_cfg.h25 extern const struct mdp5_cfg_hw *mdp5_cfg;
90 struct mdp5_cfg { struct
99 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_smp.c107 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
Dmdp5_kms.c411 struct mdp5_cfg *config; in mdp5_kms_init()
/linux-4.1.27/drivers/gpu/drm/msm/
DMakefile31 mdp/mdp5/mdp5_cfg.o \