Commit 405d5382 authored by Ben Skeggs's avatar Ben Skeggs Committed by Karol Herbst

drm/nouveau/disp/dp: add support for hbr3

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
Reviewed-by: default avatarLyude Paul <lyude@redhat.com>
Signed-off-by: default avatarKarol Herbst <kherbst@redhat.com>
Link: https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests/17
parent f21e5fa1
...@@ -588,7 +588,7 @@ nvkm_dp_enable(struct nvkm_dp *dp, bool enable) ...@@ -588,7 +588,7 @@ nvkm_dp_enable(struct nvkm_dp *dp, bool enable)
} }
if (!nvkm_rdaux(aux, DPCD_RC00_DPCD_REV, dp->dpcd, sizeof(dp->dpcd))) { if (!nvkm_rdaux(aux, DPCD_RC00_DPCD_REV, dp->dpcd, sizeof(dp->dpcd))) {
const u8 rates[] = { 0x14, 0x0a, 0x06, 0 }; const u8 rates[] = { 0x1e, 0x14, 0x0a, 0x06, 0 };
const u8 *rate; const u8 *rate;
int rate_max; int rate_max;
......
...@@ -24,7 +24,7 @@ struct nvkm_dp { ...@@ -24,7 +24,7 @@ struct nvkm_dp {
struct { struct {
u32 rate; u32 rate;
} rate[3]; } rate[4];
int rates; int rates;
int links; int links;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment