diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-11-16 07:49:35 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-11-17 02:50:38 +0300 |
commit | 2a32b9b1866a2ee9f01fbf2a48d99012f0120739 (patch) | |
tree | 5dd192aeb2767c67fa7165eefd625db7a527d9ce /drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgk104.c | |
parent | 4391d7f5c79a9fe6fa11cf6c160ca7f7bdb49d2a (diff) | |
download | linux-2a32b9b1866a2ee9f01fbf2a48d99012f0120739.tar.xz |
drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classes
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgk104.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgk104.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgk104.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgk104.c index b1fde8c125d6..0c09fe85e952 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgk104.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgk104.c @@ -33,5 +33,5 @@ gk104_disp_oimm_oclass = { .base.maxver = 0, .ctor = nv50_disp_oimm_new, .func = &gf119_disp_pioc_func, - .chid = 9, + .chid = { 9, 9 }, }; |