Home
last modified time | relevance | path

Searched refs:mdp4_crtc_set_intf (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_dsi_encoder.c135 mdp4_crtc_set_intf(encoder->crtc, INTF_DSI_VIDEO, 0); in mdp4_dsi_encoder_enable()
H A Dmdp4_kms.h185 void mdp4_crtc_set_intf(struct drm_crtc *crtc, enum mdp4_intf intf, int mixer);
H A Dmdp4_dtv_encoder.c139 mdp4_crtc_set_intf(encoder->crtc, INTF_LCDC_DTV, 1); in mdp4_dtv_encoder_enable()
H A Dmdp4_lcdc_encoder.c340 mdp4_crtc_set_intf(encoder->crtc, INTF_LCDC_DTV, 0); in mdp4_lcdc_encoder_enable()
H A Dmdp4_crtc.c575 void mdp4_crtc_set_intf(struct drm_crtc *crtc, enum mdp4_intf intf, int mixer) in mdp4_crtc_set_intf() function