Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c967 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
979 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
988 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
1000 ret = drm_dp_atomic_find_time_slots(state, in increase_dsc_bpp()
1063 ret = drm_dp_atomic_find_time_slots(state, in try_disable_dsc()
1082 ret = drm_dp_atomic_find_time_slots(state, in try_disable_dsc()
1195 ret = drm_dp_atomic_find_time_slots(state, params[i].port->mgr, params[i].port, in compute_mst_dsc_configs_for_link()
1217 ret = drm_dp_atomic_find_time_slots(state, params[i].port->mgr, in compute_mst_dsc_configs_for_link()
1225 ret = drm_dp_atomic_find_time_slots(state, params[i].port->mgr, in compute_mst_dsc_configs_for_link()
Damdgpu_dm.c7623 drm_dp_atomic_find_time_slots(state, mst_mgr, mst_port, in dm_encoder_helper_atomic_check()
/linux-6.12.1/include/drm/display/
Ddrm_dp_mst_helper.h921 drm_dp_atomic_find_time_slots(struct drm_atomic_state *state,
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c4364 int drm_dp_atomic_find_time_slots(struct drm_atomic_state *state, in drm_dp_atomic_find_time_slots() function
4425 EXPORT_SYMBOL(drm_dp_atomic_find_time_slots);
5506 time_slots = drm_dp_atomic_find_time_slots(state, port->mgr, port, pbn); in drm_dp_mst_atomic_enable_dsc()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c286 slots = drm_dp_atomic_find_time_slots(state, &intel_dp->mst_mgr, in intel_dp_mst_find_vcpi_slots_for_bpp()
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c999 slots = drm_dp_atomic_find_time_slots(state, &mstm->mgr, mstc->port, asyh->dp.pbn); in nv50_msto_atomic_check()