Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/
Ddrm_of.c29 uint32_t drm_of_crtc_port_mask(struct drm_device *dev, in drm_of_crtc_port_mask() function
44 EXPORT_SYMBOL(drm_of_crtc_port_mask);
70 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs()
/linux-5.19.10/include/drm/
Ddrm_of.h32 uint32_t drm_of_crtc_port_mask(struct drm_device *dev,
54 static inline uint32_t drm_of_crtc_port_mask(struct drm_device *dev, in drm_of_crtc_port_mask() function
/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.c82 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs()