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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c index 88b6a34e9df7..2ca92a23a62a 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c @@ -34,7 +34,7 @@ gt200_disp = { .root = >200_disp_root_oclass, .head = { .cnt = nv50_head_cnt, .new = nv50_head_new }, .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new }, - .sor = { .nr = 2, .new = g84_sor_new }, + .sor = { .cnt = nv50_sor_cnt, .new = g84_sor_new }, .pior = { .nr = 3, .new = nv50_pior_new }, }; |