Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c55 .pipe_rgb = {
137 .pipe_rgb = {
227 .pipe_rgb = {
314 .pipe_rgb = {
389 .pipe_rgb = {
473 .pipe_rgb = {
Dmdp5_cfg.h94 struct mdp5_pipe_block pipe_rgb; member
Dmdp5_kms.c829 ret = construct_pipes(mdp5_kms, hw_cfg->pipe_rgb.count, rgb_planes, in hwpipe_init()
830 hw_cfg->pipe_rgb.base, hw_cfg->pipe_rgb.caps); in hwpipe_init()
Dmdp5.xml.h542 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()
543 case SSPP_RGB1: return (mdp5_cfg->pipe_rgb.base[1]); in __offset_PIPE()
544 case SSPP_RGB2: return (mdp5_cfg->pipe_rgb.base[2]); in __offset_PIPE()
548 case SSPP_RGB3: return (mdp5_cfg->pipe_rgb.base[3]); in __offset_PIPE()