1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 01:52:19 +00:00

rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch by Guillaume LECERF <foxcore at gmail.com>)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24585 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2007-09-19 21:47:35 +00:00
parent 0ff4b3fd9f
commit 7f0310e03f

View File

@ -505,8 +505,7 @@ static void rivatv_lock_nv03 (struct rivatv_chip *chip, int LockUnlock){
}
static void rivatv_lock_nv04 (struct rivatv_chip *chip, int LockUnlock){
VID_WR08 (chip->PVIO, 0x3C4, 0x06);
VID_WR08 (chip->PVIO, 0x3C5, LockUnlock ? 0x99 : 0x57);
rivatv_lock_nv03 (chip, LockUnlock);
VID_WR08 (chip->PCIO, 0x3D4, 0x1F);
VID_WR08 (chip->PCIO, 0x3D5, LockUnlock ? 0x99 : 0x57);
}