Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.c38 .pipe_vig = {
122 .pipe_vig = {
212 .pipe_vig = {
299 .pipe_vig = {
366 .pipe_vig = {
449 .pipe_vig = {
529 .pipe_vig = {
646 .pipe_vig = {
731 .pipe_vig = {
819 .pipe_vig = {
[all …]
H A Dmdp5_cfg.h85 struct mdp5_pipe_block pipe_vig; member
H A Dmdp5_kms.c747 ret = construct_pipes(mdp5_kms, hw_cfg->pipe_vig.count, vig_planes, in hwpipe_init()
748 hw_cfg->pipe_vig.base, hw_cfg->pipe_vig.caps); in hwpipe_init()
H A Dmdp5.xml.h539 case SSPP_VIG0: return (mdp5_cfg->pipe_vig.base[0]); in __offset_PIPE()
540 case SSPP_VIG1: return (mdp5_cfg->pipe_vig.base[1]); in __offset_PIPE()
541 case SSPP_VIG2: return (mdp5_cfg->pipe_vig.base[2]); in __offset_PIPE()
547 case SSPP_VIG3: return (mdp5_cfg->pipe_vig.base[3]); in __offset_PIPE()