Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c945 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
957 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
966 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
978 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
1038 ret = drm_dp_atomic_find_time_slots(state, in try_disable_dsc()
1051 ret = drm_dp_atomic_find_time_slots(state, in try_disable_dsc()
1147 ret = drm_dp_atomic_find_time_slots(state, params[i].port->mgr, params[i].port, in compute_mst_dsc_configs_for_link()
1166 ret = drm_dp_atomic_find_time_slots(state, params[i].port->mgr, in compute_mst_dsc_configs_for_link()
1174 ret = drm_dp_atomic_find_time_slots(state, params[i].port->mgr, in compute_mst_dsc_configs_for_link()
Damdgpu_dm.c6873 drm_dp_atomic_find_time_slots(state, mst_mgr, mst_port, in dm_encoder_helper_atomic_check()
/linux-6.6.21/include/drm/display/
Ddrm_dp_mst_helper.h883 drm_dp_atomic_find_time_slots(struct drm_atomic_state *state,
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c114 slots = drm_dp_atomic_find_time_slots(state, &intel_dp->mst_mgr, in intel_dp_mst_find_vcpi_slots_for_bpp()
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c4278 int drm_dp_atomic_find_time_slots(struct drm_atomic_state *state, in drm_dp_atomic_find_time_slots() function
4338 EXPORT_SYMBOL(drm_dp_atomic_find_time_slots);
5339 time_slots = drm_dp_atomic_find_time_slots(state, port->mgr, port, pbn); in drm_dp_mst_atomic_enable_dsc()
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c983 slots = drm_dp_atomic_find_time_slots(state, &mstm->mgr, mstc->port, asyh->dp.pbn); in nv50_msto_atomic_check()