Home
last modified time | relevance | path

Searched refs:drm_of_crtc_port_mask (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/
H A Ddrm_of.c32 uint32_t drm_of_crtc_port_mask(struct drm_device *dev, in drm_of_crtc_port_mask() function
47 EXPORT_SYMBOL(drm_of_crtc_port_mask);
73 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs()
/linux/include/drm/
H A Ddrm_of.h35 uint32_t drm_of_crtc_port_mask(struct drm_device *dev,
63 static inline uint32_t drm_of_crtc_port_mask(struct drm_device *dev, in drm_of_crtc_port_mask() function
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_dw_hdmi.c82 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs()