• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 394 395 396 397 398 ... 1198 Next »

FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926)
View New Posts | View Today's Posts

Thread Closed 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926)
02-05-2015, 03:08 PM
#34
tueidj Offline
Senior Member
****
Posts: 552
Threads: 0
Joined: Apr 2013
Volatiles should be fine, although I'm not sure why you'd need dozens; there should only be the CP FIFO pointers (begin, end, read and write position) and interrupt/watermark thresholds to worry about. The read position should only be updated by the GPU thread and the write position should only be updated by the CPU thread so there's no explicit locking needed. Worst case should be the CPU thread seeing a stale value for the read position when bursting (for platforms with weak ordering i.e. android) resulting in it thinking the GPU is further behind than reality and firing the high watermark exception when not necessary, rather than overflowing.
Find
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - chaosblade02 - 02-17-2014, 06:45 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - degasus - 02-18-2014, 12:59 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - chaosblade02 - 02-18-2014, 10:32 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - drhycodan - 02-24-2014, 11:03 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - delroth - 02-24-2014, 12:35 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - chaosblade02 - 02-25-2014, 02:03 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - rg_software - 11-06-2014, 08:55 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Link_to_the_past - 11-08-2014, 02:52 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Xtreme2damax - 11-07-2014, 09:46 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - rg_software - 11-07-2014, 11:44 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Shonumi - 11-08-2014, 12:00 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Xtreme2damax - 11-08-2014, 07:59 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - qqqbbb - 12-17-2014, 06:33 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - meta087 - 12-26-2014, 03:53 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - ericore - 12-29-2014, 07:43 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Dant - 01-03-2015, 02:26 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Link_to_the_past - 01-03-2015, 03:48 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - JMC47 - 01-03-2015, 05:43 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Dant - 01-04-2015, 07:20 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - msharp116 - 01-06-2015, 02:27 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Alehander - 01-17-2015, 10:08 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - skid - 01-17-2015, 10:25 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Alehander - 01-18-2015, 01:09 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - stockwiz - 02-03-2015, 05:04 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - JMC47 - 02-03-2015, 08:44 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - stockwiz - 02-04-2015, 09:28 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - tueidj - 02-04-2015, 12:41 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - JMC47 - 02-04-2015, 09:07 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - tueidj - 02-04-2015, 10:31 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - magumagu - 02-04-2015, 12:13 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - tueidj - 02-04-2015, 01:00 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - magumagu - 02-05-2015, 02:10 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - stockwiz - 02-04-2015, 02:06 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - tueidj - 02-05-2015, 03:08 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Topken - 02-25-2015, 09:50 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Abelus - 03-16-2015, 06:09 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - firehawkx - 08-07-2015, 12:03 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Muriel - 08-27-2015, 03:51 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - KHg8m3r - 08-28-2015, 01:19 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - DagmarDestroyerofWorlds - 01-11-2016, 07:49 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - JMC47 - 01-11-2016, 07:50 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Gray_FoxRJ - 07-15-2016, 08:12 AM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - KHg8m3r - 07-15-2016, 12:30 PM
RE: FIFO is overflown by GatherPipe, CPU thread is too fast! (4.0-926) - Shonumi - 07-15-2016, 03:13 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode