Searched refs:drm_of_crtc_port_mask (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_of.c | 27 * drm_of_crtc_port_mask - find the mask of a registered CRTC by port OF node 34 uint32_t drm_of_crtc_port_mask(struct drm_device *dev, in drm_of_crtc_port_mask() function 49 EXPORT_SYMBOL(drm_of_crtc_port_mask); variable 75 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_of.h | 32 uint32_t drm_of_crtc_port_mask(struct drm_device *dev, 53 static inline uint32_t drm_of_crtc_port_mask(struct drm_device *dev, in drm_of_crtc_port_mask() function
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_of.h | 34 uint32_t drm_of_crtc_port_mask(struct drm_device *dev, 62 static inline uint32_t drm_of_crtc_port_mask(struct drm_device *dev, in drm_of_crtc_port_mask() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_of.c | 25 * drm_of_crtc_port_mask - find the mask of a registered CRTC by port OF node 32 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); variable 73 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_dw_hdmi.c | 82 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun8i_dw_hdmi.c | 82 crtcs |= drm_of_crtc_port_mask(drm, remote_port); in sun8i_dw_hdmi_find_possible_crtcs()
|
Completed in 4 milliseconds