Skip to content

Commit

Permalink
[PATCH] x86-64: adjust EDID retrieval
Browse files Browse the repository at this point in the history
commit 5e518d7 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: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Jan Beulich authored and Andi Kleen committed May 2, 2007
1 parent ae32b12 commit dd4ecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/boot/video.S
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ store_edid:
movw $0x4f15, %ax # do VBE/DDC
movw $0x01, %bx
movw $0x00, %cx
movw $0x01, %dx
movw $0x00, %dx
movw $0x140, %di
int $0x10

Expand Down

0 comments on commit dd4ecfc

Please sign in to comment.