Joel Yliluoma

Results 46 comments of Joel Yliluoma

> If you wanted small commits: the Pull-Request has a list of small commits, you can open EVERY single commit and learn it's changes, so, you can see the WHOLE...

I prefer changes that retain buildability.

Thanks. In any case, right now I have to concentrate on other things. I hope this won’t get delayed by years once again.

Yeah why not relicence a *program* using a license meant for *libraries* and be done with that. Why didn’t I think of that.

> @bisqwit, ping? I am alive, just very backlogged and delayed with pretty much everything possible.

While it is technically possible to create a file on VRAMFS and use it as a swap, this is risky: What happens if VRAMFS itself, or one of the GPU...

What are TTM/GEM? Note that the slram/phram/mtdblock thing can only access at most like 256 MB of the memory, the size of the memory window (I guess) of the PCI...

It only works if the following two conditions are met: 1) The GPU driver code/data is never put in swap 2) The vramfs driver code/data is never put in swap....

This looks like a proper solution indeed.