Home
last modified time | relevance | path

Searched refs:drm_dp_check_act_status (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/drm/display/
H A Ddrm_dp_mst_helper.h857 int drm_dp_check_act_status(struct drm_dp_mst_topology_mgr *mgr);
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c343 ret = drm_dp_check_act_status(mst_mgr); in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c546 drm_dp_check_act_status(&intel_dp->mst_mgr); in wait_for_act_sent()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c4764 * drm_dp_check_act_status() - Polls for ACT handled status. in drm_dp_check_act_status()
4774 int drm_dp_check_act_status(struct drm_dp_mst_topology_mgr *mgr)
4803 EXPORT_SYMBOL(drm_dp_check_act_status);
4742 int drm_dp_check_act_status(struct drm_dp_mst_topology_mgr *mgr) drm_dp_check_act_status() function
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1281 drm_dp_check_act_status(&mstm->mgr); in nv50_mstm_cleanup()