Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5.xml.h363 case 0: return (mdp5_cfg->ctl.base[0]); in __offset_CTL()
364 case 1: return (mdp5_cfg->ctl.base[1]); in __offset_CTL()
365 case 2: return (mdp5_cfg->ctl.base[2]); in __offset_CTL()
366 case 3: return (mdp5_cfg->ctl.base[3]); in __offset_CTL()
367 case 4: return (mdp5_cfg->ctl.base[4]); in __offset_CTL()
550 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]); in __offset_PIPE()
551 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]); in __offset_PIPE()
552 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]); in __offset_PIPE()
553 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()
554 case SSPP_RGB1: return (mdp5_cfg->pipe_rgb.base[1]); in __offset_PIPE()
[all …]
Dmdp5_cfg.h17 extern const struct mdp5_cfg_hw *mdp5_cfg;
112 struct mdp5_cfg { struct
121 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
1258 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
1309 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()
1313 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()
1321 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()
1326 DBG("MDP5: %s hw config selected", mdp5_cfg->name); in mdp5_cfg_init()
Dmdp5_smp.c58 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
Dmdp5_kms.c556 struct mdp5_cfg *config; in mdp5_kms_init()
809 struct mdp5_cfg *config; in mdp5_init()
Dmdp5_plane.c183 struct mdp5_cfg *config = mdp5_cfg_get_config(get_kms(plane)->cfg); in mdp5_plane_atomic_check_with_state()
/linux-5.19.10/drivers/gpu/drm/msm/
DMakefile45 disp/mdp5/mdp5_cfg.o \