Re: [PATCH v2 1/4] ati-vga: Fix aperture sizes

2023-11-07 Thread Michael Tokarev
07.11.2023 18:33, BALATON Zoltan: .. Is it stable-worthy? Not really beacause this is only needed by RV100 drivers but that GPU is not emulated enough yet to work so this won't help them. However the last patch adding pixman fallbacks to ati_2d.c fixes graphics issues on Apple silicon Macs whe

Re: [PATCH v2 1/4] ati-vga: Fix aperture sizes

2023-11-07 Thread BALATON Zoltan
On Tue, 7 Nov 2023, Michael Tokarev wrote: 01.11.2023 23:45, BALATON Zoltan: Apparently these should be half the memory region sizes confirmed at least by Radeon FCocde ROM while Rage 128 Pro ROMs don't seem to use these. Linux r100 DRM driver also checks for a bit in HOST_PATH_CNTL so we also a

Re: [PATCH v2 1/4] ati-vga: Fix aperture sizes

2023-11-07 Thread Michael Tokarev
01.11.2023 23:45, BALATON Zoltan: Apparently these should be half the memory region sizes confirmed at least by Radeon FCocde ROM while Rage 128 Pro ROMs don't seem to use these. Linux r100 DRM driver also checks for a bit in HOST_PATH_CNTL so we also add that even though the FCode ROM does not s

[PATCH v2 1/4] ati-vga: Fix aperture sizes

2023-11-01 Thread BALATON Zoltan
Apparently these should be half the memory region sizes confirmed at least by Radeon FCocde ROM while Rage 128 Pro ROMs don't seem to use these. Linux r100 DRM driver also checks for a bit in HOST_PATH_CNTL so we also add that even though the FCode ROM does not seem to set it. Signed-off-by: BALAT