diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_display.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index 7f0e6c3f37d1..325887390677 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.c +++ b/drivers/gpu/drm/nouveau/nv50_display.c | |||
@@ -2174,6 +2174,7 @@ int | |||
2174 | nv50_display_create(struct drm_device *dev) | 2174 | nv50_display_create(struct drm_device *dev) |
2175 | { | 2175 | { |
2176 | static const u16 oclass[] = { | 2176 | static const u16 oclass[] = { |
2177 | NVF0_DISP_CLASS, | ||
2177 | NVE0_DISP_CLASS, | 2178 | NVE0_DISP_CLASS, |
2178 | NVD0_DISP_CLASS, | 2179 | NVD0_DISP_CLASS, |
2179 | NVA3_DISP_CLASS, | 2180 | NVA3_DISP_CLASS, |