Hacker News new | ask | show | jobs
by coolcoder9520 109 days ago
Impressive work, especially getting the GPU drivers stable enough for Steam. The PS5's custom I/O complex (that hardware decompression unit) must have been a headache to work around — did you end up bypassing it entirely or did you manage to get any of that throughput exposed to Linux?

I'm curious about thermal behavior under sustained load. The PS5's cooling is tuned tightly to the stock firmware's power envelope; running arbitrary Linux workloads probably hits different thermal profiles. Did you see throttling during long gaming sessions, or is the headroom sufficient when you're not pushing the RSX equivalent?

1 comments

Linux and GPU drivers had already been ported to the BC-250, which was a binned down variant of the PS5 processor.

The driver change to support the actual PS5 was a 1-line fix to make it recognize the slightly different GPU ID on the PS5

BC-250 had a standard set of SuperIO and Southbridge, and the PS5 has a duo consisting of a custom NVMe controller and custom SuperIO. If what is true from the PS4 is applicable to the PS5, there had to have been some patches to the kernel in order to add platform support for those custom chips.
That doesn't really answer these questions.
As far as I can tell the Twitter poster hasn’t answered any of the hard questions either. Just the screenshots and some comments, but I also don’t have time to go through the hundreds of comments in that thread.

He did post the 1-line patch for Mesa to add GPU support like I said above: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40...