Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c441 drm_dp_check_act_status(&radeon_connector->mst_port->mst_mgr); in radeon_mst_encoder_dpms()
457 drm_dp_check_act_status(&radeon_connector->mst_port->mst_mgr); in radeon_mst_encoder_dpms()
/linux-5.19.10/include/drm/display/
Ddrm_dp_mst_helper.h826 int drm_dp_check_act_status(struct drm_dp_mst_topology_mgr *mgr);
/linux-5.19.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c299 ret = drm_dp_check_act_status(mst_mgr); in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c373 drm_dp_check_act_status(&intel_dp->mst_mgr); in wait_for_act_sent()
/linux-5.19.10/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c4704 int drm_dp_check_act_status(struct drm_dp_mst_topology_mgr *mgr) in drm_dp_check_act_status() function
4733 EXPORT_SYMBOL(drm_dp_check_act_status);
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1395 drm_dp_check_act_status(&mstm->mgr); in nv50_mstm_cleanup()