Home
last modified time | relevance | path

Searched refs:mdp5_encoder (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c23 struct mdp5_encoder *mdp5_encoder = to_mdp5_encoder(encoder); in mdp5_vid_encoder_mode_set() local
27 int intf = mdp5_encoder->intf->num; in mdp5_vid_encoder_mode_set()
41 if (mdp5_encoder->intf->type != INTF_DSI) { in mdp5_vid_encoder_mode_set()
86 if (mdp5_encoder->intf->type == INTF_eDP) { in mdp5_vid_encoder_mode_set()
91 spin_lock_irqsave(&mdp5_encoder->intf_lock, flags); in mdp5_vid_encoder_mode_set()
115 spin_unlock_irqrestore(&mdp5_encoder->intf_lock, flags); in mdp5_vid_encoder_mode_set()
122 struct mdp5_encoder *mdp5_encoder = to_mdp5_encoder(encoder); in mdp5_vid_encoder_disable() local
124 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_vid_encoder_disable()
127 struct mdp5_interface *intf = mdp5_encoder->intf; in mdp5_vid_encoder_disable()
128 int intfn = mdp5_encoder->intf->num; in mdp5_vid_encoder_disable()
[all …]
H A Dmdp5_cmd_encoder.c126 struct mdp5_encoder *mdp5_cmd_enc = to_mdp5_encoder(encoder); in mdp5_cmd_encoder_disable()
144 struct mdp5_encoder *mdp5_cmd_enc = to_mdp5_encoder(encoder); in mdp5_cmd_encoder_enable()