Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c66 { .id = 0, .pp = 0, .dspp = 0,
68 { .id = 1, .pp = 1, .dspp = 1,
70 { .id = 2, .pp = 2, .dspp = 2,
72 { .id = 3, .pp = -1, .dspp = -1,
74 { .id = 4, .pp = -1, .dspp = -1,
81 .dspp = {
144 { .id = 0, .pp = 0, .dspp = 0,
146 { .id = 1, .pp = 1, .dspp = 1,
148 { .id = 2, .pp = 2, .dspp = 2,
150 { .id = 3, .pp = -1, .dspp = -1,
[all …]
Dmdp5_cfg.h37 int dspp; member
90 struct mdp5_sub_block dspp; member
Dmdp5_mixer.c157 mixer->dspp = lm->dspp; in mdp5_mixer_init()
Dmdp5_mixer.h18 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()