English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   Coders. General (https://eab.abime.net/forumdisplay.php?f=37)
-   -   Display DMA (https://eab.abime.net/showthread.php?t=88180)

sandruzzo 07 August 2017 09:21

Display DMA
 
We know well how DMA slots with bitplanes are allocated. I was wondering if back in the day, having Display DMA usage as we know, only in the chip-ram were screen bitplanes read datas, and left other free chip mem, full of speed.

Trachu 15 August 2017 23:12

Amiga OCS was created by design to operate at full spedd with 4 bitplanes lowres or 2 bitplanes high res, due to architecture of Motorola MC68000 CPU which can utilise memory access every second clock, leaving the rest for chipset.
If you use 5 bitplanes CPU speed drops by 25% in display time, while still being at 100% in offscreen area. Typically this means 10% overall slow down.
If you use 6 bitplanes CPU speed drops by 50% in display area which means about 25% overall.

Chip memory access is only one, you cant have one portion of it operating faster than the other, but the speed only depends on when in raster time you access this memory.

On AGA chipset the memory interface is much more complicated and has many strange behaviours. For example turing 4 bitplanes makes cpu operating faster than with 8 bitplanes, no matter is it hires or super hires.

sandruzzo 16 August 2017 06:40

Aga was very bad designed

Tigerskunk 27 November 2017 08:40

What do you do with the CPU anyway during raster time? Most of my game logic is usually done during offscreen...


All times are GMT +2. The time now is 18:28.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.04082 seconds with 11 queries