summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c
index ee8c2324a351..d707d8f4c0f0 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c
@@ -37,9 +37,7 @@ mcp77_disp = {
.outp.internal.dp = g94_sor_dp_new,
.outp.external.tmds = nv50_pior_output_new,
.outp.external.dp = nv50_pior_dp_new,
- .dac.nr = 3,
- .dac.new = nv50_dac_new,
- .dac.sense = nv50_dac_sense,
+ .dac = { .nr = 3, .new = nv50_dac_new },
.sor.nr = 4,
.sor.new = mcp77_sor_new,
.sor.hdmi = g84_hdmi_ctrl,