Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.h17 extern const struct mdp5_cfg_hw *mdp5_cfg;
118 struct mdp5_cfg { struct
126 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
H A Dmdp5_cfg.c11 struct mdp5_cfg config;
15 const struct mdp5_cfg_hw *mdp5_cfg = NULL; variable
1430 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
1472 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()
1476 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()
1483 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()
1485 DBG("MDP5: %s hw config selected", mdp5_cfg->name); in mdp5_cfg_init()
H A Dmdp5_smp.c58 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
/linux/drivers/gpu/drm/msm/
H A DMakefile58 disp/mdp5/mdp5_cfg.o \