diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c index 35ad965ffee2..068c5951efe3 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c @@ -35,7 +35,7 @@ gm107_disp = { .root = &gm107_disp_root_oclass, .head = { .cnt = gf119_head_cnt, .new = gf119_head_new }, .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new }, - .sor = { .nr = 4, .new = gm107_sor_new }, + .sor = { .cnt = gf119_sor_cnt, .new = gm107_sor_new }, }; int |