Displaying 2 results from an estimated 2 matches for "2357e962".
Did you mean:
235796k
2015 Feb 19
1
[PATCH v3 1/6] make RAM device optional
...#39;s internal structures.
That's not the case now, so the code is fine as-is for the moment. But it's
worth keeping in mind.
Thanks,
Ben.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150219/2357e962/attachment.html>
2015 Feb 17
2
[PATCH v3 1/6] make RAM device optional
On Tue, Feb 17, 2015 at 5:47 PM, Alexandre Courbot <acourbot at nvidia.com> wrote:
> Having a RAM device does not make sense for chips like GK20A which have
> no dedicated video memory. The dummy RAM device that we used so far
> works as a temporary band-aid, but in the long-term it is desirable for
> the driver to be able to work without any kind of VRAM.
>
> This patch