[go: nahoru, domu]

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

/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5.xml.h311 case 0: return (mdp5_cfg->ctl.base[0]);
312 case 1: return (mdp5_cfg->ctl.base[1]);
313 case 2: return (mdp5_cfg->ctl.base[2]);
314 case 3: return (mdp5_cfg->ctl.base[3]);
315 case 4: return (mdp5_cfg->ctl.base[4]);
451 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]);
452 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]);
453 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]);
454 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]);
455 case SSPP_RGB1: return (mdp5_cfg
[all...]
H A Dmdp5_kms.c29 const struct mdp5_config *mdp5_cfg; variable in typeref:struct:mdp5_config
140 /* only after mdp5_cfg global pointer's init can we access the hw */
144 mdp5_kms->hw_cfg = mdp5_cfg = mdp5_configs[i].config;
H A Dmdp5_kms.h41 extern const struct mdp5_config *mdp5_cfg;

Completed in 628 milliseconds