Skip to content
Commit 123f794f authored by Jesse Barnes's avatar Jesse Barnes Committed by Linus Torvalds
Browse files

i915: Fix GR register array size off-by-one bug



Make sure we have enough room for all the GR registers or we'll end up
clobbering the AR index register (which should actually be harmless
unless the BIOS is making an assumption about it).

Noticed-by: default avatarJens Axboe <jens.axboe@oracle.com>
Signed-off-by: default avatarJesse Barnes <jesse.barnes@intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0afc2edf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment