Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/
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);
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()
Dmdp5_kms.c501 struct mdp5_cfg *config; in mdp5_kms_init()
710 struct mdp5_cfg *config; in mdp5_init()
Dmdp5_smp.c58 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
Dmdp5_plane.c171 struct mdp5_cfg *config = mdp5_cfg_get_config(get_kms(plane)->cfg); in mdp5_plane_atomic_check_with_state()
/linux-6.12.1/drivers/gpu/drm/msm/
DMakefile57 disp/mdp5/mdp5_cfg.o \