Home
last modified time | relevance | path

Searched refs:nvif_outp_dp_drive (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Doutp.h110 int nvif_outp_dp_drive(struct nvif_outp *, u8 link_nr, u8 pe[4], u8 vs[4]);
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_dp.c397 ret = nvif_outp_dp_drive(&outp->outp, outp->dp.lt.nr, pe, vs); in nouveau_dp_train_link()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Doutp.c97 nvif_outp_dp_drive(struct nvif_outp *outp, u8 link_nr, u8 pe[4], u8 vs[4]) in nvif_outp_dp_drive() function