Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cfg.c56 .pipe_rgb = {
125 .pipe_rgb = {
203 .pipe_rgb = {
274 .pipe_rgb = {
343 .pipe_rgb = {
411 .pipe_rgb = {
Dmdp5_cfg.h86 struct mdp5_pipe_block pipe_rgb; member
Dmdp5_kms.c373 for (i = 0; i < hw_cfg->pipe_rgb.count; i++) { in modeset_init()
378 hw_cfg->pipe_rgb.base[i], hw_cfg->pipe_rgb.caps); in modeset_init()
Dmdp5.xml.h546 case SSPP_RGB0: return (mdp5_cfg->pipe_rgb.base[0]); in __offset_PIPE()
547 case SSPP_RGB1: return (mdp5_cfg->pipe_rgb.base[1]); in __offset_PIPE()
548 case SSPP_RGB2: return (mdp5_cfg->pipe_rgb.base[2]); in __offset_PIPE()
552 case SSPP_RGB3: return (mdp5_cfg->pipe_rgb.base[3]); in __offset_PIPE()