Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5.xml.h341 case 0: return (mdp5_cfg->ctl.base[0]); in __offset_CTL()
342 case 1: return (mdp5_cfg->ctl.base[1]); in __offset_CTL()
343 case 2: return (mdp5_cfg->ctl.base[2]); in __offset_CTL()
344 case 3: return (mdp5_cfg->ctl.base[3]); in __offset_CTL()
345 case 4: return (mdp5_cfg->ctl.base[4]); in __offset_CTL()
527 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]); in __offset_PIPE()
528 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]); in __offset_PIPE()
529 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]); in __offset_PIPE()
530 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()
531 case SSPP_RGB1: return (mdp5_cfg->pipe_rgb.base[1]); in __offset_PIPE()
[all …]
Dmdp5_cfg.c19 struct mdp5_cfg config;
23 const struct mdp5_cfg_hw *mdp5_cfg = NULL; variable
479 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
520 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()
524 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()
532 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()
537 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_kms.c565 struct mdp5_cfg *config; in mdp5_kms_init()
682 struct mdp5_cfg *config; in mdp5_init()
Dmdp5_smp.c134 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
/drivers/gpu/drm/msm/
DMakefile33 mdp/mdp5/mdp5_cfg.o \