Home
last modified time | relevance | path

Searched refs:pipe_vig (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cfg.c47 .pipe_vig = {
118 .pipe_vig = {
196 .pipe_vig = {
267 .pipe_vig = {
336 .pipe_vig = {
400 .pipe_vig = {
Dmdp5_cfg.h85 struct mdp5_pipe_block pipe_vig; member
Dmdp5_kms.c397 for (i = 0; i < hw_cfg->pipe_vig.count; i++) { in modeset_init()
401 hw_cfg->pipe_vig.base[i], hw_cfg->pipe_vig.caps); in modeset_init()
Dmdp5.xml.h543 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]); in __offset_PIPE()
544 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]); in __offset_PIPE()
545 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]); in __offset_PIPE()
551 case SSPP_VIG3: return (mdp5_cfg->pipe_vig.base[3]); in __offset_PIPE()