Home
last modified time | relevance | path

Searched refs:mdp5_cfg (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A 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 in __offset_PIPE()
[all...]
H A Dmdp5_cfg.h12 * mdp5_cfg
15 * (initialized in mdp5_cfg.c)
17 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);
H A Dmdp5_cfg.c7 #include "mdp5_cfg.h"
11 struct mdp5_cfg config;
14 /* mdp5_cfg must be exposed (used in mdp5.xml.h) */
15 const struct mdp5_cfg_hw *mdp5_cfg = NULL; variable
1134 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
1181 /* only after mdp5_cfg global pointer's init can we access the hw */ in mdp5_cfg_init()
1185 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()
1189 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()
1197 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()
1202 DBG("MDP5: %s hw config selected", mdp5_cfg in mdp5_cfg_init()
[all...]
H A Dmdp5_kms.c583 struct mdp5_cfg *config; in mdp5_kms_init()
830 struct mdp5_cfg *config; in mdp5_init()
H A Dmdp5_smp.c52 * if mdp5_cfg->smp.clients[SSPP_VIG0] = N, in pipe2client()
58 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
H A Dmdp5_plane.c261 struct mdp5_cfg *config = mdp5_cfg_get_config(get_kms(plane)->cfg); in mdp5_plane_atomic_check_with_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A 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 in __offset_PIPE()
[all...]
H A Dmdp5_cfg.h12 * mdp5_cfg
15 * (initialized in mdp5_cfg.c)
17 extern const struct mdp5_cfg_hw *mdp5_cfg;
107 struct mdp5_cfg { struct
115 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
H A Dmdp5_cfg.c7 #include "mdp5_cfg.h"
11 struct mdp5_cfg config;
14 /* mdp5_cfg must be exposed (used in mdp5.xml.h) */
15 const struct mdp5_cfg_hw *mdp5_cfg = NULL; variable
1343 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
1388 /* only after mdp5_cfg global pointer's init can we access the hw */ in mdp5_cfg_init()
1392 mdp5_cfg = cfg_handlers[i].config.hw; in mdp5_cfg_init()
1396 if (unlikely(!mdp5_cfg)) { in mdp5_cfg_init()
1404 cfg_handler->config.hw = mdp5_cfg; in mdp5_cfg_init()
1406 DBG("MDP5: %s hw config selected", mdp5_cfg in mdp5_cfg_init()
[all...]
H A Dmdp5_kms.c556 struct mdp5_cfg *config; in mdp5_kms_init()
791 struct mdp5_cfg *config; in mdp5_init()
H A Dmdp5_smp.c52 * if mdp5_cfg->smp.clients[SSPP_VIG0] = N, in pipe2client()
58 return mdp5_cfg->smp.clients[pipe] + plane; in pipe2client()
H A Dmdp5_plane.c184 struct mdp5_cfg *config = mdp5_cfg_get_config(get_kms(plane)->cfg); in mdp5_plane_atomic_check_with_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A DMakefile43 disp/mdp5/mdp5_cfg.o \
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A DMakefile45 disp/mdp5/mdp5_cfg.o \

Completed in 20 milliseconds