Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c974 ret = drm_dp_mst_atomic_check(state); in increase_dsc_bpp()
995 ret = drm_dp_mst_atomic_check(state); in increase_dsc_bpp()
1074 ret = drm_dp_mst_atomic_check(state); in try_disable_dsc()
1200 ret = drm_dp_mst_atomic_check(state); in compute_mst_dsc_configs_for_link()
1231 ret = drm_dp_mst_atomic_check(state); in compute_mst_dsc_configs_for_link()
Damdgpu_dm.c11800 ret = drm_dp_mst_atomic_check(state); in amdgpu_dm_atomic_check()
/linux-6.12.1/include/drm/display/
Ddrm_dp_mst_helper.h945 int __must_check drm_dp_mst_atomic_check(struct drm_atomic_state *state);
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c5604 int drm_dp_mst_atomic_check(struct drm_atomic_state *state) in drm_dp_mst_atomic_check() function
5620 EXPORT_SYMBOL(drm_dp_mst_atomic_check);
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2604 ret = drm_dp_mst_atomic_check(state); in nv50_disp_atomic_check()