Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
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-v4.19/include/drm/
Ddrm_of.h20 uint32_t drm_of_crtc_port_mask(struct drm_device *dev,
39 static inline uint32_t drm_of_crtc_port_mask(struct drm_device *dev, in drm_of_crtc_port_mask() function
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c69 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs()