Searched refs:drm_of_find_possible_crtcs (Results 1 – 6 of 6) sorted by relevance
8 extern uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,11 static inline uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, in drm_of_find_possible_crtcs() function
43 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, in drm_of_find_possible_crtcs() function63 EXPORT_SYMBOL(drm_of_find_possible_crtcs);
225 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); in dw_hdmi_imx_bind()
414 uint32_t crtc_mask = drm_of_find_possible_crtcs(drm, np); in imx_drm_encoder_parse_of()
280 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); in dw_hdmi_rockchip_bind()
1511 crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); in tda998x_bind()