Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5.xml.h352 case 0: return (mdp5_cfg->ctl.base[0]); in __offset_CTL()
353 case 1: return (mdp5_cfg->ctl.base[1]); in __offset_CTL()
354 case 2: return (mdp5_cfg->ctl.base[2]); in __offset_CTL()
355 case 3: return (mdp5_cfg->ctl.base[3]); in __offset_CTL()
356 case 4: return (mdp5_cfg->ctl.base[4]); in __offset_CTL()
539 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]); in __offset_PIPE()
540 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]); in __offset_PIPE()
541 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]); in __offset_PIPE()
542 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()
543 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;
105 struct mdp5_cfg { struct
114 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
762 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
813 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()
817 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()
825 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()
830 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.c683 struct mdp5_cfg *config; in mdp5_kms_init()
934 struct mdp5_cfg *config; in mdp5_init()
Dmdp5_plane.c259 struct mdp5_cfg *config = mdp5_cfg_get_config(get_kms(plane)->cfg); in mdp5_plane_atomic_check_with_state()
/Linux-v5.4/drivers/gpu/drm/msm/
DMakefile42 disp/mdp5/mdp5_cfg.o \