XDC2012: Graphics stack security
XDC2012: Graphics stack security
Posted Sep 26, 2012 16:16 UTC (Wed) by gioele (subscriber, #61675)In reply to: XDC2012: Graphics stack security by k3ninho
Parent article: XDC2012: Graphics stack security
Why is VRAM treated differently from plain RAM? Can't a sanitizing step like https://lwn.net/Articles/334747/ be implemented for VRAM?
A more general question: why are GPUs being treated differently from CPUs or coprocessors? We are there: GPUs need scheduling, process compartmentalisation, per-user limits, and so on, just like CPUs. It looks like people are reinventing everything on GPUs instead of just extending the existing concepts (if not code) to GPUs.
