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

/linux-4.1.27/include/drm/
H A Ddrm_of.h8 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, drm_of_find_possible_crtcs() function
H A Ddrm_crtc.h391 * @port: OF node used by drm_of_find_possible_crtcs()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_of.c33 * drm_of_find_possible_crtcs - find the possible CRTCs for an encoder port
43 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, drm_of_find_possible_crtcs() function
63 EXPORT_SYMBOL(drm_of_find_possible_crtcs); variable
/linux-4.1.27/drivers/gpu/drm/imx/
H A Ddw_hdmi-imx.c225 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.1.27/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.c493 * drm_of_find_possible_crtcs called from encoder .bind callbacks rockchip_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1511 crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); tda998x_bind()

Completed in 1524 milliseconds