diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c index a5710ea0b244..15a2f3ce3e9c 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c @@ -23,6 +23,7 @@ */ #include "nv50.h" #include "head.h" +#include "ior.h" #include "rootnv50.h" static const struct nv50_disp_func @@ -38,12 +39,15 @@ gt200_disp = { .outp.external.tmds = nv50_pior_output_new, .outp.external.dp = nv50_pior_dp_new, .dac.nr = 3, + .dac.new = nv50_dac_new, .dac.power = nv50_dac_power, .dac.sense = nv50_dac_sense, .sor.nr = 2, + .sor.new = nv50_sor_new, .sor.power = nv50_sor_power, .sor.hdmi = g84_hdmi_ctrl, .pior.nr = 3, + .pior.new = nv50_pior_new, .pior.power = nv50_pior_power, }; |