HomeSort by: relevance | last modified time | path
    Searched refs:mst (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_dp.c 40 MODULE_PARM_DESC(mst, "Enable DisplayPort multi-stream (default: enabled)");
42 module_param_named(mst, nouveau_mst, int, 0400);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_sortu102.c 53 if (sor->dp.mst)
dp.h 31 bool mst; member in struct:nvkm_dp::__anonb9fdf3b90208
nouveau_nvkm_engine_disp_dp.c 412 ior->dp.mst = dp->lt.mst;
477 OUTP_DBG(&dp->outp, "data %d KB/s link %d KB/s mst %d->%d",
478 dataKBps, linkKBps, ior->dp.mst, dp->lt.mst);
479 if (linkKBps < dataKBps || ior->dp.mst != dp->lt.mst) {
ior.h 41 bool mst; member in struct:nvkm_ior::__anonfa17732f0108
nouveau_nvkm_engine_disp_sorgf119.c 114 if (sor->dp.mst)
nouveau_nvkm_engine_disp_rootnv50.c 241 nvif_ioctl(object, "disp sor dp mst link size %d\n", size);
243 nvif_ioctl(object, "disp sor dp mst link vers %d state %d\n",
245 dp->lt.mst = !!args->v0.state;
256 nvif_ioctl(object, "disp sor dp mst vcpi size %d\n", size);
258 nvif_ioctl(object, "disp sor dp mst vcpi vers %d "
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
mstar-v7.dtsi 119 compatible = "mstar,mst-intc";
128 compatible = "mstar,mst-intc";
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_drv.c 309 MODULE_PARM_DESC(mst, "DisplayPort MST experimental support (1 = enable, 0 = disable)");
310 module_param_named(mst, radeon_mst, int, 0444);
radeon_dp_mst.c 45 /* set MST mode */
169 static int radeon_dp_mst_set_vcp_size(struct radeon_encoder *mst, s64 avg_time_slots_per_mtp)
171 struct drm_device *dev = mst->base.dev;
173 struct radeon_encoder_mst *mst_enc = mst->enc_priv;
401 DRM_ERROR("got mst dpms on non-DCE5\n");
694 DRM_DEBUG_KMS("Sink is MST capable\n");
697 DRM_DEBUG_KMS("Sink is not MST capable\n");
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 786 * MST
1057 DRM_MODE_ENCODER_DPMST, "mst-%d", id);
1370 struct nv50_disp_sor_dp_mst_link_v0 mst; member in struct:nv50_mstm_enable::__anond7be28a30a08
1376 .mst.state = state,
1383 /* Even if we're enabling MST, start with disabling the
1384 * branching unit to clear any sink-side MST topology state
1421 /* Just check that the MST hub is still as we expect it */
1424 DRM_DEBUG_KMS("Hub gone, disabling MST topology\n");
1504 * correctly in MST mode on initial module load. I think
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 972 /* najeeb - The synaptics MST hub can put the LT in
1584 /* Disable MST on link. Use only local sink. */
1593 /* Re-enable MST on link. */
1635 /* Setup MST Mode */
2372 /* MST doesn't perform link training for now
2373 * TODO: add MST specific link training routine
2398 * 2) We kicked off MST detection
2874 /* check if we have MST msg and return since we poll for it */
2924 * 2. MST sideband message
2936 /*query dpcd for version and mst cap addresses*
2939 bool mst = false; local in function:is_mst_supported
    [all...]

Completed in 21 milliseconds