Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_of.h34 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
59 static inline uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, in drm_of_find_possible_crtcs() function
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_of.h36 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev,
68 static inline uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, in drm_of_find_possible_crtcs() function
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_of.c52 * drm_of_find_possible_crtcs - find the possible CRTCs for an encoder port
62 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, in drm_of_find_possible_crtcs() function
82 EXPORT_SYMBOL(drm_of_find_possible_crtcs); variable
127 * Bind the crtc's ports first, so that drm_of_find_possible_crtcs() in drm_of_component_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_of.c50 * drm_of_find_possible_crtcs - find the possible CRTCs for an encoder port
60 uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, in drm_of_find_possible_crtcs() function
80 EXPORT_SYMBOL(drm_of_find_possible_crtcs); variable
125 * Bind the crtc's ports first, so that drm_of_find_possible_crtcs() in drm_of_component_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
H A Dimx-drm-core.c124 uint32_t crtc_mask = drm_of_find_possible_crtcs(drm, np); in imx_drm_encoder_parse_of()
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/
H A Dimx-drm-core.c122 uint32_t crtc_mask = drm_of_find_possible_crtcs(drm, np); in imx_drm_encoder_parse_of()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun8i_dw_hdmi.c87 crtcs = drm_of_find_possible_crtcs(drm, node); in sun8i_dw_hdmi_find_possible_crtcs()
H A Dsun4i_tv.c484 tv->encoder.possible_crtcs = drm_of_find_possible_crtcs(drm, in sun4i_tv_bind()
H A Dsun4i_hdmi_enc.c616 hdmi->encoder.possible_crtcs = drm_of_find_possible_crtcs(drm, in sun4i_hdmi_bind()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun8i_dw_hdmi.c87 crtcs = drm_of_find_possible_crtcs(drm, node); in sun8i_dw_hdmi_find_possible_crtcs()
H A Dsun4i_hdmi_enc.c617 hdmi->encoder.possible_crtcs = drm_of_find_possible_crtcs(drm, in sun4i_hdmi_bind()
H A Dsun4i_tv.c594 tv->encoder.possible_crtcs = drm_of_find_possible_crtcs(drm, in sun4i_tv_bind()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c516 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); in dw_hdmi_rockchip_bind()
H A Danalogix_dp-rockchip.c305 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm_dev, in rockchip_dp_drm_create_encoder()
H A Drockchip_lvds.c608 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm_dev, in rockchip_lvds_bind()
H A Dinno_hdmi.c605 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); in inno_hdmi_register()
H A Drk3066_hdmi.c545 drm_of_find_possible_crtcs(drm, dev->of_node); in rk3066_hdmi_register()
H A Ddw-mipi-dsi-rockchip.c800 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm_dev, in rockchip_dsi_drm_create_encoder()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Danalogix_dp-rockchip.c316 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm_dev, in rockchip_dp_drm_create_encoder()
H A Ddw_hdmi-rockchip.c580 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); in dw_hdmi_rockchip_bind()
H A Drockchip_lvds.c612 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm_dev, in rockchip_lvds_bind()
H A Dinno_hdmi.c616 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); in inno_hdmi_register()
H A Drk3066_hdmi.c556 drm_of_find_possible_crtcs(drm, dev->of_node); in rk3066_hdmi_register()
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c704 u32 crtc_mask = drm_of_find_possible_crtcs(drm_dev, dev->of_node); in dw_drm_encoder_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c705 u32 crtc_mask = drm_of_find_possible_crtcs(drm_dev, dev->of_node); in dw_drm_encoder_init()

Completed in 23 milliseconds

12