Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5.xml.h203 case 0: return (mdp5_cfg->mdp.base[0]); in __offset_MDP()
357 case 0: return (mdp5_cfg->ctl.base[0]); in __offset_CTL()
358 case 1: return (mdp5_cfg->ctl.base[1]); in __offset_CTL()
359 case 2: return (mdp5_cfg->ctl.base[2]); in __offset_CTL()
360 case 3: return (mdp5_cfg->ctl.base[3]); in __offset_CTL()
361 case 4: return (mdp5_cfg->ctl.base[4]); in __offset_CTL()
543 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]); in __offset_PIPE()
544 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]); in __offset_PIPE()
545 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]); in __offset_PIPE()
546 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()
[all …]
Dmdp5_cfg.c19 struct mdp5_cfg config;
23 const struct mdp5_cfg_hw *mdp5_cfg = NULL; variable
484 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
525 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()
529 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()
537 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()
542 DBG("MDP5: %s hw config selected", mdp5_cfg->name); in mdp5_cfg_init()
Dmdp5_cfg.h25 extern const struct mdp5_cfg_hw *mdp5_cfg;
104 struct mdp5_cfg { struct
113 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_smp.c134 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
Dmdp5_kms.c474 struct mdp5_cfg *config; in mdp5_kms_init()
/linux-4.4.14/drivers/gpu/drm/msm/
DMakefile33 mdp/mdp5/mdp5_cfg.o \