Searched refs:drm_of_find_possible_crtcs (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/include/drm/
H A Ddrm_of.h10 extern uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
16 static inline uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, drm_of_find_possible_crtcs() function
H A Ddrm_crtc.h399 * @port: OF node used by drm_of_find_possible_crtcs()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_of.c34 * drm_of_find_possible_crtcs - find the possible CRTCs for an encoder port
44 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, drm_of_find_possible_crtcs() function
64 EXPORT_SYMBOL(drm_of_find_possible_crtcs); variable
91 * Bind the crtc's ports first, so that drm_of_find_possible_crtcs() drm_of_component_probe()
/linux-4.4.14/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c280 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); dw_hdmi_rockchip_bind()
H A Drockchip_drm_drv.c496 * drm_of_find_possible_crtcs called from encoder .bind callbacks rockchip_drm_platform_probe()
/linux-4.4.14/drivers/gpu/drm/imx/
H A Ddw_hdmi-imx.c238 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); dw_hdmi_imx_bind()
H A Dimx-drm-core.c414 uint32_t crtc_mask = drm_of_find_possible_crtcs(drm, np); imx_drm_encoder_parse_of()
/linux-4.4.14/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1418 crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); tda998x_bind()

Completed in 275 milliseconds