diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2017-05-19 15:59:35 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2017-06-16 06:04:54 +0200 |
commit | 0df182466265d39591d742839f1014f93b7cbd02 (patch) | |
tree | a83c4097c94753b0d5ac4f767c75c45df79f90d0 /drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c | |
parent | drm/nouveau/disp/nv50-: port OR power state control to nvkm_ior (diff) | |
download | linux-0df182466265d39591d742839f1014f93b7cbd02.tar.xz linux-0df182466265d39591d742839f1014f93b7cbd02.zip |
drm/nouveau/disp/nv50-: port OR manual sink detection to nvkm_ior
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c | 4 |
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, |