Home
last modified time | relevance | path

Searched refs:dspp (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c74 { .id = 0, .pp = 0, .dspp = 0,
76 { .id = 1, .pp = 1, .dspp = 1,
78 { .id = 2, .pp = 2, .dspp = 2,
80 { .id = 3, .pp = -1, .dspp = -1,
82 { .id = 4, .pp = -1, .dspp = -1,
89 .dspp = {
152 { .id = 0, .pp = 0, .dspp = 0,
154 { .id = 1, .pp = 1, .dspp = 1,
156 { .id = 2, .pp = 2, .dspp = 2,
158 { .id = 3, .pp = -1, .dspp = -1,
[all …]
Dmdp5_cfg.h45 int dspp; member
98 struct mdp5_sub_block dspp; member
Dmdp5_mixer.c168 mixer->dspp = lm->dspp; in mdp5_mixer_init()
Dmdp5_mixer.h29 int dspp; member
Dmdp5.xml.h1261 case 0: return (mdp5_cfg->dspp.base[0]); in __offset_DSPP()
1262 case 1: return (mdp5_cfg->dspp.base[1]); in __offset_DSPP()
1263 case 2: return (mdp5_cfg->dspp.base[2]); in __offset_DSPP()
1264 case 3: return (mdp5_cfg->dspp.base[3]); in __offset_DSPP()