Re: [hatari-devel] "Desktop Info..." freezes with VDI mode |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] "Desktop Info..." freezes with VDI mode
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 12 Oct 2019 06:50:09 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1570855811; bh=1NmVAW6T5jk55hg/TWH4h6yn8MVx78DoAA8OLTTYCEo=; h=Date:From:To:Subject:From; b=kjkboiv4R0CkRnf7MrgnWhPxMBvQ3d5+Mkwvzrcouumvqj7idVpCFfGbNsTd1enyx VBnWD8nOR7USK5vlkiB0lGhU/PBRU53l47n4IW57rNGTckn2KJmgsaXKMynSetfrHY CqexcH93IV5OwK+64z4upqbPK2Mg4GT7FZNBm32muJoQbhFMY6zkb87rFLmi1Lhxyr roIsQnmSsTf4QbrDVmqy7/f/7oZGX0iH8oLCUoRWZ1FQzrIPUbr8UH4Y9Ea2WqKlHR JxIG/ktcXY5Zzwi24CQnvBnOHwFDE9F3CSwzwWpueF+ijh8sThMkX+MOloDQoE907e A/1j74dpHA//Q==
Am Sat, 12 Oct 2019 02:28:10 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> I experimented a bit with this and came up with the attached test
> patch.
>
> Would it make sense to enable that stuff unconditionally for VDI?
>
> I don't think it would slow it down noticeably and VDI mode isn't
> significantly faster than normal ST/STE video mode anyway.
IIRC we had Timer-B enabled in VDI mode in the past, until someone
disabled it for performance reasons? So I'd rather not revert that now.
I think a better way to fix this is to add a TOS patch to disable that
loop in the affected TOS versions. We even already got a TP_VDIRES
condition that perfectly matches this case.
Thomas