Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cfg.c49 .pipe_rgb = {
117 .pipe_rgb = {
178 .pipe_rgb = {
Dmdp5_cfg.h74 struct mdp5_sub_block pipe_rgb; member
Dmdp5_kms.c328 for (i = 0; i < hw_cfg->pipe_rgb.count; i++) { in modeset_init()
333 hw_cfg->pipe_rgb.base[i]); in modeset_init()
Dmdp5.xml.h485 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()
486 case SSPP_RGB1: return (mdp5_cfg->pipe_rgb.base[1]); in __offset_PIPE()
487 case SSPP_RGB2: return (mdp5_cfg->pipe_rgb.base[2]); in __offset_PIPE()
491 case SSPP_RGB3: return (mdp5_cfg->pipe_rgb.base[3]); in __offset_PIPE()