drm/nouveau: fix for disabled fbdev emulation
authorDmitrii Tcvetkov <[email protected]>
Mon, 20 Jun 2016 10:52:14 +0000 (13:52 +0300)
committerBen Skeggs <[email protected]>
Thu, 23 Jun 2016 21:51:32 +0000 (07:51 +1000)
commit52dfcc5ccfbb6697ac3cac7f7ff1e712760e1216
treecd6573b6dc893648d03651168954dc18119cd0a1
parent6aa85f1129b32b5cd19ec262e7cfc2ddc08263c3
drm/nouveau: fix for disabled fbdev emulation

Hello,

after this commit:

commit f045f459d925138fe7d6193a8c86406bda7e49da
Author: Ben Skeggs <[email protected]>
Date:   Thu Jun 2 12:23:31 2016 +1000
    drm/nouveau/fbcon: fix out-of-bounds memory accesses

kernel started to oops when loading nouveau module when using GTX 780 Ti
video adapter. This patch fixes the problem.

Bug report: https://bugzilla.kernel.org/show_bug.cgi?id=120591

Signed-off-by: Dmitrii Tcvetkov <[email protected]>
Suggested-by: Ilia Mirkin <[email protected]>
Fixes: f045f459d925 ("nouveau_fbcon_init()")
Signed-off-by: Ben Skeggs <[email protected]>
Cc: [email protected]
drivers/gpu/drm/nouveau/nouveau_fbcon.c