Commit dd4ecfc2 authored by Jan Beulich's avatar Jan Beulich Committed by Andi Kleen

[PATCH] x86-64: adjust EDID retrieval

commit 5e518d76 did the same change to
i386's variant.

With this change, i386's and x86-64's versions are identical, raising
the question whether the x86-64 one should go (just like there's only
one instance of edd.S).
Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent ae32b129
...@@ -1977,7 +1977,7 @@ store_edid: ...@@ -1977,7 +1977,7 @@ store_edid:
movw $0x4f15, %ax # do VBE/DDC movw $0x4f15, %ax # do VBE/DDC
movw $0x01, %bx movw $0x01, %bx
movw $0x00, %cx movw $0x00, %cx
movw $0x01, %dx movw $0x00, %dx
movw $0x140, %di movw $0x140, %di
int $0x10 int $0x10
......
Markdown is supported
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